Skip to content

Releases: HanabishiRecca/aur-check-updates

1.1.1

15 Sep 18:31
Compare
Choose a tag to compare
  • 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

14 Sep 12:31
Compare
Choose a tag to compare
  • Breaking change. Dropped pacman.conf reading.
    Reading it had issues. The main one is that we did not handle Include 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.
  • 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

16 Mar 10:25
Compare
Choose a tag to compare
  • libalpm 14 / pacman 6.1.0 support.
  • Dependencies update.

Full Changelog: 1.0.10...1.0.11

1.0.10

24 Dec 12:33
Compare
Choose a tag to compare
  • Fixed excessive padding in uncolored mode.
  • Dependencies update.

Full Changelog: 1.0.9...1.0.10

1.0.9

14 Nov 16:52
Compare
Choose a tag to compare
  • 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

08 Nov 10:22
Compare
Choose a tag to compare

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

21 Jun 17:52
Compare
Choose a tag to compare
  • 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

08 Jun 11:44
Compare
Choose a tag to compare
  • Skip empty cli args.
  • Internal improvements.

Full Changelog: 1.0.5...1.0.6

1.0.5

04 Jun 21:27
Compare
Choose a tag to compare
  • 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

03 Jun 14:18
Compare
Choose a tag to compare
  • Internal improvements.

Full Changelog: 1.0.3...1.0.4