From 27d4091183746f51b46820d8f25399822c66089f Mon Sep 17 00:00:00 2001 From: bytedream Date: Tue, 10 Oct 2023 17:37:55 +0200 Subject: [PATCH] Update version --- README.md | 9 ++++++--- package.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 02abf2e..3ba2f36 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,13 @@ A multi-browser extension to enhance your [Crunchyroll](https://www.crunchyroll. ## ✨ Features -- Download videos[^1][^2]. +- Download videos[^1][^2] +- Show the air date of the next episode (if available) +- Add links to the [AniList](https://anilist.co/) and [MyAnimeList](https://myanimelist.net/) entry of an anime (season) - Video player improvements - - No parallel stream limit. - - Default context menu when right-clicking the player. + - No parallel stream limit + - Maximize player on double-click + - Default context menu when right-clicking the player [^1]: Due to browser restrictions the download is only available as [`.ts`](https://en.wikipedia.org/wiki/MPEG_transport_stream) file. [^2]: On Firefox, the episode will be completely loaded into RAM before writing it to the disk which might cause some lagging. This is due to the lack of the (non-standardized) [`showSaveFilePicker`](https://developer.mozilla.org/en-US/docs/Web/API/Window/showSaveFilePicker) method. diff --git a/package.json b/package.json index 8f40f27..14c2f91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enhance-crunchyroll", - "version": "0.1.0", + "version": "0.2.0", "displayName": "Enhance Crunchyroll", "author": "Crunchy Labs Maintainers", "description": "A multi-browser extension to enhance your Crunchyroll experience",