Skip to content

v0.2.1

Latest

Choose a tag to compare

@j4v3l j4v3l released this 16 Jun 14:09
cdd4ccb

[0.2.1] - 2026-06-16

🐛 Bug Fixes

  • (config) Use XDG paths for config and data files

⚙️ Miscellaneous Tasks

  • (release) 0.2.1

[0.2.0] - 2026-04-29

🐛 Bug Fixes

  • Satisfy rust 1.95 clippy
  • Refresh audited dependencies

⚙️ Miscellaneous Tasks

  • (release) 0.2.0

[0.1.0] - 2026-02-10

🚀 Features

  • Add tracing and logging capabilities to ADS-B TUI
  • Implement route pending logic and adjust route condition checks
  • Add radar display settings and implement radar layout mode
  • Enhance radar functionality with selection rendering and UI updates
  • Add radar labels configuration and toggle functionality
  • Add radar layout options and toggle for radar labels in configuration
  • Add radar blip style configuration and implement rendering options
  • Add radar configuration options and implement parsing tests for radar blips and renderers
  • Add 'hide_stale' configuration option to filter stale aircraft from the table
  • Add 'monochrome' theme option and update related documentation
  • Add config dirty state management and update save hints in UI
  • Add flag style configuration option and update flag rendering logic
  • Add demo mode functionality and update related UI elements
  • Update README and add screenshots for aircraft details, board view, radar view, config menu, and help menu
  • Add VS Code workspace configuration
  • Add git-cliff configuration and generate release notes in CI workflow
  • Enhance configuration and lookup functionality
  • Enhance lookup menu with improved formatting and status display
  • Implement watchlist functionality with template creation and UI updates
  • Add release automation workflow and configuration
  • Add performance layout mode and corresponding UI components

🐛 Bug Fixes

  • Update layout toggle help text and functionality to remove radar option
  • Correct issue templates directory and remove problematic fields
  • Restore ISSUE_TEMPLATE directory for GitHub
  • Satisfy clippy lints in app and radar
  • Update issue templates and reorganize test cases in runtime
  • Update copyright year and contact information in LICENSE file
  • Update refresh interval description and behavior in configuration files
  • Improve config handling
  • Update CI configuration to use 'dev' branch instead of 'master'
  • Update CI to run tests on all targets and adjust configuration for HTTP allowance
  • Simplify assertion in security validation test for HTTP URL
  • Add ruleset.json to .gitignore to prevent tracking of configuration files
  • Update default value for allow_http in default_config_items function
  • Reorder perf samples, adjust rsi, and format
  • Guard perf snapshot against non-finite values

📚 Documentation

  • Add newline to VS Code README
  • Improve formatting and clarity in CONTRIBUTING.md

🎨 Styling

  • Apply cargo fmt formatting fixes

⚙️ Miscellaneous Tasks

  • Assign issue templates to j4v3l with examples
  • Add pre-commit for fmt and clippy
  • Update changelog, contributing, and security documents; refine UI logic
  • Update time and time-macros dependencies to latest versions
  • (release) 0.1.0
  • Fix git-cliff release notes step
  • Fix git-cliff tag pattern
  • Grant release job contents write