|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <component type="desktop-application"> |
3 | | - <id>com.aquiis.propertymanagement</id> |
| 3 | + <id>com.nineapp.nine</id> |
4 | 4 | <metadata_license>MIT</metadata_license> |
5 | 5 | <project_license>MIT</project_license> |
6 | | - <name>Aquiis Property Management</name> |
7 | | - <summary>Modern property management software for small landlords</summary> |
| 6 | + <name>Nine Property Management</name> |
| 7 | + <summary>Property management perfected for portfolios of up to nine properties</summary> |
8 | 8 |
|
9 | 9 | <description> |
10 | 10 | <p> |
11 | | - Aquiis SimpleStart is a standalone desktop application designed for landlords managing 1-9 residential rental properties. |
12 | | - Built with modern technology, it provides professional-grade property management features without the complexity or |
13 | | - subscription costs of enterprise solutions. |
| 11 | + Nine. is a standalone desktop application designed for landlords managing up to nine residential rental properties. |
| 12 | + The 9-property limit is our identity, not a limitation — built for independent landlords who want professional-grade |
| 13 | + features without the complexity or subscription costs of enterprise solutions. |
14 | 14 | </p> |
15 | 15 | <p>Key Features:</p> |
16 | 16 | <ul> |
|
29 | 29 | </p> |
30 | 30 | </description> |
31 | 31 |
|
32 | | - <launchable type="desktop-id">com.aquiis.propertymanagement.desktop</launchable> |
| 32 | + <launchable type="desktop-id">com.nineapp.nine.desktop</launchable> |
33 | 33 |
|
34 | 34 | <screenshots> |
35 | 35 | <screenshot type="default"> |
|
50 | 50 | </screenshot> |
51 | 51 | </screenshots> |
52 | 52 |
|
53 | | - <url type="homepage">https://github.com/xnodeoncode/Aquiis</url> |
54 | | - <url type="bugtracker">https://github.com/xnodeoncode/Aquiis/issues</url> |
55 | | - <url type="help">https://github.com/xnodeoncode/Aquiis/blob/main/README.md</url> |
| 53 | + <url type="homepage">https://github.com/xnodeoncode/nine</url> |
| 54 | + <url type="bugtracker">https://github.com/xnodeoncode/nine/issues</url> |
| 55 | + <url type="help">https://github.com/xnodeoncode/nine/blob/main/README.md</url> |
56 | 56 |
|
57 | 57 | <developer id="com.github.xnodeoncode"> |
58 | 58 | <name>xnodeoncode</name> |
59 | 59 | </developer> |
60 | 60 |
|
61 | 61 | <provides> |
62 | | - <binary>AquiisPropertyManagement</binary> |
| 62 | + <binary>Nine</binary> |
63 | 63 | </provides> |
64 | 64 |
|
65 | 65 | <releases> |
66 | | - <release version="1.1.2" date="2026-03-01"> |
| 66 | + <release version="1.0.0" date="2026-03-02"> |
67 | 67 | <description> |
68 | | - <p>AppImageHub Compliance Release</p> |
69 | | - <ul> |
70 | | - <li>Embedded MIT license metadata in AppImage desktop file for catalog integration</li> |
71 | | - <li>Configured electron.manifest.json with desktop.entry for automated CI detection</li> |
72 | | - <li>No functional changes - metadata enhancement only</li> |
73 | | - <li>Database schema v1.1.0 unchanged</li> |
74 | | - </ul> |
75 | | - </description> |
76 | | - </release> |
77 | | - <release version="1.1.1" date="2026-02-28"> |
78 | | - <description> |
79 | | - <p>Bug Fix and Enhancement Release</p> |
80 | | - <ul> |
81 | | - <li>Fixed brand theme flicker on repeated NavLink clicks</li> |
82 | | - <li>Fixed login double-submit causing blank page redirect</li> |
83 | | - <li>Windows database encryption implementation using DPAPI</li> |
84 | | - <li>Windows installer deployment (replaced portable executable)</li> |
85 | | - <li>Hidden Electron menu bar for native desktop experience</li> |
86 | | - <li>Optimized MutationObserver for improved performance</li> |
87 | | - <li>Enhanced documentation with cross-references</li> |
88 | | - </ul> |
89 | | - </description> |
90 | | - </release> |
91 | | - <release version="1.1.0" date="2026-02-19"> |
92 | | - <description> |
93 | | - <p>Security and Schema Enhancement Release</p> |
94 | | - <ul> |
95 | | - <li>Database encryption at rest with SQLCipher AES-256</li> |
96 | | - <li>Sample data management system with IsSampleData flags</li> |
97 | | - <li>Content Security Policy (CSP) headers for web security</li> |
98 | | - <li>Multi-tenant data integrity enhancements</li> |
99 | | - <li>Database schema v1.1.0 with automatic migrations</li> |
100 | | - <li>OS keychain integration for password caching (Linux)</li> |
101 | | - <li>Automatic database location migration</li> |
102 | | - <li>New application naming convention</li> |
103 | | - </ul> |
104 | | - </description> |
105 | | - </release> |
106 | | - <release version="1.0.0" date="2026-01-28"> |
107 | | - <description> |
108 | | - <p>First stable release for public distribution</p> |
| 68 | + <p>Initial release of Nine. — rebranded from Aquiis SimpleStart</p> |
109 | 69 | <ul> |
110 | 70 | <li>Complete property, tenant, and lease management</li> |
111 | 71 | <li>Automated invoicing and payment tracking</li> |
|
0 commit comments