Skip to content

Commit

Permalink
Merge pull request #10468 from pymedusa/master-to-dev-2
Browse files Browse the repository at this point in the history
Master to dev 2
  • Loading branch information
medariox authored Apr 3, 2022
2 parents 86fa456 + f11dd96 commit 2c8f142
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@

#### Improvements

#### Fixes

## 0.5.28 (01-04-2022)

#### Improvements
- Send discord notification as an embed ([10464](https://github.com/pymedusa/Medusa/pull/10464))

#### Fixes
- Fix Mass update page ([10447](https://github.com/pymedusa/Medusa/pull/10447))
- Fix re-load episodes when navigatin from testRename to displayShow ([10465](https://github.com/pymedusa/Medusa/pull/10465))

## 0.5.27 (29-03-2022)

Expand Down
2 changes: 1 addition & 1 deletion medusa/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
log.logger.addHandler(logging.NullHandler())

INSTANCE_ID = text_type(uuid.uuid1())
VERSION = '0.5.27'
VERSION = '0.5.28'

USER_AGENT = 'Medusa/{version} ({system}; {release}; {instance})'.format(
version=VERSION, system=platform.system(), release=platform.release(),
Expand Down
2 changes: 1 addition & 1 deletion themes/dark/assets/js/medusa-runtime.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/light/assets/js/medusa-runtime.js.map

Large diffs are not rendered by default.

0 comments on commit 2c8f142

Please sign in to comment.