Commit a112bed
committed
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.3.2...v2.0.0) (2026-02-07)
* feat(desktop)!: migrate from Electron to Tauri (feature parity) ([58e58fe](58e58fe))
* feat(desktop)!: migrate from Electron to Tauri with full feature parity ([287ad0a](287ad0a))
### Bug Fixes
* **ci:** update CI workflow to use new monorepo structure and Tauri ([93908fe](93908fe))
* regenerate package-lock.json to sync with package.json ([3264e1c](3264e1c))
### Features
* **core:** add shared core package with GitService interface and migrate utilities ([2ec0779](2ec0779))
* **desktop/tauri:** add native git backend via git2 ([d54bde8](d54bde8))
* **ui:** extract shared React components into @gitcontext/ui ([241c0cc](241c0cc))
### Performance Improvements
* **workdir:** add guardrails, route reads to main thread, and improve concurrency ([b794563](b794563))
* **workdir:** improve performance ([7387ec4](7387ec4))
* **workdir:** performance & scalability for very large repos ([7c51162](7c51162))
* **workdir:** remove eager snapshotting and compute WORKDIR diffs lazily ([2139e7b](2139e7b))
### BREAKING CHANGES
* Desktop app now uses Tauri instead of Electron
- Replace Electron with Tauri 2.0 framework for native desktop app
- Implement native Rust backend using git2 crate for Git operations
- Remove all Electron code (src/electron/, electron-builder.yml)
- Add complete feature parity with web app:
* Token counting with tiktoken WASM integration
* File tree with filtering and selection
* Diff generation and preview
* Context lines slider
* Clipboard integration via tauri-plugin-clipboard-manager
* Dark mode with proper CSS variable theming
- Add landing page with "How it works" guide
- Add clickable logo at top left (returns to landing)
- Add GitHub repository links (Star on GitHub, Report a Bug)
- Add refresh button to update file tree while preserving selection
- Add "Include binary files as paths" checkbox
- Fix file tree auto-expansion for directories with changed files
- Fix double-slash path bug in Rust git2 tree walking
- Update GitHub Actions workflow for Tauri builds (macOS, Windows, Linux)
- Update README to reflect new Tauri architecture
- Remove 245 Electron-related npm packages
- Merge with workdir performance improvements from main branch
- Maintain all lazy loading, caching, and main-thread file reading optimizations
* Desktop app now uses Tauri instead of Electron.
- Replace Electron with Tauri 2.0 for the native desktop app.
- Add Rust backend (git2) for Git operations.
- Remove Electron code and tooling (src/electron/, electron-builder.yml).
- Reach feature parity with web:
- Token counting (tiktoken WASM).
- File tree filtering/selection + refresh (preserve selection).
- Diff generation/preview + context lines slider.
- Clipboard via tauri-plugin-clipboard-manager.
- Dark mode with CSS variable theming.
- Include binaries as paths option.
- UX/content:
- Landing page with "How it works" + clickable logo to return.
- GitHub links (Star, Report a Bug).
- Fixes:
- File tree auto-expansion for changed directories.
- Double-slash path issue in Rust git2 tree walking.
- CI/docs:
- Update GitHub Actions for Tauri builds (macOS/Windows/Linux).
- Update README for Tauri architecture.
- Cleanup: remove 245 Electron-related npm packages.1 parent 93908fe commit a112bed
1 file changed
Lines changed: 77 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
1 | 78 | | |
2 | 79 | | |
3 | 80 | | |
| |||
0 commit comments