mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-11-17 00:22:32 +01:00
Added CHANGELOG.md
This commit is contained in:
parent
3afc953fcf
commit
b264424aea
38
CHANGELOG.md
Executable file
38
CHANGELOG.md
Executable file
@ -0,0 +1,38 @@
|
|||||||
|
# Changelog
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
### Added
|
||||||
|
- [2020-06-12] Added CHANGELOG.md by [@lflare].
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
### Security
|
||||||
|
- [2020-06-12] Update ClientSettings.java changed showing client secret in logs back to hidden by [@dskilly].
|
||||||
|
|
||||||
|
## [1.0.0-RC12] - 2020-06-12
|
||||||
|
### Fixed
|
||||||
|
- [2020-06-12] Fixed hourly refresh bug by [@carbotaniuman].
|
||||||
|
|
||||||
|
## [1.0.0-RC11] - 2020-06-11
|
||||||
|
### Added
|
||||||
|
- [2020-06-11] New setting `threads_per_cpu` to faciliate with Netty multi-threading by [@lflare].
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- [2020-06-11] Swapped threading to Netty instead of ApacheClient by [@lflare].
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- [2020-06-11] Tweaked logging configuration to reduce log file sizes by [@carbotaniuman].
|
||||||
|
|
||||||
|
[Unreleased]: https://gitlab.com/mangadex/mangadex_at_home/compare/v1.0.0-rc12...HEAD
|
||||||
|
[1.0.0-rc12]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/1.0.0-rc11...1.0.0-rc12
|
||||||
|
[1.0.0-rc11]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/1.0.0-rc10...1.0.0-rc11
|
Loading…
Reference in New Issue
Block a user