Skip to content

Latest commit

 

History

History
96 lines (60 loc) · 1.95 KB

File metadata and controls

96 lines (60 loc) · 1.95 KB

Changelog

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.

0.2.0-beta.1 - 12 March 2026

🚀 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

  • Remove Dependabot (#18)


0.1.2 - 20 November 2025

🚀 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

  • Update issue templates


0.1.1 - 17 November 2025

🚀 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

💼 Other

  • Initial commit