Releases: CalebQ42/LinuxPA
Download Dialog fixes
Download removal
The download button has becomes basically useless, so I decided to make it take to you the AppImageHub website instead
AppImages!
- 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
- 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
- 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
- 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
Changed $PANAME to $FILENAME for common.sh
Added $APPNAME for common.sh
Fixed some bugs
"I did some stuff" release
- 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
- Hide "Portable" from app names
- Moved "Show windows apps" to settings
- Download will try to be only the highest version. You can turn this off in settings.
Coming up next:
- Release notes first time after update
- Better AppImage name parsing for downloads.
- Fix any bugs that appears
Editing App
You can now easily set category, name, and icon of an app from within LinuxPA
A couple of bug fixes (?)