Releases: gregormaclaine/AniListModifier
Releases · gregormaclaine/AniListModifier
v1.3.0 - Colored Ratings
New Features
- Ratings can be color coded
- Settings page introduced with full customisability
- Automatically scroll to top of page when activity feed doesn't populate
Change Log
- Large architecture change to help separate background and content scripts
- Popup changed as settings have moved to be in page
- Improved reactivity of feed modifier to better account for moving between pages
- Fixed structure of injection and greatly improved code architecture
- Fixed issue where activity feed would react to its own changes
- Added script to see dependency tree between different entry points
- Templates structure added where larger content injections are rendered using SolidJS
v1.2.1
Change Log
- All versions now stem from version listed in
package.json
. Other sources filled out during webpack building. - Improved debugging messages somewhat
- Added error handling for rate limiting on the AniList api
- Fixed bug where feed would update during initial score update, therefore not being caught by the observer (As it has not been instantiated yet).
- As this only happens inbetween feed having no items and then filling itself, the fix was to just to only run initial update if the feed is not empty.
v1.2.0 - Typescript
Changed the codebase to be in typescript rather than javascript, using webpack as the bundler.
v1.1.2
Change Log
- Removed tabs chrome permission as it was not needed
- Although this now means that when toggling dev mode, the current tab refreshes regardless to whether you are on AniList or not
- Improved the look of the popup window
- Added version number and extension logo
v1.1.1
Change Log
- Extension can now run on profile pages, as well as anywhere on the website that contains an activity feed
- Extension reloads when traversing the website without having to manually reload
- Extension is better at listening for hot reloads of the activity feed
- Extension now better handles different scoring formats
- Scores out of 100 are given the '/100' suffix and scores in the 80s are prepended with 'an'
- Scores out of 5 show a number and then a star icon
- Scores out of 3 show the corresponding smiley face as seen elsewhere on the website
- Status text updates no longer have a full stop to match the rest of the status information in other activity feed items
- Developer mode toggle has been added to toggle the information logging in the console
- General bug fixes and quality assurance
v1.0.1
Fixed bug where status text would be mixed up on auto feed refresh