| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.yml | 2025-11-30 | 362 Bytes | |
| codinit-1.1.17-win-x64-setup.exe.blockmap | 2025-11-30 | 154.8 kB | |
| latest-mac.yml | 2025-11-30 | 354 Bytes | |
| codinit-1.1.17-arm64.dmg.blockmap | 2025-11-30 | 211.5 kB | |
| CodinIT.dev-1.1.17-arm64.dmg.blockmap | 2025-11-30 | 211.5 kB | |
| latest-linux.yml | 2025-11-30 | 556 Bytes | |
| README.md | 2025-11-30 | 1.4 kB | |
| Release v1.1.17 source code.tar.gz | 2025-11-30 | 1.6 MB | |
| Release v1.1.17 source code.zip | 2025-11-30 | 1.9 MB | |
| v1.1.17 source code.tar.gz | 2025-11-30 | 1.6 MB | |
| v1.1.17 source code.zip | 2025-11-30 | 1.9 MB | |
| Totals: 11 Items | 7.6 MB | 0 | |
Summary of changes:
-
A new VSCode-style title bar was added for the Electron app, featuring native macOS and Windows/Linux window controls, centered branding, and a cleaner overall layout. Existing headers were simplified to match the web version and remove redundant controls.
-
Window management was improved with absolute-positioned controls, a full drag region, live window state tracking, and automatic platform detection. A new development script (electron-dev.mjs) streamlines the Electron build and startup process. TypeScript issues were resolved, linting is fully clean, and architecture was improved by separating title bar logic from header components.
-
Two new components were introduced (ElectronTitleBar.tsx and a now-deprecated ElectronWindowControls.tsx). Several bugs were fixed, including missing settings entries, layout misalignments, double borders, and cross-platform control positioning.
-
Rendering performance increased through conditional Electron-only UI, reduced re-renders, and cached platform detection. Various files across the UI, chat, settings, and Electron configuration were updated accordingly.