Skip to content

Releases: ivan-hc/AM

3.0.5

01 May 17:22
5306a4b
Compare
Choose a tag to compare

"AM" 3.0.5 RELEASED!

Changes:

  • Now you can use the Arch User Repository (AUR) too to download standalone applications available in AppImage format or DEB, ZIP and TAR.BZ2/GZ/XZ packages;
  • Also added a new template that merges the four ones available in the previous release for applications downloadable from github.com, in this way the number of available options of the am -t command are less.

Furter templates will be added soon to quickly increase the number of the available applications on this repository.

Up to this new release I have uploaded more than 1305 applications for the x86_64 architecture (of which around 1200 are AppImage packages).

3.0.4

28 Apr 04:27
5ba68f5
Compare
Choose a tag to compare

"AM" 3.0.4 RELEASED!

This release has improved workflow when you want to create your own scripts for "AM" for applications hosted on github.com

Added interactive and smart support for creating your scripts from github.com (AppImage, deb, tar and zip packages).

USAGE:

am -t $PROGRAM

then select a number between 2 (AppImage), 3 (DEB), 4 (TAR) and 5 (ZIP).

This will ask you for:

  • the name of the repository (eg "NAME/REPOSITORY");
  • the category of your program (to be selected from a list);
  • the url of the icon (to copy/paste when prompted).

The same kind of support will also be added to other templates, for new sub-releases: stay tuned!

3.0.3

11 Apr 14:51
a304002
Compare
Choose a tag to compare

"AM" 3.0.3 RELEASED!

Removed some templates and added a new (amazing) one to download and update ANY AppImage from GitHub!

USAGE: run the command am -t $PROGRAM, then select the template number 8.

Check the new template is available here.

This is the more complete script and the easier to compile, because of this other templates will be removed soon.

3.0.2

07 Apr 04:00
63d7ea0
Compare
Choose a tag to compare

"AM" version 3.0.2 RELEASED!

Added a NEW template (the easier one) for AppImage.GitHub.io!

Now you can create and upload scripts for AppImages from the main AppImage package catalog!

3.0.1

04 Apr 04:19
a181da4
Compare
Choose a tag to compare

This new minor update comes with a big improvement to the -q or query option which now supports more search terms!

3.0.0

26 Mar 04:15
81c4183
Compare
Choose a tag to compare

"AM" 3.0.0 HAS BEEN RELEASED!

Added multiple argument support for the following options:

-a or about to get informations of multiple programs;

-b or backup to copy a snapshot for each selected program

-d or download to get more installation scripts together on your desktop

-i or install to install multiple programs (includes the new -a option at the end of the installation)

-o or overwrite to restore multiple programs (see the new -b option above)

-r or -remove to uninstall multiple programs (requires confirmation, default is "Y")

Among the various minor additions there is also a customized version of pkg2appimage of only 4 MB, useful for speeding up the process of compiling new AppImages from .deb packages, also improved the wiki, added new templates and many other small things... including new programs and AppImages like the full KDE Games suite, Abiword, Gnumeric and much more...

2.7.0

17 Mar 13:33
35c5039
Compare
Choose a tag to compare

Added a dependency check at the beginning of the main script to prevent installation errors (Issue #6 ).

A message will warn you of the lack of this dependence.

2.6.1

07 Mar 17:28
2dbe814
Compare
Choose a tag to compare

Changes:

  • option -b or backup improved, a better name for the snapshots of the programs you create;
  • new option -o or overwrite that allows you to roll back to a previous version of the program.

To save a snapshot:

am -b $PROGRAM

To restore a program to a previous saved version:

am -o $PROGRAM

All the snapshots are stored in your home diectory, at /home/$USER/.am-snapshots/$PROGRAM

2.6.0

07 Mar 03:30
6110b94
Compare
Choose a tag to compare

New -b or backup function that creates a backup of your selected application in /home/$USER/.am-snapshots/$PROGRAM

USAGE:

am -b $PROGRAM

The next release will include an option to rollback the application by selecting one of the snapshots.

2.5.1

07 Mar 01:33
6cb0f8a
Compare
Choose a tag to compare

New -d|download option needed to download an installation script from the "AM" repository to your desktop without installing it.

USAGE:

am -d $PROGRAM