Releases: lap00zza/9anime-Companion
0.0.4
Major Changes
-
Added MyAnimeList Integration. This integrations adds the ability to add and update your MAL directly from 9anime. However, it adds very minimal information to you MAL.
- Add To MAL adds the name of the anime, sets the status as watching and sets the started watching date to today.
- Update MAL only updates the Episode.
More information about this can be found: here
- Add To MAL adds the name of the anime, sets the status as watching and sets the started watching date to today.
-
Added Download All to the Utility Bar. This adds the ability to download all the episodes of an anime with a single click. There is also an option to chose the desired quality.
Other Changes
- 9anime Companion now uses webpack. (dedb4ca)
Detailed Changes
0.0.4-beta.2
This release has a lot of notable changes. They are all listed below.
Major Changes
- Added a new settings page. This has way more options like ability to customize which individual sections of the watch page to remove, toggle the utility bar, toggle the pin icons etc. The old settings menu on the popup is removed in favor of this one.
- Added Find in MAL to the Utility Bar. Use it to quickly search for the current anime on MyAnimeList. Also, removed the words "Utility Bar" from it.
Other Changes
- The tests are now run using the karma test runner instead of the old standalone jasmine tests. This allows the tests to be run on travis before starting the build process.
- Fixed an issue where unsanitized html strings were being added to DOM while creating the pinned items list. Now pinned list uses text node. (3e95e0c)
- The background is now a persistent html page which loads all the necessary scripts. This was done because re-executing the background scripts each time a new event occurs was causing the extension to visibly slow down. (650623c)
Detailed Changes
0.0.4-beta.1
This is the first beta release for 0.0.4. From this release onward the versioning will be consistent across all extension publishers.
Changes
- Restyled the Utility Bar. The utility bar now looks better and has a similar theme as that of the 9anime website.
- Added Reddit Discussion to the Utility Bar. Clicking on "Reddit Discussion" opens general/episode specific anime discussion reddit search depending on whether the user is on the general anime page (ex:
http://9anime.to/watch/little-witch-academia-tv.v8z4
) or episode specific page (ex:http://9anime.to/watch/little-witch-academia-tv.v8z4/72opm8
).
There is a known issue where titles which includes text like 2nd Season, 3rd Season don't return search results as r/anime uses the short form: S2, S3 etc. A conversion function is needed which will be added at a later date.
Detailed Changes
Note
Since this is a beta release, bugs are to be expected. If you encounter any bugs, please report them here: https://github.com/lap00zza/9anime-Companion/issues. That will really help me out.