mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-01-19 02:48:37 +00:00
Changelog
This commit is contained in:
parent
e2130823a0
commit
4e8b5a83e0
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -14,7 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Removed
|
||||
|
||||
### Fixed
|
||||
- [2021-01-25] Add `privileged: true` to mangadex-at-home service in docker-compose to enable use of IOUring for the dockerized version
|
||||
- [2021-01-25] Add `privileged: true` to mangadex-at-home service in docker-compose to enable use of IOUring for the dockerized version [@_tde9].
|
||||
- [2021-01-26] Make updated config restart the webserver and apply changes[@carbotaniuman].
|
||||
|
||||
### Security
|
||||
|
||||
|
@ -23,12 +24,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- [2021-01-24] Epoll and IOUring HTTP transports [@carbotaniuman].
|
||||
|
||||
### Changed
|
||||
- [2021-01-24] Log files are now UTF-8 [@carbotaniuman]
|
||||
- [2021-01-24] Log files are now UTF-8 [@carbotaniuman].
|
||||
|
||||
### Fixed
|
||||
- [2021-01-23] Fix sample docker-compose.yml [@_tde9]
|
||||
- [2021-01-24] Fix another race condition [@carbotaniuman]
|
||||
- [2021-01-24] Fix validating small (<1024MiB) caches [@carbotaniuman]
|
||||
- [2021-01-23] Fix sample docker-compose.yml [@_tde9].
|
||||
- [2021-01-24] Fix another race condition [@carbotaniuman].
|
||||
- [2021-01-24] Fix validating small (<1024MiB) caches [@carbotaniuman].
|
||||
|
||||
## [2.0.0-rc1] - 2021-01-23
|
||||
This release contains many breaking changes! Of note are the changes to the cache folders, database location, and settings format.
|
||||
|
|
Loading…
Reference in a new issue