Releases: marcosnils/bin
v0.7.0
v0.6.0
v0.5.2
Changelog
192528b Add dry-run mode to update command (#90)
1d8806e Add section about pre-releases and GITHUB_ACCESS_TOKEN to README
f241c64 Don't filter when there's a single asset (#94)
a99d386 Explain that pre-releases can be installed
b920c15 Merge pull request #85 from breml/extend-readme
db36861 Remove unused func param (#92)
33799e0 Revert accidental change
fd5e699 Update README.md
v0.5.1
v0.5.0
Changelog
bade123 Add ensure command (#65)
0d1cfa1 Add golangci-lint, fix linting issues (#64)
86118f8 Add test of cmd.getLatestVersion used in bin update
86c146a Address review feedback
50a0f32 Check for existing configuration To prevent the breaking of an existing configuration check if one exists and return the default directory in that case.
fafdf74 Copied CONTRIBUTING and CODE_OF_CONDUCT (#66)
9f1f191 Ensure comment is in its right context
060dc0d Filter assets inside Zip archives (#82)
1b86812 Fix link to grammarly.com
29384e5 Install with force even if target is not present (#61)
f8d89da Merge branch 'master' into feature/support_xdg_base_direcory
7cec71d Merge branch 'rverst-feature/support_xdg_base_direcory'
03717bd Merge pull request #56 from sirlatrom/feature/no-semantic-downgrades
de8f04b Merge pull request #59 from breml/fix-58
ef69b01 Merge pull request #75 from rverst/fix/contributing_link
c113fd3 Prevent semantic downgrades in bin update
7736d84 Run go vet (#63)
058bb2e Sort binaries by path in bin ls
(#74)
cf4e7af Support "win" as Windows OS name component (#55)
dd4755f Support (.tar).bz2 archives (#81)
4bd5e82 Support OS specific extensions (#76)
13292f2 Truncate config.json before writing
2584ede Use XDG Base Directory Specification
32c5327 Use correct Join function
v0.4.0
Changelog
e4d130e Add DisplayName to help separate packages from asset links
1ce724c Add missing archs to TestSanitizeName
bd8ee64 Adds a "provider" flag to update a install commands
e10cac2 Also interpret an empty project.Visibility as public
401d9b9 Assume project is public if no token was used to get it
8d946cb Fix package files pagination (#51)
fd848cb Fix regression where name was not taken from matched candidate name component
f37e996 Get arch from resolver as well
234e422 Handle anonymously accessed GitLab projects with packages enabled
9d6d214 Make tests pass by adding expected "x86_64" arch to resolver
ea50803 Merge pull request #45 from sirlatrom/gitlab-generic-packages
755c209 Merge pull request #49 from marcosnils/feat/provider_flag
be73ea5 Modified config to utilize the os.UserHomeDir() vs user.Current().HomeDir (#52)
3f9816b Only add GitLab project uploads assets if project is public
759de8a Order packages by version, and consider all package files
cf99cb2 Prefer GitLab Package if found for release version
0b7e281 Remove superfluous "amd64" arch already in result
8670d0c Show URL when filtering out lower-scoring asset
13bab83 Support setting a hostname specific GitLab token environment variable
4725614 Update pkg/config/config.go