HummingBirdAnimeClient/CHANGELOG.md

27 lines
1.1 KiB
Markdown
Raw Normal View History

2016-04-08 13:22:29 -04:00
# Changelog
## Version 4.1
* 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
* Updated Character pages to show voice actors
* Added People pages, showing which works they contributed to, and in what role
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
* Added character pages
2017-01-12 11:31:49 -05:00
2016-04-08 13:22:29 -04:00
## Version 3
* 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.
* Added a bulk thumbnail generator script
* Removed json file "cache" from the app folder