Skip to content

Releases: emersonford/tracing-indicatif

0.3.6

12 Dec 00:40
Compare
Choose a tag to compare
  • update dev dependencies (#8)

0.3.5

21 Aug 22:45
Compare
Choose a tag to compare
  • add method to suspend progress bars managed by IndicatifLayer, e.g. to show dialogue confirmations (closes #4)

0.3.4

29 Apr 02:21
Compare
Choose a tag to compare
  • add methods to fetch the IndicatifWriter globally if there is a default tracing subscriber and if the IndicatifLayer has been added

0.3.3

28 Apr 05:01
Compare
Choose a tag to compare
  • fix a very suble race condition that could trigger a panic (#3, thanks again @Kyuuhachi!)

0.3.2

27 Apr 04:27
Compare
Choose a tag to compare
  • fixed a race condition that could trigger a deadlock on span close (#2, thanks @Kyuuhachi!)

0.3.1

26 Apr 05:07
Compare
Choose a tag to compare
  • inc is now allowed to be called before pb_start
  • added a rudimentary filter layer that allows specifying whether to show a pb or not on a per-span level