Skip to content

Commit 958f73f

Browse files
author
CIS Guru
committed
Update Aquiis Property Management to v1.1.1
- Update desktop entry to v1.1.1 - Add v1.1.1 release to AppStream metadata - Update app metadata and download URL - Bug fixes: theme flicker, login double-submit - Windows enhancements: DPAPI encryption, installer deployment - Performance optimizations and documentation improvements
1 parent f74ee79 commit 958f73f

4 files changed

Lines changed: 22 additions & 8 deletions

File tree

apps/Aquiis.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ links:
2121
desktop:
2222
Desktop Entry:
2323
X-AppImage-Arch: x86_64
24-
X-AppImage-Version: 1.1.0
25-
X-AppImage-Name: Aquiis
26-
Name: Aquiis
24+
X-AppImage-Version: 1.1.1
25+
X-AppImage-Name: Aquiis Property Management
26+
Name: Aquiis Property Management
2727
Exec: Aquiis.AppImage
2828
Icon: aquiis
2929
Type: Application
3030
Terminal: false
3131
Categories: Office;Finance
32-
Comment: Property management for DIY landlords and property managers
32+
Comment: Multi-tenant property management system for DIY landlords
3333
AppImageHub:
3434
X-AppImage-Type: 2
3535
X-AppImage-Architecture: x86_64

data/Aquiis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/xnodeoncode/Aquiis/releases/download/v1.1.0/Aquiis-1.1.0-x86_64.AppImage
1+
https://github.com/xnodeoncode/Aquiis/releases/download/v1.1.1/Aquiis-1.1.1-x86_64.AppImage

database/Aquiis/aquiis.desktop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[Desktop Entry]
22
Name=Aquiis Property Management
3-
Comment=Multi-tenant property management system for DIY landlords and property managers
3+
Comment=Multi-tenant property management system for DIY landlords
44
Exec=Aquiis.AppImage
55
Icon=aquiis
66
Type=Application
77
Categories=Office;Finance;
88
Terminal=false
99
StartupWMClass=Aquiis Property Management
10-
X-AppImage-Version=1.1.0
10+
X-AppImage-Version=1.1.1
1111
X-AppImage-Name=Aquiis Property Management
1212
X-AppImage-Arch=x86_64
1313
Keywords=property;management;landlord;rental;lease;tenant;invoice;

database/Aquiis/com.aquiis.propertymanagement.appdata.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata_license>MIT</metadata_license>
55
<project_license>MIT</project_license>
66
<name>Aquiis Property Management</name>
7-
<summary>Modern property management software for DIY landlords and property managers</summary>
7+
<summary>Modern property management software for DIY landlords</summary>
88

99
<description>
1010
<p>
@@ -63,6 +63,20 @@
6363
</provides>
6464

6565
<releases>
66+
<release version="1.1.1" date="2026-02-28">
67+
<description>
68+
<p>Bug Fix and Enhancement Release</p>
69+
<ul>
70+
<li>Fixed brand theme flicker on repeated NavLink clicks</li>
71+
<li>Fixed login double-submit causing blank page redirect</li>
72+
<li>Windows database encryption implementation using DPAPI</li>
73+
<li>Windows installer deployment (replaced portable executable)</li>
74+
<li>Hidden Electron menu bar for native desktop experience</li>
75+
<li>Optimized MutationObserver for improved performance</li>
76+
<li>Enhanced documentation with cross-references</li>
77+
</ul>
78+
</description>
79+
</release>
6680
<release version="1.1.0" date="2026-02-19">
6781
<description>
6882
<p>Security and Schema Enhancement Release</p>

0 commit comments

Comments
 (0)