Skip to content

Commit

Permalink
Merge pull request #8888 from pymedusa/sync-ma-dev
Browse files Browse the repository at this point in the history
Sync ma dev
  • Loading branch information
medariox authored Dec 16, 2020
2 parents cb540cd + 2de519a commit b784868
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@

#### Fixes

-----

## 0.5.1 (16-12-2020)

#### Improvements
- Add Processing failed for ... to custom logs
- Add and convert some network logos

#### Fixes
- Fix startup with git install without valid git
- Fix rare ADBA exception
- Fix rare anime parsing issue
- Fix exception when torrent clients don't respond
- Fix backlog search on new show add & wanted switch for old episodes
- Fix issue with broken encrypted passwords

-----

## 0.5.0 (30-11-2020)

First Python 3.x version
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.0'
VERSION = '0.5.1'
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/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.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/light/assets/js/vendors.js.map

Large diffs are not rendered by default.

0 comments on commit b784868

Please sign in to comment.