Skip to content

Releases: JuliaLogging/TerminalLoggers.jl

v0.1.7

24 Apr 20:55
Compare
Choose a tag to compare

TerminalLoggers v0.1.7

Diff since v0.1.6

Merged pull requests:

  • replaced dead link for ProgressLogging package (#44) (@kragol)
  • Fix tests for Julia 1.10 compatibility (#46) (@c42f)

v0.1.6

05 Sep 04:17
a05003c
Compare
Choose a tag to compare

TerminalLoggers v0.1.6

Diff since v0.1.5

Merged pull requests:

v0.1.5

04 Nov 23:55
037403c
Compare
Choose a tag to compare

TerminalLoggers v0.1.5

Diff since v0.1.4

Closed issues:

  • Thread-safety (#18)
  • Progress bars in Jupyter notebooks (#25)
  • Documentation link (#40)

Merged pull requests:

  • Threadsafe TerminalLogger (#41) (@c42f)

v0.1.4

29 Jun 02:16
Compare
Choose a tag to compare

TerminalLoggers v0.1.4

Diff since v0.1.3

Merged pull requests:

v0.1.3

12 Jan 11:09
b37d081
Compare
Choose a tag to compare

TerminalLoggers v0.1.3

Diff since v0.1.2

Closed issues:

  • Make sticky messages work better on windows (#28)

Merged pull requests:

  • Support printing of exception stacks from Base.catch_stack() (#34) (@c42f)
  • Add missing import of global_logger (#35) (@musm)
  • Add always_flush option (#36) (@CarolusMagnus)
  • enable StickyMessages ansi_codes on Windows (#37) (@visr)

v0.1.2

18 Jun 10:04
Compare
Choose a tag to compare

TerminalLoggers v0.1.2

Diff since v0.1.1

Closed issues:

  • refine output in fast math mode? (#31)

Merged pull requests:

  • Update docs + bump version to 0.1.1 (#24) (@c42f)
  • Use the README as the TerminalLoggers docs (#26) (@c42f)
  • NFC: Factor out key-value formatting (#27) (@c42f)
  • small fixes for fast-math mode (#33) (@daviehh)

v0.1.1

02 Mar 08:03
2d46dd3
Compare
Choose a tag to compare

TerminalLoggers v0.1.1

Diff since v0.1.0

Closed issues:

  • Taking markdown messages seriously (#16)

Merged pull requests:

  • Handle nested progress bars (#13) (@tkf)
  • Install TagBot as a GitHub Action (#19) (@JuliaTagBot)
  • Fix install instruction; use add TerminalLoggers (#20) (@tkf)
  • Update TagBot.yml with deploy key (#21) (@c42f)
  • Markdown formatting for AbstractString log messages (#23) (@c42f)
  • Update docs + bump version to 0.1.1 (#24) (@c42f)

v0.1.0

08 Feb 03:05
v0.1.0
4c97c23
Compare
Choose a tag to compare

v0.1.0 (2020-02-03)

Diff since cd043fd9be412847efa1e371c5021dfe37433f20

Closed issues:

  • Setup documentation (#11)
  • task switch not allowed from inside gc finalizer (#6)
  • ETA for progress bars (#3)

Merged pull requests:

  • Start some real documentation (#15) (c42f)
  • Try out Github actions for CI and documentation (#14) (c42f)
  • Colorize progress bars (#12) (tkf)
  • Fix link to Travis CI (use .org) (#10) (tkf)
  • Remove "This file is a part of Julia" (#9) (tkf)
  • Postpone StickyMessages cleanup to outside of finalizer (#7) (c42f)
  • Fix StickyMessages for non-ASCII messages (#5) (tkf)
  • Improve progress bar (ETA and Unicode-based rendering) (#4) (tkf)
  • Remove "This file is a part of Julia" (#2) (tkf)
  • CI tweaks (#1) (c42f)