Releases: femtopixel/github-release-notifier
Releases · femtopixel/github-release-notifier
Fixes old version comparison
Handle looseversion errors
0.4.4 Handle looseversion errors
Rollback to old version comparison
0.4.3 Rollback to old version comparision
Use old version comparison as fallback
0.4.2 Use old version comparison as fallback
Fixes version comparison
0.4.1 Fixes version comparison
add environments var for configuration + better version comparison
- Can configure where to load/store json databases files thanks to environment variables
GRN_VERSIONS_FILE: Path to saved versions (default: ${HOME}/.github_release_notifier/versions)
GRN_HOOKS_FILE: Path to hooks configuration (default: ${HOME}/.github_release_notifier/hooks)
- grn is now an alias of github-release-notifier in CLI (just writing this line show me how helpful it is)
- Defaut empty version database file in docker image (#8)
- Better version comparison : the repo does not need to follow semver anymore (that's a shame though) (#7)
- Dropped support for s390x docker image (cross compilation segfaults)
Tidy database when a package is removed
0.3.3 Tidy database when a package is removed
Fixes parser
0.3.2 Fixes parser
Fixes cli notifier run
0.3.1 Fixes notifier cli run
Rewrite and user mode
0.3.0 Rewrite and user mode