Releases: HanabishiRecca/aur-check-updates
Releases · HanabishiRecca/aur-check-updates
1.1.1
- Ignore autogenerated
*-debug
packages by default (#1). There is also a new CLI option to control this behavior. - New CLI options:
--updated
,--nofailed
,--ignoresuffix
. See README for details. - Custom
User-Agent
for network requests:aur-check-updates/{version}
. - Enabled data compression for network requests, i.e. use less traffic.
- Internal improvements, updated dependencies.
Full Changelog: 1.1.0...1.1.1
1.1.0
- Breaking change. Dropped
pacman.conf
reading.
Reading it had issues. The main one is that we did not handleInclude
statements at all. So a decision was made to not read the pacman config anymore.- Alternate
DBPath
now can be set via new CLI option. - Working repositories are now discovered automatically, or could be specified explicitly via new CLI option.
- Alternate
- Breaking change. Ignore options do not merge subsequent calls anymore.
- New CLI options:
--dbpath
,--repos
,--endpoint
. See README for details. - libalpm 15 / pacman 7.0.0 support.
- Major internal rework of the app, updated dependencies, fixed bugs etc.
Full Changelog: 1.0.11...1.1.0
1.0.11
1.0.10
1.0.9
- Improved the output format.
- Added padding to align entries.
- Changed style of "not in AUR" entries to also use arrow.
long-package-name 1.0.0 => 2.0.0
foo 1.999999999 => 2.0.0
bar 1.0.0 => [not found in AUR]
- Expanded and colorized the help message.
Full Changelog: 1.0.8...1.0.9
1.0.8
This is a repo maintenance release. No changes in the app itself, only dependencies update.
Full Changelog: 1.0.7...1.0.8
1.0.7
- Set a timeout for network connection to 5 seconds by default.
- New CLI option for setting a custom timeout (
--timeout
).
Full Changelog: 1.0.6...1.0.7
1.0.6
1.0.5
- Use current binary name for the help message.
- Internal improvements.
Also there is a workflow established to build binary releases.
Full Changelog: 1.0.4...1.0.5
1.0.4
- Internal improvements.
Full Changelog: 1.0.3...1.0.4