Skip to content

Releases: CalebQ42/LinuxPA

Download Dialog fixes

28 Nov 09:52
Compare
Choose a tag to compare
  • Fixed the update download dialog and the changelog not actually downloading.

Download removal

28 Nov 09:28
Compare
Choose a tag to compare

The download button has becomes basically useless, so I decided to make it take to you the AppImageHub website instead

AppImages!

06 Nov 11:08
Compare
Choose a tag to compare
  • Improved AppImage Support

LinuxPA will now try to get info from inside the AppImage, though you need to have unsquashfs in $PATH for it to work. I might see if I can make it so you download a static version that LinuxPA uses if unsquashfs isn't available.

v2.1.4.1

04 Jun 23:21
Compare
Choose a tag to compare
  • You can now choose to update to beta versions.
  • Fixed bug with changing settings
  • Fixed bug when editing wine apps' name

Over the next little bit I'm going to be working on adding in some more AppImage integrations, hopfully including (but not limited to): Getting app information from the AppImage itself, Updating AppImages, and better AppImage Downloading (probably based around AppImageHub. I'm creating this beta channel because I'm going to have to learn A LOT (Including a new programming language) to make these hopes possible and I'm expecting things to get quite buggy for a bit

Not actually beta, but Beta Update

04 Jun 22:35
Compare
Choose a tag to compare
  • You can now choose to update to beta versions.

Over the next little bit I'm going to be working on adding in some more AppImage integrations, hopfully including (but not limited to): Getting app information from the AppImage itself, Updating AppImages, and better AppImage Downloading (probably based around AppImageHub. I'm creating this beta channel because I'm going to have to learn A LOT (Including a new programming language) to make these hopes possible and I'm expecting things to get quite buggy for a bit

I fix something

12 May 05:49
868ae8f
Compare
Choose a tag to compare
  • Removed common.sh support for wine apps when not on an ext filesystem. Due to how wine does things it won't work if the directory set to $HOME isn't owned by you, which is possible, but difficult on filesystems without permission controls (such as FAT).
  • Removed ability to download wine on non ext filesystem (due to problems described above)
  • Fixed issue with common.sh and apps with names that contained certain symbols (such as parenthesis)
  • This is probably a bit buggy (As this is the first time working on this in months), so if you have any issues, PLEASE leave a github issue

"I did some more stuff" release

11 Aug 00:09
Compare
Choose a tag to compare

Changed $PANAME to $FILENAME for common.sh
Added $APPNAME for common.sh
Fixed some bugs

"I did some stuff" release

09 Aug 08:44
Compare
Choose a tag to compare
  • Added support for stuff mentioned in this issue
  • For all future updates a change-log will be shown and you can choose not to update.
  • If you really want to, you can force the update dialog to be shown be passing the --force-update flag

The "probably half-baked features" release

14 Apr 08:42
Compare
Choose a tag to compare
  1. Hide "Portable" from app names
  2. Moved "Show windows apps" to settings
  3. Download will try to be only the highest version. You can turn this off in settings.

Coming up next:

  1. Release notes first time after update
  2. Better AppImage name parsing for downloads.
  3. Fix any bugs that appears

Editing App

11 Apr 05:20
Compare
Choose a tag to compare

You can now easily set category, name, and icon of an app from within LinuxPA

A couple of bug fixes (?)