diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29..0000000 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c2082a..6480592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project **doesn't** adheres to [Semantic Versioning](https://semver.org _Warning : Since manifest.json cannot accept tags such as 'rc1' or 'alpha', the release tag isn't in release version but in release name._ +## [2.4.1] (release 2.4.1-zeta) +### Fixed +- The timer wasn't stopping after scrobbling +- Security patch for kitsu +- Fix no title in some Anilist shows + ## [2.4] (release 2.4-zeta) ### Added - Add the ability to not scrobble already saved anime @@ -74,7 +80,8 @@ _Warning : Since manifest.json cannot accept tags such as 'rc1' or 'alpha', the - Kitsu / AniList support - UI rework from v1 -[Unreleased]: https://github.com/leonekmi/scrobbly/compare/v2.4-zeta...master +[Unreleased]: https://github.com/leonekmi/scrobbly/compare/v2.4.1-zeta...master +[2.4.1]: https://github.com/leonekmi/scrobbly/compare/v2.4-zeta...v2.4.1-zeta [2.4]: https://github.com/leonekmi/scrobbly/compare/v2.3-zeta...v2.4-zeta [2.3]: https://github.com/leonekmi/scrobbly/compare/v2.2.1-epsilon...v2.3-zeta [2.2.1]: https://github.com/leonekmi/scrobbly/compare/v2.2-epsilon...v2.2.1-epsilon diff --git a/package-lock.json b/package-lock.json index 68cbbc2..5b7eb37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scrobbly", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c7f4f27..73f961f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "scrobbly", - "version": "2.4.0", + "version": "2.4.1", "description": "Scrobble anime from multiple sites to multiple sites.", "main": "none", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index 9e9e8ca..19841ce 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -12,8 +12,8 @@ "name": "Scrobbly", "description": "__MSG_slogan__", "author": "Scrobbly contributors", - "version": "2.4.0", - "version_name": "2.4", + "version": "2.4.1", + "version_name": "2.4.1", "permissions": [ "*://www.crunchyroll.com/*", "*://www.wakanim.tv/*", diff --git a/src/pages/popup.html b/src/pages/popup.html index dc80e36..ee0e270 100644 --- a/src/pages/popup.html +++ b/src/pages/popup.html @@ -108,7 +108,7 @@

{{ status.anime.title }} - {{ trans('episode') }} {{ status.ep }}
{{ trans('settings') }}
- v2.4 + v2.4.1