Skip to content

Releases: BF3RM/vumm-cli

v0.2.1

03 Jun 22:55
Compare
Choose a tag to compare

Changelog

  • 30b1b58 chore(deps): bump github.com/spf13/cobra from 1.1.3 to 1.3.0
  • d730562 chore(deps): bump github.com/spf13/viper from 1.7.1 to 1.10.1
  • 33ae08e chore(sonar): add code coverage checking
  • b676171 feat(api): add official api client and start handling errors differently
  • 888a43a feat(client): finish api client and add better error handling
  • 9954f75 fix(installer): remove ext folder instead of the entire mod directory
  • 38c14ca fix(modlist): initial ModList.txt is no longer read only

v0.2.0

04 Jan 00:34
Compare
Choose a tag to compare

Changelog

  • 44e2985 feat(download): migrate to new download redirect
  • 85f4d1d feat(install): use pre-signed url to download mod archives
  • c0de7d9 feat(installer): install vumm in local app data
  • 59d2b43 feat(publish): remove multi part upload and switch over to base64
  • 201010e feat: add wxs file for generating msi installer
  • ffc8524 support giving permissions to mod version tag
  • 2b366c6 tweak: exclude .gitmodules as well

v0.1.9

24 Apr 08:11
Compare
Choose a tag to compare

Changelog

3b36bd5 chore: added first documentation draft
32a1b10 fix: use correct access token types

v0.1.8

18 Apr 10:53
Compare
Choose a tag to compare

Changelog

7c8fbd8 feat: add checksums check to updater

v0.1.7

18 Apr 10:38
Compare
Choose a tag to compare

Changelog

3ac7851 feat: periodic check for updates and fix the actual updater itself
2be5715 fix: don't run self update if on latest version already

v0.1.6

18 Apr 00:18
Compare
Choose a tag to compare

Changelog

773177f feat: add grant and revoke commands
0662a67 feat: added self updater
72acb96 fix: close ModList.txt file handle after reading and save as 0x666 instead of 0x644
237296e fix: disable not implemented uninstall command
ea19341 fix: removed duplicated register command
6e6e6e1 fix: use semver version in updater

v0.1.5

14 Apr 18:50
Compare
Choose a tag to compare

Changelog

708a9d2 fix: instead of creating a new file, replace all file contents if ModList.txt exists

v0.1.4

11 Apr 17:16
Compare
Choose a tag to compare

Changelog

bfd8c67 fix: only exclude ui/webui root folder

v0.1.3

10 Apr 22:26
Compare
Choose a tag to compare

Changelog

d89bb01 fix: close ModList.txt file handle before renaming it
07c4cd6 fix: properly buffer mod archives

v0.1.2

10 Apr 17:39
Compare
Choose a tag to compare

Changelog

f907205 feat: add command to login
f51802f feat: add register command
a113d8a feat: allow to specify the token type to be created when logging in
7dbba88 feat: default to version 1 of vumm registry
7510bcc fix: read config from proper location
f6dd910 fix: respect current content of modlist and only update whats needed
abd0d7e fix: use actual stdin file instead of the syscall