Checkpoint.ts
Releases
v0.1.2
🚀 Features
-
Added git-cliff for keeping changelogs
-
profiler: Implement performance profiler scene
-
Feat: add missing keyboard_handler and num_utils modules
-
Add keyboard_handler.rs for extracted keyboard handling logic
-
Add num_utils.rs for number formatting utilities
-
utils: Add num_utils module
-
tui: Add keyboard_handler module
🐛 Bug Fixes
- Cliff conf
🚜 Refactor
-
Cargo fmt linting fix
-
Cargo fmt linting fix
-
app: Extract keyboard handling and improve state management
-
variable_editor: Remove unnecessary references
📚 Documentation
-
Add code of conduct
-
Add issue templates
-
Add CI, codecov, and crates.io badges
👷 CI/CD
-
Configure openssl for windows
-
Add path filters to optimize workflow triggers
⚙️ Miscellaneous Tasks
- Finalize project setup for v0.1.2 release
💼 Other
-
Bump actions/checkout from 4 to 5
-
Bump crossterm from 0.28.1 to 0.29.0
-
Bump clechasseur/rs-clippy-check from 3 to 5
0.1.1
🚀 Features
-
Updated dashboard layout
-
Added variable editor skeleton
-
Added keymap controls for TUI switching
🚜 Refactor
-
Cargo fmt linting fix
-
Cargo fmt linting fix
👷 CI/CD
- Added linux environment