Skip to content

Commit

Permalink
Merge pull request #9067 from pymedusa/release/release-0.5.4
Browse files Browse the repository at this point in the history
Release/release 0.5.4
  • Loading branch information
medariox authored Jan 20, 2021
2 parents 698ca1d + 925617f commit 2b874c2
Show file tree
Hide file tree
Showing 158 changed files with 15,429 additions and 18,253 deletions.
95 changes: 0 additions & 95 deletions .travis.yml

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.5.4 (20-01-2021)

#### Fixes
- Fix trakt authentication lost on restart ([9018](https://github.com/pymedusa/Medusa/pull/9018))
- Fix issue with trying to mass update a show with scene exceptions ([9067](https://github.com/pymedusa/Medusa/pull/9067))
- Fix a number of exceptions caused by new trakt implementation ([9038](https://github.com/pymedusa/Medusa/pull/9038))
- Fix black/white list not saved, when trying to add an exception when adding the show ([9047](https://github.com/pymedusa/Medusa/pull/9047))
- Avoid exception for shows that don't have show_lists in DB ([9050](https://github.com/pymedusa/Medusa/pull/9050))
- Fix version check scheduler running twice ([9057](https://github.com/pymedusa/Medusa/pull/9057))
- Fix show-list (table layout) Active column Filter is linked to Xem column Filter ([9066](https://github.com/pymedusa/Medusa/pull/9066))

-----

## 0.5.3 (12-01-2021)

#### Fixes
Expand Down
2 changes: 1 addition & 1 deletion ext/dogpile/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.9.2'
__version__ = "1.1.1"

from .lock import Lock # noqa
from .lock import NeedRegenerationException # noqa
Loading

0 comments on commit 2b874c2

Please sign in to comment.