2024-04-05 16:20:12 -04:00
|
|
|
|
|
|
|
|
# Change Log
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
2024-04-06 13:21:23 -04:00
|
|
|
## [0.1.6] - 2024-04-06
|
|
|
|
|
|
|
|
|
|
You can now use [Overland](https://overland.p3k.app/) mobile app to track your location.
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
- Overland API endpoint (POST /api/v1/overland/batches)
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
2024-04-05 16:20:12 -04:00
|
|
|
## [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
|
|
|
|
|
|
|
|
|
|
### Fixed
|