Skip to content

Releases: Antiz96/arch-update

v1.8.0

01 Dec 15:45
bf89894
Compare
Choose a tag to compare

Features:

  • If both paru and yay are installed, use paru by default by @Antiz96 in #64
  • Check if a pending kernel update requires a reboot to be applied and, if there's one, offer to reboot by @Antiz96 in #65

Fixes:

  • Do not keep the current_check file in addition to the last_check one after the run of the check() function is finished as only the former is interesting/relevant to keep by @Antiz96 in #66

Other:

  • Add a link to the YouTube review of arch-update we made with @Cardiacman13 to the README (review in french) by @Antiz96 in #67
  • Restructuration of the functions' calls in the script to make it more readable and easier to evolve/work with by @Antiz96 in #68
  • [Release Prep] Bump the script to v1.8.0 by @Antiz96 in #69

Full Changelog: v1.7.0...v1.8.0

v1.7.0

24 Nov 11:24
b294023
Compare
Choose a tag to compare

What's Changed

  • Only send desktop notification if the list of available updates differs from the last check by @Antiz96 in #61

Full Changelog: v1.6.2...v1.7.0

v1.6.2

21 Nov 23:33
401b265
Compare
Choose a tag to compare

What's Changed

  • Make showing the version changes the default behaviour when listing available updates by @Antiz96 in #58
  • Make vim an optional dependency by @Antiz96 in #59

Full Changelog: v1.6.1...v1.6.2

v1.6.1

10 Nov 19:10
a37c510
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Only print "No Flatpak unused package found" if flatpak is actually installed by @Antiz96 in #57

Full Changelog: v1.6.0...v1.6.1

v1.6.0

10 Nov 14:52
5de4e9f
Compare
Choose a tag to compare

What's Changed

  • Add Flatpak packages support (both for update and remove unused packages) by @Antiz96 in #54
  • Add styling to differentiate each steps of the main script more easily by @Antiz96 in #55

Full Changelog: v1.5.7...v1.6.0

v1.5.7

16 Jul 22:42
c92b4b2
Compare
Choose a tag to compare

What's Changed

  • Show more relevant info in a more readable way during the print of a news by @Antiz96 in #39
  • Add a '[NEW]' tag to each Arch news that are newer than 15 days by @Antiz96 in #40
  • Update documentation with the recently added features by @Antiz96 in #42
  • Bump the main script's version by @Antiz96 in #43

Full Changelog: v1.5.6...v1.5.7

v1.5.6

24 Jun 12:29
ce73d70
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.5...v1.5.6

v1.5.5

14 Jun 23:10
bcd3f5b
Compare
Choose a tag to compare

What's Changed

  • Filter all special characters/symbols when parsing the Arch news urls to avoid ending with a wrong url by @Antiz96 in #32

Full Changelog: v1.5.4...v1.5.5

v1.5.4

13 Jun 00:36
83e5677
Compare
Choose a tag to compare

What's Changed

  • Add a GitHub action to run shellcheck on pull requests by @Antiz96 in #24
  • Add basic but useful information at the top of the main script by @Antiz96 in #25
  • Refactoring the script with functions by @Antiz96 in #26
  • Add a clear and concise help message (instead of simply printing the man page) for the --help option by @Antiz96 in #27
  • Use separated exit codes for each type of errors by @Antiz96 in #28
  • Switch from hq to htmlq to print Arch news during the update operation by @Antiz96 in #29
  • Bump the script to v1.5.4 by @Antiz96 in #30

Full Changelog: v1.5.3...v1.5.4

v1.5.3

04 Apr 13:31
cc2bf67
Compare
Choose a tag to compare

What's Changed

  • Revert the needed fix for the 'checkupdate' issue when using yay (implemented in #22) as it has been fixed/reverted by upstream (#23)

Full Changelog: v1.5.2...v1.5.3