Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Releases: SalaniLeo/Immagini

v0.1.0

15 Apr 10:56

Choose a tag to compare

Renamed app to Immagini

To see why immagini go Why the name immagini...

What's changed

- Added 'include libraries' option

Updates

- Fixed error with renaming the app more than one time
- Fixed error with launching appimages in some distros

v0.0.4

23 Feb 13:08
8d1a74e

Choose a tag to compare

v0.0.4 Pre-release
Pre-release

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

06 Feb 22:28

Choose a tag to compare

v0.0.3 Pre-release
Pre-release

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

15 Jan 16:54
b8c93aa

Choose a tag to compare

v0.0.2 Pre-release
Pre-release

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

09 Jan 22:46
227eab1

Choose a tag to compare

v0.0.1 Pre-release
Pre-release

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 😉