Skip to content

Releases: gregormaclaine/AniListModifier

v1.3.2

27 Apr 01:39

Choose a tag to compare

Major bug on Firefox causing the extension to not work at all on reload. This version fixes this as well as better separating out the manifests of both chrome and firefox.

v1.3.1 - Firefox port

20 Apr 01:22
2d8ea5a

Choose a tag to compare

Merge pull request #6 from gregormaclaine/firefox-port

Build alternative version for Firefox

v1.3.0 - Colored Ratings

05 Jun 00:21

Choose a tag to compare

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

30 Jul 18:46

Choose a tag to compare

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

18 Jul 02:27

Choose a tag to compare

Changed the codebase to be in typescript rather than javascript, using webpack as the bundler.

v1.1.2

18 Jul 00:23

Choose a tag to compare

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

11 Jul 14:51

Choose a tag to compare

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

11 Jul 11:47

Choose a tag to compare

Fixed bug where status text would be mixed up on auto feed refresh