Aquiis.SimpleStart v1.1.2
Aquiis SimpleStart v1.1.2
AppImageHub Compliance Release - Metadata Enhancement
π·οΈ What's New
This release adds MIT license metadata to the AppImage desktop file for AppImageHub catalog integration, enabling automated discovery in the AppImage ecosystem.
Key Points:
- β
Embedded
X-AppImage-Payload-License=MITin desktop file - β No functional changes - drop-in replacement for v1.1.1
- β No database migration required (schema v1.1.0 unchanged)
- β 100% backward compatible
π₯ Downloads
| Platform | File | Size |
|---|---|---|
| Linux (AppImage) | Aquiis-1.1.2-x86_64.AppImage | 240 MB |
| Windows (Installer) | Aquiis-1.1.2-x64-Setup.exe | TBD |
| Checksums | checksums.txt | - |
π Installation
Linux (AppImage)
# Download
wget https://github.com/xnodeoncode/Aquiis/releases/download/v1.1.2/Aquiis-1.1.2-x86_64.AppImage
# Make executable
chmod +x Aquiis-1.1.2-x86_64.AppImage
# Run
./Aquiis-1.1.2-x86_64.AppImageDesktop Integration (Recommended):
wget https://github.com/xnodeoncode/Aquiis/releases/download/v1.1.2/install-desktop-integration.sh
chmod +x install-desktop-integration.sh
./install-desktop-integration.sh Aquiis-1.1.2-x86_64.AppImageWindows
- Download
Aquiis-1.1.2-x64-Setup.exe - Run installer and follow setup wizard
- Launch from Start Menu or Desktop shortcut
Note: Windows SmartScreen warning may appear (unsigned). Click "More info" β "Run anyway". Code signing planned for v1.2.0.
π Upgrade Notes
From v1.1.1
Completely optional - No functional differences. Only updates metadata for AppImageHub catalog.
From v1.1.0 or earlier
No migration required - Database schema unchanged at v1.1.0.
From v1.0.0
Automatic migration to v1.1.0 schema on first run (< 30 seconds).
π Verify Download
# Download checksums
wget https://github.com/xnodeoncode/Aquiis/releases/download/v1.1.2/checksums.txt
# Linux
sha256sum -c checksums.txt
# Windows PowerShell
Get-FileHash "Aquiis-1.1.2-x64-Setup.exe" -Algorithm SHA256π Technical Details
| Property | Value |
|---|---|
| Application Version | 1.1.2 |
| Database Schema | v1.1.0 (unchanged) |
| .NET SDK | 10.0.1 |
| ElectronNET | 23.6.2 |
| Release Type | Patch (metadata enhancement) |
| Migration Required | No |
| Breaking Changes | None |
π§ What Changed
AppImageHub Integration
- Added
X-AppImage-Payload-License=MITto AppImage desktop file - Configured via
electron.manifest.jsonβlinux.desktop.entry - Enables automated license detection by AppImageHub CI
- Pattern based on Gryt Chat's implementation
Version Updates
All project files updated from 1.1.1 to 1.1.2:
- electron.manifest.json
- Aquiis.SimpleStart.csproj
- appsettings.json
- package.json / package-lock.json
- Assets/aquiis.desktop
Documentation
- Updated README.md with v1.1.2 references
- Added CHANGELOG.md v1.1.2 section
- Updated Quick-Start-Guide, Database-Management-Guide, Compatibility-Matrix
- Created Documentation/v1.1.2/ with full release notes
π Documentation
- π Full Release Notes
- π Quick Start Guide
- πΎ Database Management
- π Compatibility Matrix
- π CHANGELOG
π¬ Support
- π§ Email: cisguru@outlook.com
- π Bug Reports: GitHub Issues
- π‘ Feature Requests: GitHub Discussions
π Acknowledgments
Special thanks to:
- AppImageHub Team for catalog infrastructure
- Gryt Chat Project for desktop file license pattern
- electron-builder Team for configuration flexibility
Questions? Open a GitHub Discussion.
Previous Release: v1.1.1 - Bug fixes & Windows enhancements