Skip to content

Latest commit

 

History

History
127 lines (72 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

127 lines (72 loc) · 2.75 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

1.4.0 (2021-08-02)

Added (1 change)

  • Add ci-get command to render only latest release

1.3.2 (2021-07-20)

Fixed (1 change)

  • Fix bug where existing ReleaseInfo file of a release isn't processed by changelog-go

1.3.1 (2021-06-28)

Fixed (1 change)

  • Fix glibc problems with snap installation

1.3.0 (2021-06-26)

Changed (2 changes)

  • 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

Deprecated (1 change)

  • Deprecate 'gut' package

Fixed (1 change)

  • Enforce configuration presence only on new and release subcommands (#11)

Other (1 change)

  • Compile application with go 1.16.x

1.2.1 (2020-08-20)

Fixed (1 change)

  • Disable error message for update check

1.2.0 (2020-08-20)

Added (3 changes)

  • Add custom CHANGELOG.md file template
  • Sort change-entries per Change-Type in resulting CHANGELOG.md
  • Sort entry types in CHANGELOG.md

Other (1 change)

  • Improve update routine

1.1.4 (2020-06-16)

Fixed (5 changes)

  • 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.

1.1.3 (2020-04-02)

1.1.2 (2020-04-02)

Added (1 change)

  • Add 'update available' reminder

Fixed (1 change)

  • Trim 'v' from version string when calling release command (#4)

1.1.1 (2020-03-30)

Added (1 change)

  • Add 'update' command

Changed (1 change)

  • Disable automatic updates #2

Fixed (1 change)

  • Fix 'error on number conversion' on Windows platform

1.1.0 (2020-03-12)

Added (1 change)

  • Add auto-updater

Other (1 change)

  • Add sentry crash reporter

1.0.3 (2020-01-02)

1.0.2 (2020-01-02)

Fixed (1 change)

  • Replace '' with '' in changelog entry titles

1.0.1 (2020-01-02)

Changed (2 changes)

  • Add 'version' sub-command
  • Remove 'version' flag

Fixed (3 changes)

  • Fix 'panic: file does not exist'
  • Fix error if 'unreleased' folder does not exists
  • Fix version data problems with GoReleaser

1.0.0 (2020-01-02)

Added (1 change)

  • Add basic functionality