Skip to content

Releases: Antiz96/arch-update

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

v1.5.2

03 Apr 10:15
1b8da44
Compare
Choose a tag to compare

What's Changed

  • Fix the 'checkupdate' issue when using yay by @Antiz96 in #22

Full Changelog: v1.5.1...v1.5.2

v1.5.1

10 Feb 12:27
7e66fd0
Compare
Choose a tag to compare

What's Changed

  • Make use of pacdiff to search for pacnew files by @Antiz96 in #20

Full Changelog: v1.5.0...v1.5.1

v1.5.0

09 Feb 01:22
8d457b1
Compare
Choose a tag to compare

What's Changed

  • Add removing orphan packages support by @Antiz96 in #15
  • Make searching and processing orphan packages and pacnew files independent from updates by @Antiz96 in #16
  • Make the pacnew processing feature lists pacnew files before offering to process them by @Antiz96 in #17
  • Various improvements/optimisation to the main script, the README and the documentation by @Antiz96 in #18
  • Bump the script to v1.5.0 by @Antiz96 in #19

Full Changelog: v1.4.2...v1.5.0

v1.4.2

30 Nov 10:03
61dd9c6
Compare
Choose a tag to compare

What's Changed

  • Bump the script's version to v1.4.2 by @Antiz96 in #14

Full Changelog: v1.4.1...v1.4.2

v1.4.1

28 Nov 17:47
8e0a3fc
Compare
Choose a tag to compare

What's Changed

  • Corrected the arch-update.svg default icon by @Antiz96 in #13

Full Changelog: v1.4.0...v1.4.1

v1.4.0

26 Nov 03:12
67afb68
Compare
Choose a tag to compare

What's Changed

  • Add support for doas by @Antiz96 in #10
  • Add support for pacdiff to be able to process pacnew/pacsave files after an update by @Antiz96 in #11
  • Add a feature to read the latest Arch Linux news before updating the system by @Antiz96 in #12

Full Changelog: v1.3.2...v1.4.0

v1.3.2

15 Sep 16:51
eac611f
Compare
Choose a tag to compare
  • The repo has been restructured to better suit best practices.
  • New install/uninstall method: The install.sh and uninstall.sh scripts have been removed in favor of a Makefile; which is cleaner, more standard and way easier to maintain.
  • The wiki pages has been merged directly into the README to centralize information (the wiki has therefore been deleted).
  • The "dependencies" (and overall) documentation has been improved.
  • A LICENSE file has been added to the repo (GLP3).

Release v1.3.1

29 Jun 21:45
10480d3
Compare
Choose a tag to compare
  • Added some information to the man page/documentation.
  • Typo fixes.