Releases: FedeClaudi/Term.jl
Releases · FedeClaudi/Term.jl
v1.0.6
Term v1.0.6
Closed issues:
- Progress bar style and colors get messed up when using Term.jl on Julia through
screen
on SSH (#85) - messed up styles with logs (#154)
- Support white background terminals (#156)
- Output as image (#157)
- Logging/Error messages: trim very long variable (#162)
- Is it possible to set a specific alignment for each part of the text within a Term.jl's Panel? (#163)
- Support Markdown inside of panels (#164)
- Feature request: add renderable for code (#165)
- Feature request: Markdown styling options (#166)
- Nested panels not rendering correctly (#167)
Merged pull requests:
- Theme functionality improvements (#158) (@FedeClaudi)
- Bug fixes (#168) (@FedeClaudi)
v1.0.5
Term v1.0.5
Closed issues:
- ProgressJob for Panels (#149)
- Representing QR codes in Julia terminal? (#151)
- Add a more concise box theme? (#155)
trim=false
broken (#160)
Merged pull requests:
- QR - example (#153) (@FedeClaudi)
- remove
console_width
calls fromBase...
methods - addUnicodePlots
test (#161) (@t-bltg)
v1.0.4
Term v1.0.4
Closed issues:
- Lower TTFX(Time to first X) time by shifting more things to precompilation (#141)
Merged pull requests:
- precompile (#147) (@FedeClaudi)
- CompatHelper: add new compat entry for SnoopPrecompile at version 1, (keep existing compat) (#150) (@github-actions[bot])
v1.0.3
Term v1.0.3
Closed issues:
- How To Accept User Input? (#131)
- Nesting Links & Colors (#132)
- Weird display behavior in small width REPL (#134)
- Specify branch order in Tree (#139)
with_repr
is incompatible with struct docstrings (#142)- Animated unicode plot inside Term (#143)
Merged pull requests:
- Make singular or plural (#135) (@t-bltg)
- Use TERM_THEME as default value in TermLogger constructor (#136) (@fredrikekre)
- V1.0.3 (#138) (@FedeClaudi)
- Update docs of Tree (#140) (@peng1999)
- Add a docstring for the Term module/package. (#146) (@mkitti)
- CompatHelper: add new compat entry for CodeTracking at version 1, (keep existing compat) (#148) (@github-actions[bot])
v1.0.2
v1.0.1
v1.0.0+docs1
update docs for Documenter
v1.0.0
Term v1.0.0
Closed issues:
- A corner case when rendering Panel with italic title (#80)
- checking for IOContext prevents using Term for REPL show methods (#82)
- Style macros will not interpolate variables (#90)
- Panel content centering and title style (#91)
- Tab in text body messes up Panel boarders (#92)
- Progress bar not updating correctly (#95)
- User input not visible while using ProgressBar. (#96)
- concise information (#99)
- Testing broken (again) on some terminal sizes (#112)
Merged pull requests:
- docs: explain invalid style tags (#97) (@johnnychen94)
- support
:NONE
box borders (#98) (@t-bltg) - typo (#100) (@t-bltg)
- Rework modules namings - docs - format (#101) (@t-bltg)
- WIP - v1.0.0 (#102) (@FedeClaudi)
- Update content_layout.md (#103) (@t-bltg)
grid
fixes (#106) (@t-bltg)- checkpoint
reshape_text
- partial fix (#107) (@t-bltg) - CompatHelper: add new compat entry for Tables at version 1, (keep existing compat) (#108) (@github-actions[bot])
- CompatHelper: add new compat entry for UnicodeFun at version 0.4, (keep existing compat) (#109) (@github-actions[bot])
- fixes (#110) (@t-bltg)
- Complex grid layout (#113) (@t-bltg)
- Make testing more robust on wide term size (#114) (@t-bltg)
- Responsive default size (#115) (@FedeClaudi)
- Add
foreachprogress
(#116) (@lorenzoh) - Remove
AbstractRenderable
restriction on argument types (#117) (@t-bltg) - Merging from wrong branch (#118) (@FedeClaudi)
v0.3.1
Term v0.3.1
Closed issues:
- Progress bar for downloads / API calls (#39)
- Tree hide limits (#69)
- Integration with AbstractTrees.jl (#70)
- "UndefVarError: r not defined" when using progress bars on not-precompiled code (#77)
- @track prints header twice. (#81)
- Can I print a table? (#83)
- Term removes bracket
[...]
(#84) - stack overflow when embedding UnicodePlots in panel (#86)
- Panel content centering and title style (#91)
- image integration and sixel support (#93)
Merged pull requests:
- Update introspection.md (#79) (@findmyway)
- Fix info box progressbars.md (#88) (@nathanrboyer)
- Fix typos, style (#89) (@fingolfin)
v0.3.0
Term v0.3.0
Closed issues:
- Word wrap text (#42)
- String Perf traps and invalidations (#45)
- HTML display issues in docs (#46)
- Missing “r” in “arguments” (#49)
- [feature request] Multiple active progress bars (#51)
- Interrupting progress bar breaks future printing (#55)
- Failed to reshape text (#57)
- Error "Failed to generate stacktrace" (#58)
- escape style brackets (#59)
- [Feature request] allow AbstractDict in Tree (#68)
- provide methods for
IO
other thanstdout
(#78)
Merged pull requests:
- docs: basics: fix typo (#47) (@thazhemadam)
- Fix typos (#52) (@briochemc)
- docs typo fix: is -> are (#53) (@johnnychen94)
- package download badge (#56) (@AbhimanyuAryan)
- Performance (#60) (@FedeClaudi)
- Use vline instead of leaf for deeper levels of guide (#61) (@GunnarFarneback)
- Pbar (#62) (@FedeClaudi)
- Typo in tprint.md (#63) (@Jasha10)
- Fix typo in errors_tracebacks.md (#64) (@Jasha10)
- Fix typo in progressbars.md (#65) (@Jasha10)
- Fix a few typos in the documentation files (#66) (@pitmonticone)
- CompatHelper: add new compat entry for OrderedCollections at version 1, (keep existing compat) (#72) (@github-actions[bot])
- CompatHelper: add new compat entry for ProgressLogging at version 0.1, (keep existing compat) (#75) (@github-actions[bot])