Skip to content

Commit e4b37ab

Browse files
author
CIS Guru
committed
chore: rebrand to Nine. - update all config, branding, and version to 1.0.0
- electron.manifest.json: product name, appId, executable, version -> Nine/1.0.0 - nine.desktop: renamed from aquiis.desktop, updated all references - com.nineapp.nine.appdata.xml: renamed, updated id/name/urls/releases - appsettings.json: AppName, ProductName, Version, Repository, URLs -> Nine/1.0.0 - Nine.csproj: version reset to 1.0.0 - Database: reset to app_v1.0.0.db, SchemaVersion 1.0.0
1 parent 8ddd4a3 commit e4b37ab

File tree

6 files changed

+51
-91
lines changed

6 files changed

+51
-91
lines changed

4-Nine/Assets/aquiis.desktop

Lines changed: 0 additions & 14 deletions
This file was deleted.

4-Nine/Assets/com.aquiis.propertymanagement.appdata.xml renamed to 4-Nine/Assets/com.nineapp.nine.appdata.xml

Lines changed: 13 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<component type="desktop-application">
3-
<id>com.aquiis.propertymanagement</id>
3+
<id>com.nineapp.nine</id>
44
<metadata_license>MIT</metadata_license>
55
<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>
88

99
<description>
1010
<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.
1414
</p>
1515
<p>Key Features:</p>
1616
<ul>
@@ -29,7 +29,7 @@
2929
</p>
3030
</description>
3131

32-
<launchable type="desktop-id">com.aquiis.propertymanagement.desktop</launchable>
32+
<launchable type="desktop-id">com.nineapp.nine.desktop</launchable>
3333

3434
<screenshots>
3535
<screenshot type="default">
@@ -50,62 +50,22 @@
5050
</screenshot>
5151
</screenshots>
5252

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>
5656

5757
<developer id="com.github.xnodeoncode">
5858
<name>xnodeoncode</name>
5959
</developer>
6060

6161
<provides>
62-
<binary>AquiisPropertyManagement</binary>
62+
<binary>Nine</binary>
6363
</provides>
6464

6565
<releases>
66-
<release version="1.1.2" date="2026-03-01">
66+
<release version="1.0.0" date="2026-03-02">
6767
<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>
10969
<ul>
11070
<li>Complete property, tenant, and lease management</li>
11171
<li>Automated invoicing and payment tracking</li>

4-Nine/Assets/nine.desktop

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[Desktop Entry]
2+
Name=Nine Property Management
3+
Comment=Property management perfected for up to nine properties.
4+
Exec=Nine-1.0.0-x86_64.AppImage
5+
Icon=nine
6+
Type=Application
7+
Categories=Office;Finance;
8+
Terminal=false
9+
StartupWMClass=Nine Property Management
10+
X-AppImage-Version=1.0.0
11+
X-AppImage-Name=Nine Property Management
12+
X-AppImage-Arch=x86_64
13+
X-AppImage-Payload-License=MIT
14+
Keywords=property;management;landlord;rental;lease;tenant;invoice;

4-Nine/Nine.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<MigrationsDirectory>Data/Migrations</MigrationsDirectory>
99

1010
<!-- Semantic Versioning -->
11-
<Version>1.1.2</Version>
12-
<AssemblyVersion>1.1.2.0</AssemblyVersion>
13-
<FileVersion>1.1.2.0</FileVersion>
14-
<InformationalVersion>1.1.2</InformationalVersion>
11+
<Version>1.0.0</Version>
12+
<AssemblyVersion>1.0.0.0</AssemblyVersion>
13+
<FileVersion>1.0.0.0</FileVersion>
14+
<InformationalVersion>1.0.0</InformationalVersion>
1515
</PropertyGroup>
1616

1717
<ItemGroup>

4-Nine/appsettings.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ConnectionStrings": {
3-
"DefaultConnection": "DataSource=Data/app_v1.1.0.db;Cache=Shared"
3+
"DefaultConnection": "DataSource=Data/app_v1.0.0.db;Cache=Shared"
44
},
55
"Logging": {
66
"LogLevel": {
@@ -12,20 +12,20 @@
1212
},
1313
"AllowedHosts": "*",
1414
"ApplicationSettings": {
15-
"AppName": "Aquiis",
16-
"ProductName": "Aquiis SimpleStart",
17-
"Version": "1.1.2",
15+
"AppName": "Nine",
16+
"ProductName": "Nine",
17+
"Version": "1.0.0",
1818
"Author": "CIS Guru",
1919
"Email": "cisguru@outlook.com",
20-
"Repository": "https://github.com/xnodeoncode/Aquiis",
20+
"Repository": "https://github.com/xnodeoncode/nine",
2121
"SoftDeleteEnabled": true,
22-
"DatabaseFileName": "app_v1.1.0.db",
23-
"PreviousDatabaseFileName": "app_v1.0.0.db",
24-
"SchemaVersion": "1.1.0",
22+
"DatabaseFileName": "app_v1.0.0.db",
23+
"PreviousDatabaseFileName": "",
24+
"SchemaVersion": "1.0.0",
2525
"MaxOrganizationUsers": 3,
2626
"License": "MIT",
27-
"LicenseUrl": "https://github.com/xnodeoncode/Aquiis/blob/main/LICENSE",
28-
"HelpUrl": "https://github.com/xnodeoncode/Aquiis"
27+
"LicenseUrl": "https://github.com/xnodeoncode/nine/blob/main/LICENSE",
28+
"HelpUrl": "https://github.com/xnodeoncode/nine"
2929
},
3030
"SessionTimeout": {
3131
"InactivityTimeoutMinutes": 18,

4-Nine/electron.manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"executable": "Aquiis.SimpleStart",
2+
"executable": "Nine",
33
"splashscreen": {
44
"imageFile": "wwwroot/assets/splash.png"
55
},
66
"electronCLIFlags": [
77
"--enable-features=VaapiVideoDecoder",
88
"--disable-dev-shm-usage"
99
],
10-
"name": "aquiis",
11-
"description": "Aquiis Property Management",
12-
"author": "Aquiis",
10+
"name": "nine",
11+
"description": "Nine Property Management",
12+
"author": "Nine",
1313
"singleInstance": false,
1414
"environment": "Production",
1515
"aspCoreBackendPort": 8888,
1616
"build": {
17-
"appId": "com.aquiis.propertymanagement",
18-
"productName": "Aquiis",
17+
"appId": "com.nineapp.nine",
18+
"productName": "Nine",
1919
"copyright": "Copyright © 2026",
20-
"buildVersion": "1.1.2",
20+
"buildVersion": "1.0.0",
2121
"compression": "normal",
2222
"directories": {
2323
"output": "../../../bin/Desktop"
@@ -53,7 +53,7 @@
5353
"allowToChangeInstallationDirectory": true,
5454
"createDesktopShortcut": true,
5555
"createStartMenuShortcut": true,
56-
"shortcutName": "Aquiis"
56+
"shortcutName": "Nine"
5757
},
5858
"linux": {
5959
"target": "AppImage",
@@ -67,8 +67,8 @@
6767
},
6868
"extraFiles": [
6969
{
70-
"from": "Assets/com.aquiis.propertymanagement.appdata.xml",
71-
"to": "usr/share/metainfo/com.aquiis.propertymanagement.appdata.xml"
70+
"from": "Assets/com.nineapp.nine.appdata.xml",
71+
"to": "usr/share/metainfo/com.nineapp.nine.appdata.xml"
7272
}
7373
]
7474
}

0 commit comments

Comments
 (0)