Skip to content

Commit

Permalink
Merge pull request #9793 from pymedusa/master-develop
Browse files Browse the repository at this point in the history
Master develop
  • Loading branch information
p0psicles authored Aug 13, 2021
2 parents b496018 + aa9bfad commit 2a56d45
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Unreleased

#### New Features
#### Improvements
#### Fixes

## 0.5.16 (13-08-2021)

#### New Features
- Implemented recommended shows v2. ([5782](https://github.com/pymedusa/Medusa/pull/5782))
- Added recommended list from anilist.co
Expand All @@ -17,6 +23,8 @@
- Fixed postprocessing of archives with multiple video files caused a pp of the complete download dir. ([9775](https://github.com/pymedusa/Medusa/pull/9775))
- Fixed download handler wrongly untrack downloads when connection errors occurred. ([9774](https://github.com/pymedusa/Medusa/pull/9774))
- Removed anonomized redirect service (derefer.org is down) in favor of "noreferrer noopener" headers ([5782](https://github.com/pymedusa/Medusa/pull/5782))
- Fixed schedule page not showing day of week for shows airing on sunday (banner/poster layouts) ([9791](https://github.com/pymedusa/Medusa/pull/9791))
- Group history compact layout results by quality ([9788](https://github.com/pymedusa/Medusa/pull/9788))

----

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.15'
VERSION = '0.5.16'
USER_AGENT = 'Medusa/{version} ({system}; {release}; {instance})'.format(
version=VERSION, system=platform.system(), release=platform.release(),
instance=INSTANCE_ID)
Expand Down
2 changes: 1 addition & 1 deletion themes/dark/assets/js/index.js.map

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

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/dark/assets/js/vendors.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 2a56d45

Please sign in to comment.