Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leonekmi committed Jun 20, 2019
1 parent d0dea51 commit f8fd3b9
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
Empty file removed .gitmodules
Empty file.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/*",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h2>{{ status.anime.title }} - {{ trans('episode') }} {{ status.ep }}<span v-if=
<div>
<center>
<a class="ui labeled icon primary button" @click="openSettings"><i class="settings icon"></i> {{ trans('settings') }}</a><br>
<em>v2.4</em>
<em>v2.4.1</em>
</center>
</div>
</div>
Expand Down

0 comments on commit f8fd3b9

Please sign in to comment.