2016-04-08 13:22:29 -04:00
|
|
|
# Changelog
|
|
|
|
|
2021-02-05 17:19:11 -05:00
|
|
|
## Version 5.2
|
|
|
|
* Updated PHP requirement to 8
|
|
|
|
|
2020-08-25 15:11:08 -04:00
|
|
|
## Version 5.1
|
|
|
|
* Added session check, so when coming back to a page, if the session is expired, the page will refresh.
|
|
|
|
* Updated logging config so that much fewer, much smaller files are generated.
|
2020-10-21 18:12:22 -04:00
|
|
|
* Updated Kitsu integration to use GraphQL API, reducing a lot of internal complexity.
|
2020-08-25 15:11:08 -04:00
|
|
|
|
2020-04-10 15:38:32 -04:00
|
|
|
## Version 5
|
|
|
|
* Updated PHP requirement to 7.4
|
2020-04-23 18:53:51 -04:00
|
|
|
* Added anime watching history view
|
|
|
|
* Added manga reading history view
|
|
|
|
* Updated anime collection to have more media types
|
2020-04-10 15:38:32 -04:00
|
|
|
|
2019-12-05 16:59:24 -05:00
|
|
|
## Version 4.2
|
|
|
|
* Updated dependencies
|
2020-03-11 15:14:34 -04:00
|
|
|
* Updated PHP requirement to 7.3
|
2020-04-21 20:10:01 -04:00
|
|
|
* Added option to automatically set dark mode based on the OS setting
|
2019-12-05 16:59:24 -05:00
|
|
|
|
2018-10-08 15:45:46 -04:00
|
|
|
## Version 4.1
|
2019-12-05 16:59:24 -05:00
|
|
|
* Added optional dark theme
|
2018-10-08 15:45:46 -04:00
|
|
|
* Removed MAL integration, added Anilist Integration
|
|
|
|
* Now uses WebP cache images when the browser supports it
|
|
|
|
* Replaces JS minifier with pre-minified scripts (Removes the need for one caching folder, too)
|
2018-10-11 13:25:53 -04:00
|
|
|
* Updated console command to sync Kitsu and Anilist data (Kitsu can sync MAL, and MAL's API broke, so MAL sync was removed)
|
2018-10-10 12:57:11 -04:00
|
|
|
* Added page to update settings without having to edit config files
|
2018-10-11 13:25:53 -04:00
|
|
|
* Defaulted to secure (HTTPS) urls
|
2019-12-05 16:59:24 -05:00
|
|
|
* Updated Character pages to show voice actors
|
2018-10-19 09:30:27 -04:00
|
|
|
* Added People pages, showing which works they contributed to, and in what role
|
2018-10-08 15:45:46 -04:00
|
|
|
|
2017-01-12 11:31:49 -05:00
|
|
|
## Version 4
|
2017-01-27 12:35:28 -05:00
|
|
|
* Updated to use Kitsu API after discontinuation of Hummingbird
|
|
|
|
* Added streaming links to list entries from the Kitsu API
|
2017-03-30 14:50:25 -04:00
|
|
|
* Added simple integration with MyAnimeList, so an update can cross-post to both Kitsu and MyAnimeList (anime and manga)
|
|
|
|
* Added console command to sync Kitsu and MyAnimeList data
|
2019-12-05 16:59:24 -05:00
|
|
|
* Added character pages
|
2017-01-12 11:31:49 -05:00
|
|
|
|
2016-04-08 13:22:29 -04:00
|
|
|
## Version 3
|
2016-04-19 14:51:58 -04:00
|
|
|
* Converted user configuration to toml files
|
2016-04-08 13:22:29 -04:00
|
|
|
* Added a caching layer for api calls, which resets upon updates from the
|
|
|
|
app.
|
2016-04-19 14:51:58 -04:00
|
|
|
* Added a bulk thumbnail generator script
|
|
|
|
* Removed json file "cache" from the app folder
|
|
|
|
|