From 2dddc19e327db9a29ae704f4d7795d347b330870 Mon Sep 17 00:00:00 2001 From: CIS Guru Date: Thu, 19 Feb 2026 16:05:22 -0600 Subject: [PATCH] Update AppImage desktop file. --- 4-Aquiis.SimpleStart/Assets/aquiis.desktop | 4 ++-- .../com.aquiis.propertymanagement.appdata.xml | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/4-Aquiis.SimpleStart/Assets/aquiis.desktop b/4-Aquiis.SimpleStart/Assets/aquiis.desktop index 818a790..f1edf20 100644 --- a/4-Aquiis.SimpleStart/Assets/aquiis.desktop +++ b/4-Aquiis.SimpleStart/Assets/aquiis.desktop @@ -1,13 +1,13 @@ [Desktop Entry] Name=Aquiis Property Management Comment=Multi-tenant property management system for small landlords -Exec=AquiisPropertyManagement.AppImage +Exec=Aquiis-1.1.0-x86_64.AppImage Icon=aquiis Type=Application Categories=Office;Finance; Terminal=false StartupWMClass=Aquiis Property Management -X-AppImage-Version=1.0.0 +X-AppImage-Version=1.1.0 X-AppImage-Name=Aquiis Property Management X-AppImage-Arch=x86_64 Keywords=property;management;landlord;rental;lease;tenant;invoice; diff --git a/4-Aquiis.SimpleStart/Assets/com.aquiis.propertymanagement.appdata.xml b/4-Aquiis.SimpleStart/Assets/com.aquiis.propertymanagement.appdata.xml index 205a23a..be49937 100644 --- a/4-Aquiis.SimpleStart/Assets/com.aquiis.propertymanagement.appdata.xml +++ b/4-Aquiis.SimpleStart/Assets/com.aquiis.propertymanagement.appdata.xml @@ -63,6 +63,21 @@ + + +

Security and Schema Enhancement Release

+
    +
  • Database encryption at rest with SQLCipher AES-256
  • +
  • Sample data management system with IsSampleData flags
  • +
  • Content Security Policy (CSP) headers for web security
  • +
  • Multi-tenant data integrity enhancements
  • +
  • Database schema v1.1.0 with automatic migrations
  • +
  • OS keychain integration for password caching (Linux)
  • +
  • Automatic database location migration
  • +
  • New application naming convention
  • +
+
+

First stable release for public distribution