Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ykosyakov/simple-local
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.4
Choose a base ref
...
head repository: ykosyakov/simple-local
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.5
Choose a head ref
  • 3 commits
  • 13 files changed
  • 2 contributors

Commits on Feb 8, 2026

  1. feat: add in-app update UI with version indicator

    Replace native Electron dialogs with custom in-app update UI:
    
    - Add version indicator in sidebar footer (next to Settings)
    - Show update status via icons: spinner (checking), download (available),
      check (ready), error icon
    - Add UpdateModal with states for available, downloading, ready, error
    - Progress bar shows download percentage and speed
    - Auto-show modal when update is available or ready to install
    
    Technical changes:
    - Refactor updater.ts to use IPC instead of native dialogs
    - Add UpdateState, UpdateInfo, UpdateProgress types
    - Create useUpdater hook for React state management
    - IPC handlers work in both dev and production modes
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    ykosyakov and claude committed Feb 8, 2026
    Configuration menu
    Copy the full SHA
    4791c18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b9aabf View commit details
    Browse the repository at this point in the history
  3. fix: exclude fix-path deps from externalization

    Ensure fix-path, shell-path, and strip-ansi are bundled rather than
    externalized to avoid runtime issues in the packaged app.
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    ykosyakov and claude committed Feb 8, 2026
    Configuration menu
    Copy the full SHA
    48cf0d6 View commit details
    Browse the repository at this point in the history
Loading