- Add codeberg.org support, ref #42 by @jugendhacker
- Run custom check scripts specified as
scripts
in config
-local
excludes VCS packages unless-devel
is specified- Test for version string equality first (e.g., for
pkgver=7.0.0.post3
) - Alternative GitHub API: set the environment variable
GITHUB_ATOM=1
to use the…/releases.atom
feed - Alternative GitHub API: set the environment variable
GITHUB_TAGS=1
to use obtain the version from the most recent Git tag
- Require Go 1.13
- Optionally update
pkgver
/pkgrel
in localPKGBUILD
files (specify-update
flag) - Fix handling of unknown result of version comparison
- Add Debian support, ref #29 by @z3ntu
- Clean version string: strip
releases/
prefix, ref #31 by @z3ntu - Handle
-bzr
as VCS packages, ref #31 by @z3ntu
- Use Go modules, at least Go 1.11 is required
- Python: add support for
post*
version suffixes
- Add GitLab support, ref #24 by @sum01
- Python: add support for pypi.org and pypi.io domains
- Python: add support for download URLs containing hashes
- Python: update API URL to pypi.org
- Exclude certain versions using config file
- GitHub: prefer tag_name over release name
- Clean version string for all providers (strip
v
prefix)
- GitHub: support dots in repository names
- Add support for rubygems.org
- NPM: support
@scoped/packages
- GitHub: fall back to
tag_name
when release does not have aname
- Use GitHub releases API to skip pre-releases, release drafts
- Cache HTTP requests using
github.com/gregjones/httpcache
- Provide machine-readable format: JSON Text Sequences (RFC 7464)
- Exit with code
4
if at least one out-of-date package has been found - Fix error on Unicode characters in package version
- Print summary statistics
- Flag AUR package out-of-date
- Fix checking huge number of packages
- Read local .SRCINFO files
- Handle split packages correctly
- Add flag to handle VCS packages only or skip them
- Add support for cpan.org
- Add support for registry.npmjs.org
- Add support for pypi.python.org
- Initial release including support for GitHub releases