Skip to content

Releases: FedeClaudi/Term.jl

v1.0.6

30 Nov 15:56
Compare
Choose a tag to compare

Term v1.0.6

Diff since v1.0.5

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:

v1.0.5

13 Nov 20:50
Compare
Choose a tag to compare

Term v1.0.5

Diff since v1.0.4

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:

v1.0.4

29 Aug 01:35
fbfb478
Compare
Choose a tag to compare

Term v1.0.4

Diff since v1.0.3

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

24 Aug 01:35
bc9f3ec
Compare
Choose a tag to compare

Term v1.0.3

Diff since v1.0.2

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

04 Jul 09:07
Compare
Choose a tag to compare

Term v1.0.2

Diff since v1.0.1

Closed issues:

  • termshow fails on 1-by-1 matrices (#127)
  • termshow(::DataType) fails (#129)
  • Combining Term with Test fails to render errors (#130)

Merged pull requests:

v1.0.1

24 Jun 10:58
58701d4
Compare
Choose a tag to compare

Term v1.0.1

Diff since v1.0.0

Closed issues:

  • Style information is dropped on wrapped lines. (#119)
  • Inconsistent title styling when using title_justify. (#120)

Merged pull requests:

v1.0.0+docs1

20 Jun 09:38
Compare
Choose a tag to compare

update docs for Documenter

v1.0.0

20 Jun 08:57
Compare
Choose a tag to compare

Term v1.0.0

Diff since v0.3.1

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:

v0.3.1

18 May 22:21
Compare
Choose a tag to compare

Term v0.3.1

Diff since v0.3.0

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:

v0.3.0

23 Apr 12:53
Compare
Choose a tag to compare

Term v0.3.0

Diff since v0.2.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 than stdout (#78)

Merged pull requests: