Skip to content

Releases: Antiz96/arch-update

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.

Release v1.3.0

27 Jun 16:08
2d1e915
Compare
Choose a tag to compare

New features :

  • Now also support paru as an optional dependency for the AUR support (in addition to yay).
  • New -v (or --version) option to print the current version.

Code changes :

  • Messages printed by Arch-Update that relates to errors are now printed in the error output (2) instead of the standard output (which is more conventional).
  • The install/update script has been completely re-written in a more elegant way. It now checks the integrity of the Arch-Update archive when performing an install or an update (based on its sha256 sum).
  • The uninstall script has been completely re-written in a more elegant way.
  • Miscellaneous little changes and fixes to the main Arch-Update script.

Various changes :

  • The repository structure and the installation/update method has been modified in order to get cleaner, more conventional and secured, and easier to maintain.
  • The man page is now zipped during the installation process (automatically done by pacman for the AUR package) instead of being already zipped in the archive.
  • The versions number now follows the semantic versioning principles.

Release v1.2.4

01 May 09:14
c6fc5af
Compare
Choose a tag to compare

Minor fixes

Release v1.2.3

24 Apr 10:38
82317d9
Compare
Choose a tag to compare

Minor fixes

Release v1.2.2

31 Mar 13:02
e94ead7
Compare
Choose a tag to compare

Corrected and added some info in the man page

Release v1.2.1

31 Mar 12:44
8245898
Compare
Choose a tag to compare

Corrected and added some info in the man page

Release v1.2

30 Mar 21:41
602ff1d
Compare
Choose a tag to compare
  • Added correlation between "pkgver" and "source" in the PKGBUILD
  • The archive is now uploaded as a release and not directly in the git repo