Skip to content

v0.1.14

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 17:45
· 5 commits to main since this release
v0.1.14
81730b0

[0.1.14] - 2025-08-28

🚜 Refactor

  • (widgets) Use formatted string literals for better readability
  • (timeline) Improve time calculation and drawing logic
  • Replace Style::default() with Style::new()
  • (widgets) Convert stateful widgets to use internal state
  • (world_map) Change selected_object to store Object instead of index
  • (world_map) Change border style
  • (widgets) Implement Widget trait for all widget types
  • (app) Consolidate state variables into a single States struct
  • (widgets) Extract max_offset function and optimize scrollbar rendering
  • (widgets) Simplify mouse event handling in information and satellite_groups widgets