Releases: pilar6195/AniList-Extras
Releases · pilar6195/AniList-Extras
v2.4.0
- [Feature] New module: Hide Global Feed
- [Improvement] Sorted module keys.
- [Fix] Spelling mistakes
Full Changelog: v2.3.0...v2.4.0
v2.3.0
- [Feature] New Module: Default YouTube Volume
- Set the default volume for all embedded YouTube videos.
- [Feature] New Module: Reddit Discussions Links
- Adds a link to search for discussion threads on /r/anime on Reddit.
- [Improvement] Modules can now specify tags that will be displayed in the settings page.
- Currently they do nothing but eventually you will be able to filter modules using them.
- [Improvement] Modules can now display a notice in the setting page. This will appear in the form a
?
icon with a tooltip. - [Improvement] Resetting settings on settings page no longer requires a page refresh.
- [Improvement] Many storage manager improvements.
- [Improvement] New on
navigation
event. - [Improvement] Moved some inline styles to an external file.
- [Fix] Styling issues with the Review Ratings module.
Full Changelog: v2.2.0...v2.3.0
v2.2.0
- [Feature] New Module: Alternative Scrollbars.
- [Improvement] Destructive actions in settings page now have a confirmation prompt.
- [Improvement] Resetting specific module settings is now possible.
- [Improvement] Module settings now can have various forms of validation.
- [Improvement] New color input option for module settings.
- [Improvement] New
isUI
andcreateTooltips
helpers. - [Improvement] Add rate limit handling for anilist api.
- [Fix] Prevent loading modules that don't specify an id.
- [Fix] Fixed anilist following count data not being cached.
Full Changelog: v2.1.0...v2.2.0
v2.1.0
-
Refactored Module Loader
-
Module Settings
- Introduced a new Settings page that centralizes configurations for all modules.
- Module-specific Settings
- Each module can now specify its own settings that will appear on the Settings page.
- Supported setting types include:
- Checkbox: A simple on/off option.
- Switch: Similar to a checkbox, but with a different UI representation.
- Number: A numeric input with optional minimum and maximum values.
- Select: A dropdown menu with predefined options.
- Text: A text input field, which can be a single-line text, password, or a multi-line textarea.
- SettingsManager
- Introduced a new
SettingsManager
class that assists in retrieving and managing module-specific settings. - Provides a streamlined way to access and modify settings across different modules.
- Introduced a new
Full Changelog: v2.0.3...v2.1.0
v2.0.3
Full Changelog: v2.0.2...v2.0.3
v2.0.2
Full Changelog: v2.0.1...v2.0.2