2020-06-12 08:38:25 +00:00
|
|
|
# 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).
|
|
|
|
|
2020-06-15 08:27:24 +00:00
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
2020-07-04 15:29:49 +00:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
### Security
|
|
|
|
|
|
|
|
## [1.1.0] - 2020-07-04
|
|
|
|
### Added
|
2020-06-23 00:24:20 +00:00
|
|
|
- [2020-06-23] Added Gitlab CI integration by [@lflare].
|
2020-06-30 19:10:59 +00:00
|
|
|
- [2020-06-28] Added `client_external_port` setting [@wedge1001].
|
2020-06-28 22:08:00 +00:00
|
|
|
- [2020-06-29] Added rudimentary support of Referer checking to mitigate hotlinking by [@lflare].
|
2020-06-30 19:06:12 +00:00
|
|
|
- [2020-06-30] Added read and write timeouts to protect against some attacks [@carbotaniuman].
|
2020-07-02 16:06:32 +00:00
|
|
|
- [2020-06-30] Added `dev_settings` to allow for easier development [@wedge1001].
|
2020-07-03 00:41:40 +00:00
|
|
|
- [2020-07-02] Added stand-ins for future client control in web interface [@RedMatriz].
|
2020-06-18 19:28:37 +00:00
|
|
|
|
|
|
|
### Changed
|
2020-06-30 19:10:59 +00:00
|
|
|
- [2020-06-28] Added `pasued` field in ServerSettings [@carbotaniuman].
|
2020-07-01 19:52:08 +00:00
|
|
|
- [2020-06-28] Hopefully fixed connection leaks [@carbotaniuman].
|
2020-07-03 00:41:40 +00:00
|
|
|
- [2020-07-02] Minor fixes and changes to data handling in web interface [@RedMatriz].
|
2020-07-03 21:22:40 +00:00
|
|
|
- [2020-07-02] Renamed localstorage keys in web interface [@RedMatriz].
|
|
|
|
- [2020-06-28] Actually report custom `client_hostname` [@carbotaniuman].
|
2020-06-18 19:28:37 +00:00
|
|
|
|
|
|
|
### Fixed
|
2020-06-28 17:44:43 +00:00
|
|
|
- [2020-06-28] Fixed various state transition bugs by [@carbotaniuman].
|
2020-06-18 19:28:37 +00:00
|
|
|
|
|
|
|
### Security
|
2020-07-02 21:50:50 +00:00
|
|
|
- [2020-07-02] Added option to enforce strict checks on tokens to prevent hotlinking [@carbotaniuman].
|
2020-06-18 19:28:37 +00:00
|
|
|
|
2020-06-22 21:44:07 +00:00
|
|
|
## [1.0.0] - 2020-06-22
|
|
|
|
### Added
|
|
|
|
- [2020-06-22] Repository clean-up by [@carbotaniuman]
|
|
|
|
- [2020-06-22] Comments added to JSON configuration file by [@carbotaniuman]
|
2020-06-22 21:55:38 +00:00
|
|
|
- [2020-06-22] Added UI graph resizing and dragging by [@RedMatriz].
|
|
|
|
- [2020-06-22] Added client setting generator in UI by [@RedMatriz].
|
2020-06-22 21:44:07 +00:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
- [2020-06-22] Fix incorrect `config.sample.json` naming to `settings.sample.json` by [@lflare]
|
|
|
|
- [2020-06-22] Logging statements improved by [@carbotaniuman]
|
|
|
|
|
2020-06-22 03:51:26 +00:00
|
|
|
## [1.0.0-RC22] - 2020-06-22
|
|
|
|
### Added
|
|
|
|
- [2020-06-20] Added `graceful_shutdown_wait_seconds` client setting by [@carbotaniuman]
|
2020-06-22 03:57:01 +00:00
|
|
|
- [2020-06-20] Added `config.sample.json` sample client configuration file by [@lflare]
|
2020-06-22 16:01:31 +00:00
|
|
|
- [2020-06-19] Readded ability to set log files level [@carbotaniuman]
|
2020-06-22 03:51:26 +00:00
|
|
|
|
2020-06-20 16:32:15 +00:00
|
|
|
## [1.0.0-RC21] - 2020-06-20
|
|
|
|
### Changed
|
|
|
|
- [2020-06-20] Fixed logging for DiskLruCache [@carbotaniuman]
|
|
|
|
- [2020-06-20] Don't automatically delete on corruption [@carbotaniuman]
|
|
|
|
|
|
|
|
## [1.0.0-RC20] - 2020-06-19
|
2020-06-20 02:59:35 +00:00
|
|
|
### Added
|
|
|
|
- [2020-06-19] Errored out on invalid settings.json tokens [@carbotaniuman]
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- [2020-06-19] Changed default CPU thread count to `4` by [@lflare].
|
|
|
|
- [2020-06-19] Removed ability to set log files but increased throughput [@carbotaniuman]
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- [2020-06-19] Make graceful shutdown work better [@carbotaniuman]
|
|
|
|
- [2020-06-19] Actually shutdown logback [@carbotaniuman]
|
|
|
|
|
2020-06-18 19:28:37 +00:00
|
|
|
## [1.0.0-RC19] - 2020-06-18
|
|
|
|
### Added
|
2020-06-17 22:46:29 +00:00
|
|
|
- [2020-06-16] Added WebUI versions to constants by [@RedMatriz].
|
|
|
|
- [2020-06-16] Added WebUI PWA support for mobile by [@RedMatriz].
|
|
|
|
- [2020-06-16] Added WebUI local data caching [@RedMatriz].
|
|
|
|
|
2020-06-15 22:40:11 +00:00
|
|
|
### Changed
|
2020-06-17 22:41:04 +00:00
|
|
|
- [2020-06-16] Reworked graceful shutdown [@carbotaniuman].
|
2020-06-17 21:43:07 +00:00
|
|
|
- [2020-06-17] Revamped configuration & units by [@lflare].
|
2020-06-15 22:40:11 +00:00
|
|
|
|
|
|
|
### Fixed
|
2020-06-17 01:14:05 +00:00
|
|
|
- [2020-06-17] Fixed minor typo with threads error logging by [@lflare].
|
2020-06-15 22:40:11 +00:00
|
|
|
|
2020-06-16 23:00:28 +00:00
|
|
|
## [1.0.0-RC18] - 2020-06-16
|
|
|
|
### Changed
|
|
|
|
- [2020-06-16] Changed log level of response timings to INFO by [@lflare].
|
|
|
|
- [2020-06-16] Added server ping logging [@carbotaniuman].
|
2020-06-19 04:56:53 +00:00
|
|
|
- [2020-06-16] Added access control headers by [@Fugi].
|
2020-06-16 23:00:28 +00:00
|
|
|
|
2020-06-15 22:40:11 +00:00
|
|
|
## [1.0.0-RC17] - 2020-06-15
|
|
|
|
### Added
|
2020-06-15 18:57:18 +00:00
|
|
|
- [2020-06-15] Added logging of backend assigned URL to logs by [@lflare].
|
|
|
|
- [2020-06-15] Added logging of `compromised` softban to logs by [@lflare].
|
2020-06-15 08:27:24 +00:00
|
|
|
|
|
|
|
### Changed
|
2020-06-15 22:28:59 +00:00
|
|
|
- [2020-06-14] Migrated cache metadata over to a sqlite3 handler [@carbotaniuman].
|
2020-06-15 23:46:17 +00:00
|
|
|
- [2020-06-15] Properly describe dirty builds as dirty by [@lflare].
|
2020-06-15 08:27:24 +00:00
|
|
|
|
|
|
|
### Deprecated
|
2020-06-15 22:31:32 +00:00
|
|
|
- [2020-06-14] Removed old cache subdirectory migration system by [@carbotaniuman].
|
2020-06-15 08:27:24 +00:00
|
|
|
|
|
|
|
### Fixed
|
2020-06-15 22:25:31 +00:00
|
|
|
- [2020-06-14] Switched cache metadata over to a MySql instance [@carbotaniuman].
|
2020-06-16 00:04:22 +00:00
|
|
|
- [2020-06-15] Fixed tokenized data-saver parser not working by [@lflare].
|
|
|
|
- [2020-06-15] Properly synchronised sqlite3 handler across threads by [@lflare].
|
2020-06-15 22:25:31 +00:00
|
|
|
|
2020-06-15 02:21:52 +00:00
|
|
|
## [1.0.0-RC16] - 2020-06-14
|
2020-06-12 08:38:25 +00:00
|
|
|
### Added
|
2020-06-14 23:47:57 +00:00
|
|
|
- [2020-06-14] Added new `client_hostname` selector to allow for custom address binding for Netty by [@lflare].
|
|
|
|
- [2020-06-14] Added new `ui_hostname` selector to allow for custom address binding for WebUiNetty by [@lflare].
|
2020-06-14 11:06:10 +00:00
|
|
|
- [2020-06-14] Added response timings to trace logs and response headers by [@lflare].
|
2020-06-13 21:57:23 +00:00
|
|
|
|
|
|
|
## [1.0.0-RC15] - 2020-06-13
|
|
|
|
### Added
|
2020-06-13 13:45:46 +00:00
|
|
|
- [2020-06-13] Allow for the two log levels to be configurable by [@lflare].
|
2020-06-13 20:35:11 +00:00
|
|
|
- [2020-06-13] Added X-Cache header to image responses by [@lflare].
|
2020-06-13 21:03:53 +00:00
|
|
|
- [2020-06-13] Added .gitattributes to help sort out CHANGELOG.md merge conflicts by [@lflare].
|
2020-06-13 21:22:15 +00:00
|
|
|
- [2020-06-13] Added rudimentary web-ui by [@carbotaniuman & @RedMatriz].
|
2020-06-13 20:40:23 +00:00
|
|
|
- [2020-06-13] Added additional entry to server ping for network speed by [@lflare].
|
2020-06-13 23:29:32 +00:00
|
|
|
- [2020-06-13] Added colouring to web-ui pie chart by [@lflare].
|
2020-06-12 15:04:26 +00:00
|
|
|
|
|
|
|
### Changed
|
2020-06-13 14:05:19 +00:00
|
|
|
- [2020-06-13] Modified AsyncAppender queue size to 1024 by [@lflare].
|
2020-06-13 21:54:47 +00:00
|
|
|
- [2020-06-13] Bumped client version to 5 by [@lflare].
|
2020-06-13 23:29:32 +00:00
|
|
|
- [2020-06-13] Modularized the image server by [@carbotaniuman].
|
|
|
|
- [2020-06-13] Suppressed log output for IOException by [@carbotaniuman].
|
|
|
|
- [2020-06-13] Migration of Java to Kotlin for most handlers by [@carbotaniuman]
|
2020-06-12 15:04:26 +00:00
|
|
|
|
2020-06-12 15:54:02 +00:00
|
|
|
## [1.0.0-RC14] - 2020-06-12
|
|
|
|
### Fixed
|
|
|
|
- [2020-06-12] Fixed not actually creating the directories before moving cache files by [@lflare].
|
|
|
|
|
2020-06-12 15:04:26 +00:00
|
|
|
## [1.0.0-RC13] - 2020-06-12
|
|
|
|
### Added
|
2020-06-12 08:38:25 +00:00
|
|
|
- [2020-06-12] Added CHANGELOG.md by [@lflare].
|
2020-06-12 14:03:46 +00:00
|
|
|
- [2020-06-12] Added on-read atomic image migrator to 4-deep subdirectory format by [@lflare].
|
2020-06-12 08:38:25 +00:00
|
|
|
|
|
|
|
### Changed
|
2020-06-11 21:23:05 +00:00
|
|
|
- [2020-06-12] Raised ApacheClient socket limit to `2**18` by [@lflare].
|
2020-06-12 11:04:56 +00:00
|
|
|
- [2020-06-12] Changed gradle versioning to using `git describe` by [@lflare].
|
2020-06-12 12:05:45 +00:00
|
|
|
- [2020-06-12] Made Netty thread count global instead of per-cpu by [@lflare].
|
2020-06-12 14:17:38 +00:00
|
|
|
- [2020-06-12] Store cache files in a 4-deep subdirectory to improve performance by [@lflare].
|
2020-06-12 08:38:25 +00:00
|
|
|
|
|
|
|
### Fixed
|
2020-06-12 09:17:01 +00:00
|
|
|
- [2020-06-12] Re-added missing default `threads_per_cpu` setting by [@lflare].
|
2020-06-12 10:11:35 +00:00
|
|
|
- [2020-06-12] Replaced exponential calculation for ApacheClient threads by [@lflare].
|
2020-06-12 08:38:25 +00:00
|
|
|
|
|
|
|
### 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].
|
|
|
|
|
2020-07-04 15:29:49 +00:00
|
|
|
[Unreleased]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/1.1.0...HEAD
|
|
|
|
[1.1.0]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/1.0.0...1.1.0
|
2020-06-22 21:55:38 +00:00
|
|
|
[1.0.0]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/1.0.0-rc22...1.0.0
|
2020-06-22 03:51:26 +00:00
|
|
|
[1.0.0-rc22]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/1.0.0-rc21...1.0.0-rc22
|
|
|
|
[1.0.0-rc21]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/1.0.0-rc20...1.0.0-rc21
|
2020-06-20 03:00:20 +00:00
|
|
|
[1.0.0-rc20]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/1.0.0-rc19...1.0.0-rc20
|
2020-06-18 19:28:37 +00:00
|
|
|
[1.0.0-rc19]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/1.0.0-rc18...1.0.0-rc19
|
2020-06-16 23:00:28 +00:00
|
|
|
[1.0.0-rc18]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/1.0.0-rc17...1.0.0-rc18
|
2020-06-15 22:40:11 +00:00
|
|
|
[1.0.0-rc17]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/1.0.0-rc16...1.0.0-rc17
|
2020-06-15 08:27:24 +00:00
|
|
|
[1.0.0-rc16]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/1.0.0-rc15...1.0.0-rc16
|
2020-06-13 21:57:23 +00:00
|
|
|
[1.0.0-rc15]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/1.0.0-rc14...1.0.0-rc15
|
2020-06-12 15:54:02 +00:00
|
|
|
[1.0.0-rc14]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/1.0.0-rc13...1.0.0-rc14
|
|
|
|
[1.0.0-rc13]: https://gitlab.com/mangadex/mangadex_at_home/-/compare/1.0.0-rc12...1.0.0-rc13
|
2020-06-12 08:38:25 +00:00
|
|
|
[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
|