@@ -35,6 +35,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535### Fixed
3636- Unit test mocks
3737
38+ ## [ 0.9.1] 2025-11-04
39+ ### Fixed
40+ - Fix installation scripts
41+ - Fix .dmg installer
42+
43+ ## [ 0.9.0] 2025-11-03
44+ ### Added
45+ - Comprehensive installation guide (INSTALLATION.md) covering all platforms and distribution methods
46+ - Automated installation scripts for all platforms:
47+ - Universal installer script (install.sh) with platform auto-detection
48+ - macOS-specific installation script (install-macos.sh)
49+ - Linux-specific installation script (install-linux.sh)
50+ - Windows PowerShell installation script (install-windows.ps1)
51+ - Installation script features:
52+ - Automatic latest version download
53+ - SHA256 checksum verification for security
54+ - Automatic dependency installation (Linux)
55+ - PATH configuration
56+ - Desktop shortcuts and application entries creation
57+ - Auto-update service with update notifications
58+ - Update notification component in UI
59+ - Semantic version validation
60+ - GitHub release checksum verification
61+
62+ ### Changed
63+ - Standardized binary names across platforms
64+ - Improved release workflow with enhanced distribution packaging
65+ - Updated README with new installation instructions
66+ - Updated macOS installation documentation (INSTALL_MACOS.md)
67+
68+ ### Fixed
69+ - Unit test mocks
70+
3871## [ 0.8.1] 2025-10-06
3972### Fixed
4073- Remove ` test ` and ` tests ` from default skipped directories
@@ -161,3 +194,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
161194[ 0.8.0 ] : https://github.com/scanoss/scanoss.cc/compare/v0.7.6...v0.8.0
162195[ 0.8.1 ] : https://github.com/scanoss/scanoss.cc/compare/v0.8.0...v0.8.1
163196[ 0.9.0 ] : https://github.com/scanoss/scanoss.cc/compare/v0.8.1...v0.9.0
197+ [ 0.9.1 ] : https://github.com/scanoss/scanoss.cc/compare/v0.9.0...v0.9.1
0 commit comments