Skip to content

v0.1.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jan 17:31
· 1 commit to main since this release
185b26b

[0.1.3] - 2025-01-17

🚀 Features

  • (satellite) Replace ureq with reqwest for HTTP requests
  • (app) Add 'Q' key to exit application

💼 Other

  • Bump version to 0.1.3
  • (deps) Update dependencies
  • (deps) Update dependency dirs from 5.0 to 6.0
  • (deps) Update sgp4 dependency to latest git version
  • (deps) Update dependencies

🚜 Refactor

  • (widgets) Add scroll methods to state structs
  • (world_map) Optimize nearest object calculation and move to SatellitesState
  • (app) Improve event handling and code organization
  • (world_map) Remove unnecessary struct fields and use constants
  • Replace dead_code allow with expect
  • (app) Rename quit method to request_exit
  • (app) Improve variable naming consistency in render method
  • (world_map) Simplify mouse button handling
  • (widgets) Improve mouse event handling in widgets
  • (satellites) Remove unnecessary code
  • (object) Replace as_ref().cloned() with clone()
  • (object) Make object name and COSPAR ID optional
  • (satellite) Rearrange code for better readability
  • (object) Simplify Object struct and delegate fields to Elements

📚 Documentation

  • (readme) Update installation instructions
  • Add struct and method documentation