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
10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [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
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,6 @@ scanoss-cc --version

For complete uninstall instructions for all platforms, see [INSTALLATION.md](INSTALLATION.md#uninstalling).

### Auto-Updates

SCANOSS Code Compare includes an automatic update system that notifies you when new versions are available:

- **Status Bar Notification**: When an update is available, a button appears in the status bar at the bottom of the window
- **One-Click Update**: Click the notification to download and install the update
- **Seamless Restart**: After downloading, the app will restart to apply the update

## Usage

### CLI Parameters
Expand Down
274 changes: 0 additions & 274 deletions backend/service/mocks/mock_UpdateService.go

This file was deleted.

48 changes: 0 additions & 48 deletions backend/service/update_service.go

This file was deleted.

Loading
Loading