Releases: philips-software/gino-keva
v2.0.0
Fix syntax
Remove redundant assignment
Remove development release, add windows build
Use latest of softprops/action-gh-release
Stop parsing notes upon invalid note syntax
notes from new to old, newest events on top
Rewrite using event sourcing
Remove compatibility with old raw format
v1.4.2
v1.4.1
v1.4.0
Switch to new internal format to support events
Bugfix: Find latest intersecting note
Refactor: Move GitWrapper interface
Refactor: Use constants for dummy values
Refactor: Split off some things in separate files
Refactor: Rename some variables and constants
Refactor: Use one test stub only
Add newline to version output
Do not fetch on all commands
Refactor: Combine fetch and force fetch code
v1.3.0
Resolve linting issues
Add more debug logging
Add prune to remove unreachable notes
Reimplement search for nearest note
Remove redundant panic stubs
Refactor: Rename Notes interface to Wrapper
Merge pull request #9 from philips-software/dependabot/go_modules/github.com/spf13/cobra-1.2.1
Bump github.com/spf13/cobra from 1.1.3 to 1.2.1
Cleanup: Rename LAST_RELEASE_TAG to LAST_VERSION
v1.2.0
Add full changelog to release notes
Switch to staticcheck for linting
Add version command
Improve lookup performance
Bugfix: Remove empty line in list output
Add debug logging when adding key/value
Ignore casing in error; sometimes it differs
Fix show-flag for integer flags
Bump github.com/spf13/viper from 1.8.0 to 1.8.1