Skip to content

Commit 0524d32

Browse files
committed
docs: Restore changelog section in README
1 parent 251f31b commit 0524d32

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,41 @@ We'd love help. Some areas where contributions are especially welcome:
244244

245245
Found a bug or have an idea? [Open an issue](https://github.com/24kchengYe/Zync/issues). PRs welcome — see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
246246

247+
## Changelog
248+
249+
### v1.0.0 (2026-03-15)
250+
251+
**Core:**
252+
- Windows Permission IPC server using named pipes
253+
- Security mode (approve/ignore) works correctly across all code paths
254+
- Permission mode selector in workspace creation dialog
255+
- Permanent delete for archived workspaces
256+
- Uses global Claude Code installation (statusline support)
257+
- Claude Code manages its own sessions natively
258+
- Diff caching with SHA-1 fingerprint-based invalidation
259+
260+
**Editor:**
261+
- Multi-file tab bar with cached state per file
262+
- Image/PDF/video/audio preview in Explorer
263+
- LaTeX compile & preview with draggable split view (Ctrl+S auto-compile)
264+
- Python/JS/TS/Shell script execution with output panel
265+
266+
**UX:**
267+
- Git action descriptions (Fetch, Stash, Rebase, Merge, etc.)
268+
- "New Workspace" terminology unification
269+
- Settings dropdowns no longer close the dialog
270+
- DevTools toggle button in toolbar
271+
- Chinese path support (chcp 65001 UTF-8 codepage)
272+
- OpenRouter support for smart workspace naming
273+
- Chinese user guide (GUIDE_CN.md)
274+
275+
**Fixes:**
276+
- Modal overflow clipping dropdown menus
277+
- Permission mode not passed from creation dialog to CLI
278+
- Delete button missing from archived workspaces
279+
- PTY terminal type corrected to xterm-256color
280+
- node_modules excluded from terminal PATH
281+
247282
## Documentation
248283

249284
- [中文使用指南 / Chinese Guide](GUIDE_CN.md)

0 commit comments

Comments
 (0)