Skip to content

"AM" 8.2.1

Compare
Choose a tag to compare
@ivan-hc ivan-hc released this 16 Sep 22:45
· 838 commits to main since this release
783af21

Fixed a…distraction issue

With the introduction of colors in some lists (especially in "-l" and "-h") many users without the "less" command started to see "strange" messages that were nothing more than the ASCII characters intended for coloring messages.

In this minor release the "less" command has become a "core" dependency (i.e. without which you cannot use "AM"/"AppMan"), and not only that. Now it is possible to combine the options -a, -f, -h, -l and -q with other commands, in a clean way, without colors and without ASCII characters.

For example, suppose that mistakenly, the unaware user wants to combine the command less with -l (which already includes such a command), this is how the message will appear:

simplescreenrecorder-2024-09-17_00.19.40.mkv.mp4

same thing if you want to project the output of a command into a text file, for example:

simplescreenrecorder-2024-09-17_01.06.53.mkv.mp4

Among other changes

  • fixed a bug related to the "downgrade" option, which did not update the downgraded app version at the end of the process;
  • fixed a bug in "-l" which did not correctly display the number of available AppImages in the list;
  • hijacked the list of available AppImages using the relative catalog page in Markdown format;
  • introduced support for "appimageupdatetool" to get delta updates in AppImages (works only if "appimageupdatetool" is installed), by @Samueru-sama ;
  • added dozens and dozens of new applications to the database, our database now counts 2260 unique applications (so excluding "helpers"), divided as follows: 2013 Appimages and 247 standalone/portable programs. Yes, our catalog is the first to exceed 2000 applications in AppImage format! Thanks @Sush-ruta

Finally, more categories/tags have been added to the catalog for a total of 23, with more to come (if requested).

Visit https://portable-linux-apps.github.io to learn more.

What's Changed

New Contributors

Full Changelog: 8.2...8.2.1