Releases: pilar6195/AniList-Extras
Releases · pilar6195/AniList-Extras
v2.7.5
v2.7.4
- [Fix] Removed leftover settings page notice for the
YouTube Default Volume
module.- Notice is no longer needed since the module no longer loads the YouTube iFrame API script.
Full Changelog: v2.7.3...v2.7.4
v2.7.3
- [Improvement]
YouTube Default Volume
module has been readded to the extension build.
Full Changelog: v2.7.2...v2.7.3
v2.7.2
Full Changelog: v2.7.1...v2.7.2
v2.7.1
- [Improvement] Refactored the build script to allow specified imports to be excluded from the final build, depending on whether it is being built as an extension or a userscript.
- Currently, the
YouTube Default Volume
module will not be included in the extension build due to MV3 restrictions on loading external scripts. Will look into a workaround for this in the future.
- Currently, the
- [Improvement] The
GM.*
polyfill will no longer be included in the userscript build as it is not needed in this environment.
Full Changelog: v2.7.0...v2.7.1
v2.7.0
- [Feature] New module: Validate 404 Page
- [Improvement] Improved url validation on some modules.
- [Improvement] Additional context check
- [Fix] Return response error on anilist api error
Full Changelog: v2.6.0...v2.7.0
v2.6.0
- [Feature] New module: Expanded Social Profile Cards
- [Fix] Incorrect activity scores if element data was updated.
- [Fix] Activity scores module incorrectly loading on user's social page.
Full Changelog: v2.5.2...v2.6.0
v2.5.2
- [Fix] Activity score failing if returned mediaList is empty.
Full Changelog: v2.5.1...v2.5.2
v2.5.1
- [Improvement] Prevent multiple instances of the script from running.
- [Fix] Cache was not properly cleaning up expired keys.
Full Changelog: v2.5.0...v2.5.1
v2.5.0
- [Feature] New module: Media Activity Scores
- Displays the score a user gives to an anime or manga in activity feeds.
- [Improvement] Moved all SVG assets to a separate importable file.
- [Improvement] Modules can now provide styles to insert when enabled.
- The styles will be inserted to the page if the module is enabled. Will be removed if the module gets disabled.
- [Improvement] Moved all inline CSS to a separate files.
- [Improvement] Added the ability to authenticate with AniList. Modules can now make authenticated calls if the user grants permission.
- [Improvement] Disabled devtools logs by default in production. They can be reenabled in the settings page.
- [Fix] Some modules would not load if
/
was missing from end of path.
Full Changelog: v2.4.0...v2.5.0