Skip to content

Commit

Permalink
Release v1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrino committed Sep 11, 2021
1 parent 0b76698 commit 5dea1c7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v1.5.6 (11.09.2021)

### Enhancements

- Global code refactoring and update dependencies

### Bugs

- Fix work of the extension in Firefox 90+
- Fix work of the extension with Netflix after redesign
- Fix rewind with overlap subs and add disable rewind by subs config
- Fix response handler for add new word to puzzle-english.com service

## v1.5.5 (17.04.2021)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Easysubs",
"version": "1.5.5",
"version": "1.5.6",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"homepage_url": "https://github.com/Nitrino/easysubs",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easysubs",
"version": "1.5.5",
"version": "1.5.6",
"description": "Browser extension for learning languages with watching movies and TV shows",
"main": "inject.js",
"scripts": {
Expand Down

0 comments on commit 5dea1c7

Please sign in to comment.