Skip to content

Aquiis.SimpleStart v1.1.2

Choose a tag to compare

@xnodeoncode xnodeoncode released this 02 Mar 02:20
· 7 commits to main since this release
Immutable release. Only release title and notes can be modified.
743fdf9

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=MIT in 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.AppImage

Desktop 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.AppImage

Windows

  1. Download Aquiis-1.1.2-x64-Setup.exe
  2. Run installer and follow setup wizard
  3. 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=MIT to 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


πŸ’¬ Support


πŸ™ 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