add section Privacy Policy DSGVO

This commit is contained in:
2026-08-05 18:17:22 +00:00
parent bd23858537
commit c9e6438222
12 changed files with 258 additions and 7 deletions
+2
View File
@@ -1,3 +1,5 @@
- [0.5.5.35](UPDATE-0.5.5.35.md)
- [0.5.5.34](UPDATE-0.5.5.34.md)
# Version history
Release notes are stored outside the project root to keep the repository overview compact.
+6
View File
@@ -0,0 +1,6 @@
# Version 0.5.5.33
- Added a two-asset software inventory comparison.
- Added exact, version-insensitive, and version/year-insensitive comparison modes.
- Added standard table filtering and sorting to the comparison result.
- Added an Excel export for comparison results.
+8
View File
@@ -0,0 +1,8 @@
# AssetManager 0.5.5.34
## Fixes
- Preserves the complete current query string when changing the interface language.
- Fixes language switching on the software comparison page where `asset_a` and `asset_b` were previously lost.
- Safely appends the language-change notification without corrupting existing query parameters.
- Applies the same query-preservation behavior to the header theme switch.
+8
View File
@@ -0,0 +1,8 @@
# AssetManager 0.5.5.35
## Changes
- Improved software comparison normalization for product names where a year is followed by language or architecture information.
- Architecture markers such as `64-Bit`, `32-Bit`, `x64`, `x86`, `amd64`, and `arm64` are ignored in version-insensitive comparison modes even when they are not enclosed in parentheses.
- The software comparison table is now sorted by the normalized comparison name instead of comparison status.
- Stored inventory data and displayed original product names remain unchanged.