Releases: elecordapp/flightdata-extension
Releases · elecordapp/flightdata-extension
v1.0.1
What's Changed
Small fix for Simbrief callsign wrongly inputted as registration.
Bug Fixes
- fix(simbrief): swap reg to callsign
Documentation
- doc(examples): new simbrief highlights/inputs
Miscellaneous Tasks
- chore(github): remove example images from package
Pull Requests
- Merge pull request #2 from elecordapp/simbrief-callsign
v1.0.0
What's Changed
This is the first major release of the flightdata extension. Which adds the ability to use Flightradar data inside of SimBrief.
Bug Fixes
- fix(worker): loosen flightradar menu pattern
Documentation
- docs: create readme
- docs: create privacy policy
- docs(readme): update features list
- docs(readme): add description
- docs(media): create feature example images
- docs(readme): add example images
Features
- feat: create manifest.json
- feat: create firefox.html
- feat: create worker.js
- feat: create flightradar.js
- feat: create simbrief.js
- feat(simbrief): highlight fields on auto input
- feat: add extension icon
Miscellaneous Tasks
- chore: create git-cliff config
- chore(github): create extension packaging action
Other (unconventional)
- Initial commit