Skip to content

Releases: Antiz96/malias

v1.2.5

24 Jun 11:17
e8024c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v1.2.5

v1.2.4

09 Jun 16:10
5cf2004
Compare
Choose a tag to compare

What's Changed

  • Rename the 'argument' var to 'option' by @Antiz96 in #24

Full Changelog: v1.2.3...v1.2.4

v1.2.3

09 Jun 14:14
cf57dd8
Compare
Choose a tag to compare

What's Changed

  • Refactor the script into even more functions + bump to v1.2.3 by @Antiz96 in #23

Full Changelog: v1.2.2...v1.2.3

v1.2.2

09 Jun 09:23
4db0ef4
Compare
Choose a tag to compare

What's Changed

  • Add github action to run shellcheck on pull request by @Antiz96 in #12 and #15
  • Refactoring the script with functions by @Antiz96 in #11
  • Add a clear and concise help message (instead of simply printing the man page) for the --help option by @Antiz96 in #16
  • Add basic but useful information at the top of the main script by @Antiz96 in #18
  • Use separated exit codes for each type of errors by @Antiz96 in #19

Full Changelog: v1.2.1...v1.2.2

v1.2.1

14 Sep 21:18
b788144
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).
  • A LICENSE file has been added to the repo (GLP3).

Release v1.2.0

27 Jun 00:14
76168ce
Compare
Choose a tag to compare

Release v1.2.0 :

New features :

Code changes :

  • Messages printed by Malias 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 Malias 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 Malias 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.1

03 May 21:56
b8a13a8
Compare
Choose a tag to compare

Modification of the package's structure to make it cleaner

Release v1.0.1

02 May 07:31
a3533c2
Compare
Choose a tag to compare

Corrected some info in the man page

Release v1.0

29 Apr 10:34
0a9ee91
Compare
Choose a tag to compare

Initial release

Previously known as "Alias_Manager", Malias is a complete reconstruction that is way more elegant in every point