Final changelog details

This commit is contained in:
James Cole 2019-11-05 17:45:23 +01:00
parent 8baf29b835
commit abf84e94b1
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -2,17 +2,22 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [4.8.2 (API 0.10.5)] - 2019-11-03 ## [4.8.2-alpha.1 (API 0.10.5)] - 2019-11-03
Normally I won't be detailling alpha versions in the changelog but this is a
special one. If your Firefly III installation warned you that this version has
been released, please take note that this is a **test** version and may **not**
be stable!
### Changed ### Changed
- Firefly III now comes in three channels: stable, beta and alpha. You can - Firefly III now comes in three channels: stable, beta and alpha. You can
find the latest version for each channel on [this website](https://version.firefly-iii.org/). find the latest version for each channel on [this website](https://version.firefly-iii.org/).
- To make sure your Docker instance logs everything to `stdout`, make sure - To make sure your Docker instance logs everything to `stdout`, make sure
you set the environment variable `LOG_CHANNEL` to `docker_out`. This is you set the environment variable `LOG_CHANNEL` to `docker_out`. This is now
now default behavior for new installations that use the `.env` file to default behavior for new installations that use the `.env` file to launch
launch Firefly III (using Docker compose), but if you use environment Firefly III (using Docker compose), but if you use environment variables
variables you may have to set this yourself. This is not a mandatory you may have to set this yourself. This is not a mandatory change but will
change but will make debugging easier. make debugging easier.
- The Docker image is now also available in AArch64. - The Docker image is now also available in AArch64.
### Fixed ### Fixed