-
Notifications
You must be signed in to change notification settings - Fork 1
chore: update README.md for v1.1.0 release #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |||||||||||||||||||||
|
|
||||||||||||||||||||||
| **Modern Property Management for Landlords** | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| [](https://github.com/xnodeoncode/Aquiis/releases) | ||||||||||||||||||||||
| [](https://github.com/xnodeoncode/Aquiis/releases) | ||||||||||||||||||||||
| [](LICENSE) | ||||||||||||||||||||||
| [](https://dotnet.microsoft.com/) | ||||||||||||||||||||||
| [](#installation) | ||||||||||||||||||||||
|
|
@@ -62,23 +62,26 @@ | |||||||||||||||||||||
| - 📅 Background tasks for scheduling and cleanup | ||||||||||||||||||||||
| - 🎯 Configurable notification preferences | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| ### Database Management | ||||||||||||||||||||||
| ### Database & Security | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - 💾 SQLite file-based database (no server required) | ||||||||||||||||||||||
| - 🔒 **NEW:** Database encryption at rest (SQLCipher AES-256) | ||||||||||||||||||||||
| - 🔑 **NEW:** OS keychain integration for password management | ||||||||||||||||||||||
| - 🔄 Automatic schema migrations | ||||||||||||||||||||||
| - 📦 Manual and scheduled backups | ||||||||||||||||||||||
| - ♻️ Staged restore with preview | ||||||||||||||||||||||
| - 🔐 Content Security Policy (CSP) headers for web security | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| --- | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| ## � Download | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| **Latest Release: v1.0.0** | ||||||||||||||||||||||
| **Latest Release: v1.1.0** | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| [](https://github.com/xnodeoncode/Aquiis/releases/download/v1.0.0/AquiisPropertyManagement-1.0.0.AppImage) | ||||||||||||||||||||||
| [](https://github.com/xnodeoncode/Aquiis/releases/download/v1.0.0/AquiisPropertyManagement%201.0.0.exe) | ||||||||||||||||||||||
| [](https://github.com/xnodeoncode/Aquiis/releases/download/v1.1.0/Aquiis-1.1.0-x86_64.AppImage) | ||||||||||||||||||||||
| [](https://github.com/xnodeoncode/Aquiis/releases/download/v1.1.0/Aquiis-1.1.0-x64-Setup.exe) | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| **All Downloads:** [View v1.0.0 Release](https://github.com/xnodeoncode/Aquiis/releases/tag/v1.0.0) | ||||||||||||||||||||||
| **All Downloads:** [View v1.1.0 Release](https://github.com/xnodeoncode/Aquiis/releases/tag/v1.1.0) | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| --- | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
|
|
@@ -90,41 +93,48 @@ | |||||||||||||||||||||
|
|
||||||||||||||||||||||
| ```bash | ||||||||||||||||||||||
| # Download from releases page or use wget | ||||||||||||||||||||||
| wget https://github.com/xnodeoncode/Aquiis/releases/download/v1.0.0/AquiisPropertyManagement-1.0.0.AppImage | ||||||||||||||||||||||
| wget https://github.com/xnodeoncode/Aquiis/releases/download/v1.1.0/Aquiis-1.1.0-x86_64.AppImage | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| # Make executable | ||||||||||||||||||||||
| chmod +x AquiisPropertyManagement-1.0.0.AppImage | ||||||||||||||||||||||
| chmod +x Aquiis-1.1.0-x86_64.AppImage | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| # Option 1: Desktop integration (recommended) | ||||||||||||||||||||||
| wget https://github.com/xnodeoncode/Aquiis/releases/download/v1.0.0/install-desktop-integration.sh | ||||||||||||||||||||||
| wget https://github.com/xnodeoncode/Aquiis/releases/download/v1.1.0/install-desktop-integration.sh | ||||||||||||||||||||||
| chmod +x install-desktop-integration.sh | ||||||||||||||||||||||
| ./install-desktop-integration.sh AquiisPropertyManagement-1.0.0.AppImage | ||||||||||||||||||||||
| ./install-desktop-integration.sh Aquiis-1.1.0-x86_64.AppImage | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| # Option 2: Run directly | ||||||||||||||||||||||
| ./AquiisPropertyManagement-1.0.0.AppImage | ||||||||||||||||||||||
| ./Aquiis-1.1.0-x86_64.AppImage | ||||||||||||||||||||||
| ``` | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| #### Windows (Portable Executable) | ||||||||||||||||||||||
| #### Windows (Installer or Portable) | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| 1. **Download** `AquiisPropertyManagement 1.0.0.exe` from [releases page](https://github.com/xnodeoncode/Aquiis/releases/tag/v1.0.0) | ||||||||||||||||||||||
| **Option A: Installer (Recommended)** | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| 1. **Download** `Aquiis-1.1.0-x64-Setup.exe` from [releases page](https://github.com/xnodeoncode/Aquiis/releases/tag/v1.1.0) | ||||||||||||||||||||||
| 2. **Run installer** and follow the setup wizard | ||||||||||||||||||||||
| 3. **Launch** from Start Menu or Desktop shortcut | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| **Option B: Portable Executable** | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| 1. **Download** `Aquiis-1.1.0-x64-Portable.exe` from [releases page](https://github.com/xnodeoncode/Aquiis/releases/tag/v1.1.0) | ||||||||||||||||||||||
| 2. **Move to permanent location** (e.g., `C:\Program Files\Aquiis\`) | ||||||||||||||||||||||
| - ⚠️ Database and settings are stored relative to the .exe location | ||||||||||||||||||||||
| 3. **Double-click** to run | ||||||||||||||||||||||
| 4. **First launch**: Windows SmartScreen warning is expected (app is unsigned) | ||||||||||||||||||||||
| - Click **"More info"** → **"Run anyway"** | ||||||||||||||||||||||
| - Code signing planned for v1.1.0 | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| **Note:** Windows SmartScreen warning may appear (app is unsigned). Click **"More info"** → **"Run anyway"**. Code signing planned for future release. | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| #### Verify Download (Optional) | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| ```bash | ||||||||||||||||||||||
| # Download checksums | ||||||||||||||||||||||
| wget https://github.com/xnodeoncode/Aquiis/releases/download/v1.0.0/checksums.txt | ||||||||||||||||||||||
| wget https://github.com/xnodeoncode/Aquiis/releases/download/v1.1.0/checksums.txt | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| # Linux | ||||||||||||||||||||||
| sha256sum -c checksums.txt | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| # Windows PowerShell | ||||||||||||||||||||||
| Get-FileHash "AquiisPropertyManagement 1.0.0.exe" -Algorithm SHA256 | ||||||||||||||||||||||
| Get-FileHash "Aquiis-1.1.0-x64-Setup.exe" -Algorithm SHA256 | ||||||||||||||||||||||
| ``` | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| ### First Run | ||||||||||||||||||||||
|
|
@@ -136,7 +146,7 @@ Get-FileHash "AquiisPropertyManagement 1.0.0.exe" -Algorithm SHA256 | |||||||||||||||||||||
|
|
||||||||||||||||||||||
| ### 15-Minute Tutorial | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| Follow our [Quick Start Guide](Documentation/v1.0.0/v1.0.0-Quick-Start-Guide.md) to: | ||||||||||||||||||||||
| Follow our [Quick Start Guide](Documentation/Quick-Start-Guide.md) to: | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - Add your first property | ||||||||||||||||||||||
| - Add a tenant | ||||||||||||||||||||||
|
|
@@ -182,9 +192,11 @@ Aquiis is available as a portable Windows executable (.exe). No installation req | |||||||||||||||||||||
|
|
||||||||||||||||||||||
| ### User Documentation | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - 📖 **[Release Notes](Documentation/v1.0.0/v1.0.0-Release-Notes.md)** - What's new in v1.0.0 | ||||||||||||||||||||||
| - 🚀 **[Quick Start Guide](Documentation/v1.0.0/v1.0.0-Quick-Start-Guide.md)** - Get started in 15 minutes | ||||||||||||||||||||||
| - 💾 **[Database Management Guide](Documentation/v1.0.0/v1.0.0-Database-Management-Guide.md)** - Backup, restore, troubleshooting | ||||||||||||||||||||||
| - 📖 **[Release Notes](Documentation/v1.1.0/v1.1.0-Release-Notes.md)** - What's new in v1.1.0 | ||||||||||||||||||||||
| - 🚀 **[Quick Start Guide](Documentation/Quick-Start-Guide.md)** - Get started in 15 minutes | ||||||||||||||||||||||
| - 💾 **[Database Management Guide](Documentation/Database-Management-Guide.md)** - Backup, restore, troubleshooting | ||||||||||||||||||||||
| - 🔒 **[Security Features](Documentation/v1.1.0/Security-Enhancements.md)** - Database encryption, CSP, and more | ||||||||||||||||||||||
|
Comment on lines
+195
to
+198
|
||||||||||||||||||||||
| - 📖 **[Release Notes](Documentation/v1.1.0/v1.1.0-Release-Notes.md)** - What's new in v1.1.0 | |
| - 🚀 **[Quick Start Guide](Documentation/Quick-Start-Guide.md)** - Get started in 15 minutes | |
| - 💾 **[Database Management Guide](Documentation/Database-Management-Guide.md)** - Backup, restore, troubleshooting | |
| - 🔒 **[Security Features](Documentation/v1.1.0/Security-Enhancements.md)** - Database encryption, CSP, and more | |
| - 📖 **[Release Notes](CHANGELOG.md)** - What's new in v1.1.0 | |
| - 🚀 **[Quick Start Guide](Documentation/Quick-Start-Guide.md)** - Get started in 15 minutes | |
| - 💾 **[Database Management Guide](Documentation/Database-Management-Guide.md)** - Backup, restore, troubleshooting | |
| - 🔒 **[Security Features](Documentation/Security-Enhancements.md)** - Database encryption, CSP, and more |
Copilot
AI
Feb 19, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The “Security Features” link points to Documentation/v1.1.0/Security-Enhancements.md, but that file is not present in the repository. Either add the document, or link to an existing security/encryption section (for example within Documentation/Database-Management-Guide.md) so readers don’t hit a dead link.
| - 🔒 **[Security Features](Documentation/v1.1.0/Security-Enhancements.md)** - Database encryption, CSP, and more | |
| - 🔒 **[Security Features](Documentation/Database-Management-Guide.md)** - Database encryption, CSP, and more |
Copilot
AI
Feb 19, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The README now frames v1.1.0 as released, but the linked Compatibility Matrix currently lists v1.1.0 as “TBD / In Development” and v1.0.1 as the current release. Update the matrix (or adjust the README text/link) so the documentation set is consistent for the v1.1.0 release.
| - 📊 **[Compatibility Matrix](Documentation/Compatibility-Matrix.md)** - Version compatibility and upgrade paths | |
| - 📊 **[Compatibility Matrix (through v1.0.1)](Documentation/Compatibility-Matrix.md)** - Version compatibility and upgrade paths for v1.0.x and earlier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The download section header rendered above this line shows the replacement character ("�") (
## � Download), which usually indicates an encoding/emoji issue in the markdown. Replace it with the intended icon/text and ensure the file is saved as UTF-8 so the heading renders correctly on GitHub.