Releases: ErenayDev/checkpoint-ts
0.2.0-beta.1 - 12 March 2026
Release Notes
🚀 Features
-
Restructure into multi-crate workspace with new runtime and TUI integration (#13)
-
Add benchmarks
📚 Documentation
- Update CHANGELOG for v0.1.2
💼 Other
-
Merge develop into main for v0.1.2 release
-
Update README.md
Install checkpoint-ts 0.2.0-beta.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ErenayDev/checkpoint-ts/releases/download/v0.2.0-beta.1/checkpoint-ts-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/ErenayDev/checkpoint-ts/releases/download/v0.2.0-beta.1/checkpoint-ts-installer.ps1 | iex"Download checkpoint-ts 0.2.0-beta.1
| File | Platform | Checksum |
|---|---|---|
| checkpoint-ts-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| checkpoint-ts-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| checkpoint-ts-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| checkpoint-ts-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| checkpoint-ts-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v0.1.2
[0.1.2] - 20 November 2025
⚙️ Miscellaneous Tasks
- Finalize project setup for v0.1.2 release
🐛 Bug Fixes
- Cliff conf
👷 CI/CD
-
Added linux environment
-
Configure openssl for windows
-
Add path filters to optimize workflow triggers
📚 Documentation
- Add CI, codecov, and crates.io badges
🚀 Features
-
Updated dashboard layout
-
Added variable editor skeleton
-
Added keymap controls for TUI switching
-
Added git-cliff for keeping changelogs
-
profiler: Implement performance profiler scene
-
utils: Add num_utils module
-
tui: Add keyboard_handler module
🚜 Refactor
-
Cargo fmt linting fix
-
app: Extract keyboard handling and improve state management
-
variable_editor: Remove unnecessary references
0.1.1
[0.1.1] - 17 November 2025
👷 CI/CD
- Added linux environment
🚀 Features
-
Updated dashboard layout
-
Added variable editor skeleton
-
Added keymap controls for TUI switching
-
Added git-cliff for keeping changelogs
🚜 Refactor
-
Cargo fmt linting fix
-
Cargo fmt linting fix