Skip to content

Releases: pilar6195/AniList-Extras

v2.7.5

30 Jul 01:12
86dd9f1
Compare
Choose a tag to compare
  • [Fix] Basic check to determine if Anilist API is disabled for one reason or another.

Full Changelog: v2.7.4...v2.7.5

v2.7.4

17 Jul 00:56
5cad090
Compare
Choose a tag to compare
  • [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

17 Jul 00:48
1c68dcd
Compare
Choose a tag to compare
  • [Improvement] YouTube Default Volume module has been readded to the extension build.

Full Changelog: v2.7.2...v2.7.3

v2.7.2

13 Jul 18:57
f750d9c
Compare
Choose a tag to compare

Full Changelog: v2.7.1...v2.7.2

v2.7.1

13 Jul 16:33
b49dec0
Compare
Choose a tag to compare
  • [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.
  • [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

12 Jul 23:58
1fb635c
Compare
Choose a tag to compare
  • [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

04 Jul 23:31
d3bfc66
Compare
Choose a tag to compare
  • [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

03 Jul 00:30
b3bde6e
Compare
Choose a tag to compare
  • [Fix] Activity score failing if returned mediaList is empty.

Full Changelog: v2.5.1...v2.5.2

v2.5.1

01 Jul 22:09
e2a93b8
Compare
Choose a tag to compare
  • [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

01 Jul 20:15
d96fa3b
Compare
Choose a tag to compare
  • [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