All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
-
Restructure into multi-crate workspace with new runtime and TUI integration (#13)
-
Add benchmarks
- Update CHANGELOG for v0.1.2
-
Merge develop into main for v0.1.2 release
-
Update README.md
-
Remove Dependabot (#18)
-
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
- Cliff conf
-
Cargo fmt linting fix
-
Cargo fmt linting fix
-
app: Extract keyboard handling and improve state management
-
variable_editor: Remove unnecessary references
-
Add code of conduct
-
Add issue templates
-
Add CI, codecov, and crates.io badges
-
Configure openssl for windows
-
Add path filters to optimize workflow triggers
- Finalize project setup for v0.1.2 release
-
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
-
Update issue templates
-
Updated dashboard layout
-
Added variable editor skeleton
-
Added keymap controls for TUI switching
-
Cargo fmt linting fix
-
Cargo fmt linting fix
- Added linux environment
- Initial commit