Skip to content

Releases: sha1n/termite

v0.0.24

27 Apr 00:40
Compare
Choose a tag to compare

Changes

v0.0.23

22 Sep 19:31
Compare
Choose a tag to compare

Changes

v0.0.22

22 Mar 19:53
5277c01
Compare
Choose a tag to compare

Changes

  • Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 @dependabot (#64)
  • Bump github.com/fatih/color from 1.14.1 to 1.15.0 @dependabot (#63)
  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 @dependabot (#62)
  • Bump github.com/fatih/color from 1.13.0 to 1.14.1 @dependabot (#61)
  • Bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 @dependabot (#60)
  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 @dependabot (#59)
  • Bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16 @dependabot (#58)
  • Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 @dependabot (#57)
  • Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 @dependabot (#56)
  • Bump github.com/stretchr/testify from 1.7.3 to 1.7.4 @dependabot (#55)
  • Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 @dependabot (#54)
  • Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 @dependabot (#53)

v0.0.21

21 Apr 07:00
4c606ee
Compare
Choose a tag to compare

Changes

v0.0.20

22 Sep 16:28
85a1815
Compare
Choose a tag to compare

Changes

v0.0.19

07 Sep 19:19
51e930d
Compare
Choose a tag to compare

Changes

v0.0.18

15 Jun 15:57
Compare
Choose a tag to compare

Changes

  • Using a different term size resolution implementation to support windows as well.

v0.0.17

13 Jun 18:21
Compare
Choose a tag to compare

Changes

  • Progress bars now automatically adapt to terminal width changes

v0.0.16

12 Jun 10:06
0ccb7a0
Compare
Choose a tag to compare

Changes

  • avoiding unnecessary pointer for cursors @sha1n (#41)

🚀 Features

  • added message support to prog-bars @sha1n (#42)
  • added support for custom progress-bar blank character @sha1n (#40)

v0.0.15

12 Jun 00:32
Compare
Choose a tag to compare

Changes

  • Exposed an API for manual update of the matrix as an alternative to the background update routine.