Skip to content

1.3.1 - Arrival of the fixes

Compare
Choose a tag to compare
@xplshn xplshn released this 02 Mar 06:06
· 173 commits to master since this release
5716d2c

What's Changed

Bugfixes, big cleanup, and whatnot

  • Fixed a bug where the .tmp file wouldn't be deleted if the user used CTRL+C
  • Now we use a fancy progressbar
  • Major cleanup of [main.go, update.go, info.go, fsearch.go, install.go, remove.go, etc, -spin.go]

New shinny thing:

the fast branch simply uses a faster JSON parsing library, and yeah, it feels faster...

Future?

  • Continue to do what we [I] do and try to do it well
  • We [I] will try to make optimizations whenever & wherever possible
NOTE: Releases are compressed with "UPX -9", rfast uses the "fast" branch, without compression. Compression with upx -9 adds an overhead of 0.2s in my computer (which is fairly old).