mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-11-17 00:22:32 +01:00
Update changelog
This commit is contained in:
parent
b391d730fa
commit
d32395f16e
11
CHANGELOG.md
11
CHANGELOG.md
@ -13,12 +13,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Removed
|
||||
|
||||
### Fixed
|
||||
|
||||
### Security
|
||||
|
||||
## [2.0.0-rc3] - 2021-01-26
|
||||
### Fixed
|
||||
- [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].
|
||||
- [2021-01-26] Optimize some code to reduce allocations [@carbotaniuman].
|
||||
|
||||
### Security
|
||||
- [2021-01-26] Fix stupid bug with `MessageDigest` [@carbotaniuman].
|
||||
|
||||
## [2.0.0-rc2] - 2021-01-24
|
||||
### Added
|
||||
@ -294,7 +298,8 @@ This release contains many breaking changes! Of note are the changes to the cach
|
||||
### Fixed
|
||||
- [2020-06-11] Tweaked logging configuration to reduce log file sizes by [@carbotaniuman].
|
||||
|
||||
[Unreleased]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/2.0.0-rc2...HEAD
|
||||
[Unreleased]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/2.0.0-rc3...HEAD
|
||||
[2.0.0-rc2]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/2.0.0-rc2...2.0.0-rc3
|
||||
[2.0.0-rc2]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/2.0.0-rc1...2.0.0-rc2
|
||||
[2.0.0-rc1]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/1.2.4...2.0.0-rc1
|
||||
[1.2.4]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/1.2.3...1.2.4
|
||||
|
@ -21,7 +21,7 @@ package mdnet
|
||||
import java.time.Duration
|
||||
|
||||
object Constants {
|
||||
const val CLIENT_BUILD = 22
|
||||
const val CLIENT_BUILD = 23
|
||||
|
||||
@JvmField val MAX_AGE_CACHE: Duration = Duration.ofDays(14)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user