This repository was archived by the owner on Oct 17, 2023. It is now read-only.
Releases: SalaniLeo/Immagini
Releases · SalaniLeo/Immagini
v0.1.0
v0.0.4
What's Changed
- Added library to manage all the .AppImages
- Revamped 'create new AppImage' window
Updates
- Application .AppImage now shows icon with appimagelauncher
- Icons size gets verified before packaging image
- Icons are now packaged inside usr/share/icons/hicolor based on file type and size
- Added 'Preferences' with basic options
- Added 'About'
- Added 'Show in folder' for library page
- Added basic options (delete, rename, set executable and extract image) to images inside library
- Modified output textview to be in separate window
- Creating an appimage now uses another thread, and stops if errorWindow shows up
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Updates
- UI is now made with libadwaita
- Added application to flathub
- Confirm button now switches page Instead of opening a new window
Fixes
- App created AppRun now contains main executable full path when creating app with foldermode active (idk why it didn't before)
Future implementations
(these are things I'm already working on)
- Max size of output console
- Adding aarch64 support for both flatpak and appimage
- Adding the .appimages files to appimagehub
Full Changelog: v0.0.2...v0.0.3
v0.0.2
v0.0.2
Features
- Added folder mode option to package more than one file applications/scripts inside the apppimage
- Added custom AppRun option to implement a user made AppRun file to support folder mode
- Added advanced options box for future additions
- Now works also on arm64
v0.0.1
first version.
- Gtk interface for AppImageKit
- easy way to package one-file applications and scripts for people that don't use the terminal
Features
- you can see build output
- you can decide if the app automatically removes generated .AppDir folder or keeps it in case something goes wrong
keep in mind this is only the first version 😉