All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and adheres to Semantic Versioning.
- 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
- Enforce configuration presence only on
new
andrelease
subcommands (#11)
- Deprecate 'gut' package
- Compile application with go 1.16.x
- 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
- Disable error message for update check
- Improve update routine
- Add custom CHANGELOG.md file template
- Sort change-entries per Change-Type in resulting CHANGELOG.md
- Sort entry types in CHANGELOG.md
- 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
- Trim 'v' from version string when calling
release
command (#4)
- Add 'update available' reminder
- Fix 'error on number conversion' on Windows platform
- Disable automatic updates #2
- Add 'update' command
- Add sentry crash reporter
- Add auto-updater
- Replace '' with '' in changelog entry titles
- 'Fix ''panic: file does not exist'''
- Fix error if 'unreleased' folder does not exists
- Fix version data problems with GoReleaser
- Add 'version' sub-command
- Remove 'version' flag
- Add basic functionality
- Switch to TOML as config language
- Add
latest
command - Add
migrate
command to automatically migrate to the new v2 structure - Add
next
command