Skip to content

Releases: siddhantac/puffin

v3.0.0-rc1

17 May 07:41

Choose a tag to compare

v3.0.0-rc1 Pre-release
Pre-release

Changelog

This is the first release candidate of the v3 ui. This version completely revamps the puffin UI. It is unstable, non-production ready and under active development. The new UI is behind a command-line flag. To enable it, run puffin with the -v3 flag.

New features

  • New look!
  • All commands are run async in the background so the UI is never blocked
  • Better loading animations

v2.1.5

16 Apr 06:32

Choose a tag to compare

Changelog

  • 42a38de add version number in release artifact name

v2.1.4

16 Apr 06:21

Choose a tag to compare

Changelog

  • 845cbaa Add homebrew installation instructions to README
  • c866742 Fix module name to use github url
  • 6e6d956 add gh token env var in makefile
  • 3208061 fix imports

v2.1.3

05 Apr 13:57

Choose a tag to compare

Changelog

  • 6e6d956 add gh token env var in makefile

v2.1.2

05 Apr 13:35

Choose a tag to compare

Changelog

  • f754783 Add brews config to .goreleaser.yaml
  • c7132d2 add goreleaser target to makefile
  • ec143ce fix goreleaser yaml

v2.1.1

25 Sep 07:55

Choose a tag to compare

Changelog

  • e6f7701 Fix lint
  • c9fc1b5 add debug log for all tea.Msg
  • 09f2e49 downgrade bubbletea to 0.26.2 due to an issue with keypresses
  • 40dd8bd fix: clear error message on refresh
  • 8a62651 readme: add note about locked reports

v2.1.0

08 Sep 10:11

Choose a tag to compare

Changelog

v2.0.1-rc

19 Aug 07:31

Choose a tag to compare

v2.0.1-rc Pre-release
Pre-release

Changelog

  • e9b6165 Fix table height with graph
  • c2003b8 improve and unify logging
  • 1a7b959 move type size into a separate file

v2.0.0-rc

18 Aug 04:54
a2c6461

Choose a tag to compare

v2.0.0-rc Pre-release
Pre-release

Release candidate v2.0.0 (unstable)

This version can be unstable. Use at your own risk!

Changelog

  • dc455ea Create workflow for goreleaser (#55)
  • ca293d1 Fix height calculations (#58)
  • a2c6461 Use CSV for balance reports + add graphs (#59)
  • 753d6ea doc: add instructions in Readme to use config file (#57)

v1.7.1

03 Aug 23:56
2732273

Choose a tag to compare

Changelog

  • 2732273 fix: incorrect json tag for config.locked (#54)