mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
2 KiB
2 KiB
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[0.1.9] — 2024-04-25
Added
- A test for CheckAppVersion service class
Changed
- Replaced ActiveStorage with Shrine for file uploads
Fixed
ActiveStorage::FileNotFoundErrorerror when uploading export files
[0.1.8.1] — 2024-04-21
Changed
- Set Redis as default cache store
Fixed
- Consider timezone when parsing datetime params in points controller
- Add rescue for check version service class
[0.1.8] — 2024-04-21
Added
- Application version badge to the navbar with check for updates button
- Npm dependencies install to Github build workflow
- Footer
Changed
- Disabled map points rendering by default to improve performance on big datasets
[0.1.7] — 2024-04-17
Added
- Map controls to toggle polylines and points visibility
Changed
- Added content padding for mobile view
- Fixed stat card layout for mobile view
[0.1.6.3] — 2024-04-07
Changed
- Removed strong_params from POST /api/v1/points
[0.1.6.1] — 2024-04-06
Fixed
ActiveStorage::FileNotFoundError: ActiveStorage::FileNotFoundErrorerror when uploading export files
[0.1.6] — 2024-04-06
You can now use Overland mobile app to track your location.
Added
- Overland API endpoint (POST /api/v1/overland/batches)
Changed
Fixed
[0.1.5] — 2024-04-05
You can now specify the host of the application by setting the APPLICATION_HOST environment variable in the docker-compose.yml file.
Added
- Added version badge to navbar
- Added APPLICATION_HOST environment variable to docker-compose.yml to allow user to specify the host of the application
- Added CHANGELOG.md to keep track of changes
Changed
- Specified gem version in Docker entrypoint