diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3061f90 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,39 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## 1.0.0 - 2024-11-23 + +### 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 + + diff --git a/manifest.json b/manifest.json index e27b2b4..faab2ca 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "flightdata", - "version": "0.0.1", + "version": "1.0.0", "manifest_version": 3, "description": "Collection of web tools for flight simulation", "author": "hazzuk",