Releases: wavepulse/atlas
Releases · wavepulse/atlas
Atlas 0.4.1
Atlas 0.4.0
Atlas 0.4.0 — 2024-11-29
Added
- Added a settings modal (#56)
- Can see changelog by clicking on the version or settings icon to open the modal (changelog section) (#56)
- Can manage theme and language (french and english) in the settings modal (general section) (#39, #110)
- Can manage difficulty in the settings modal (difficulty section) (#111)
- Added dev mode for testing country. Only in stage site (#75)
- Added a zoom feature when clicking on the image (#109)
- Added a button to return to the index page via games (#126)
Changed
- Improve pipelines to deploy the application (#13, #122)
- Improve the performance to lookup countries by initials (#103)
- Update Atlas and Prometheus to .NET 9.0 (#105)
- Update tests project using XUnit 3 (#124)
Prometheus 1.0.1 — 2024-11-29
Fixed
- Added temporary country data as json (#142)
Atlas 0.3.0
Atlas 0.3.0 — 2024-11-09
Added
- Added new game mode: Daily flag (#35)
- Added a game list on the index page (#90)
- Added Bunit tests for testing components (#55)
- Lookup input can accept initials of a country name (#74)
Changed
- Improve the links to be more intuitive (#72)
- Improve the algorithm to remove diacritics from the country names when guessing (#91)
- Improve the performance to get all countries for the lookup input (#34)
- Improve the performance to get a specific country when guessing (#34)
- Improve the unit tests (#21)
- Improve the source code structure to implement new games easier (#24)
Fixed
- Fixed Random flag game where the flag wasn't displayed when navigating back to the game (#77)
- Fixed Lookup input to keep the focus when pressing the
Escape
key (#93)
Prometheus 1.0.0 — 2024-11-09
Added
Changed
- Improve the logging (#81)
Fixed
- Reduce the depedencies which reduce the build time (#84)
v0.2.1
v0.2.0
0.2.0 — 2024-09-16
Added
- Mentions used projects in the
README.md
file (#50) - Scroll to the autocomplete input when having the focus for mobile devices (#32)
- Added metadata to Prometheus (#14)
- Extract flag image uri and map uri from API to use in the game (#51)
- Distinct environment between preview and production (#58)
- Added 404 page (#59)
Changed
- Filter guessed countries from the autocomplete list (#38)
- Hide the autocomplete and display answer or congralute you when the game is over (#37, #46)
- Change javascript to typescript (#25)
- Rename Atlas.Etl to Prometheus (#14)
- Simplify language code for translations (#20)
- Improve icons usage (#36)
- Improve logging in Prometheus (#28)
Fixed
Atlas 0.1.0
0.1.0 — 2024-09-11
Added
- Initial release
- Added Randomized flag game