Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.5] 2025-11-07
### Fixed
- Fix macOS postinstall script where it was not properly handling the `--scan-root` argument.
- **macOS**: Complete auto-update implementation - now properly mounts DMG, copies app bundle to /Applications, clears quarantine, and restarts
- **Windows**: Fix critical file locking bug by integrating go-update library for proper binary replacement
- **Linux**: Implement staging directory approach with atomic binary swap on startup
- Add ELF binary verification for Linux updates to prevent corrupted downloads

### Changed
- macOS updates use rsync for atomic installation with fallback to cp
- Windows updates properly handle running executable replacement
- Linux updates use `.next` staging file with atomic swap on next launch
- Improve error handling and logging throughout update process

## [0.9.4] 2025-11-06
### Changed
- Modify `install-linux.sh` to handle webkit 4.0 and 4.1 depending on Ubuntu/Debian versions
Expand Down Expand Up @@ -192,3 +206,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.9.2]: https://github.com/scanoss/scanoss.cc/compare/v0.9.1...v0.9.2
[0.9.3]: https://github.com/scanoss/scanoss.cc/compare/v0.9.2...v0.9.3
[0.9.4]: https://github.com/scanoss/scanoss.cc/compare/v0.9.3...v0.9.4
[0.9.5]: https://github.com/scanoss/scanoss.cc/compare/v0.9.4...v0.9.5
Loading
Loading