All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Add
ci-get
command to render only latest release
- Fix bug where existing
ReleaseInfo
file of a release isn't processed bychangelog-go
- Fix glibc problems with snap installation
- Search config file by going the file-system up stopping at '/' instead of relying on the git library
- Use go 1.16 "embed" package instead of 3rd-party tool
- Deprecate 'gut' package
- Enforce configuration presence only on
new
andrelease
subcommands (#11)
- Compile application with go 1.16.x
- Disable error message for update check
- Add custom CHANGELOG.md file template
- Sort change-entries per Change-Type in resulting CHANGELOG.md
- Sort entry types in CHANGELOG.md
- Improve update routine
- Fix bug in 'update avail.' checker
- Fix incorrect representation of the 'Number of Changes' in the CHANGELOG.md
- Fix runtime.boundError in 'release' command (#8)
- Fix runtime.errorString in CheckUpdate algo (#9)
- Fix that no stacktrace will be send to Sentry. It also improves how the messages are stacked and send.
- Add 'update available' reminder
- Trim 'v' from version string when calling
release
command (#4)
- Add 'update' command
- Disable automatic updates #2
- Fix 'error on number conversion' on Windows platform
- Add auto-updater
- Add sentry crash reporter
- Replace '' with '' in changelog entry titles
- Add 'version' sub-command
- Remove 'version' flag
- Fix 'panic: file does not exist'
- Fix error if 'unreleased' folder does not exists
- Fix version data problems with GoReleaser
- Add basic functionality