Skip to content

Commit 2b874c2

Browse files
authored
Merge pull request #9067 from pymedusa/release/release-0.5.4
Release/release 0.5.4
2 parents 698ca1d + 925617f commit 2b874c2

File tree

158 files changed

+15429
-18253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+15429
-18253
lines changed

.travis.yml

-95
This file was deleted.

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.5.4 (20-01-2021)
2+
3+
#### Fixes
4+
- Fix trakt authentication lost on restart ([9018](https://github.com/pymedusa/Medusa/pull/9018))
5+
- Fix issue with trying to mass update a show with scene exceptions ([9067](https://github.com/pymedusa/Medusa/pull/9067))
6+
- Fix a number of exceptions caused by new trakt implementation ([9038](https://github.com/pymedusa/Medusa/pull/9038))
7+
- Fix black/white list not saved, when trying to add an exception when adding the show ([9047](https://github.com/pymedusa/Medusa/pull/9047))
8+
- Avoid exception for shows that don't have show_lists in DB ([9050](https://github.com/pymedusa/Medusa/pull/9050))
9+
- Fix version check scheduler running twice ([9057](https://github.com/pymedusa/Medusa/pull/9057))
10+
- Fix show-list (table layout) Active column Filter is linked to Xem column Filter ([9066](https://github.com/pymedusa/Medusa/pull/9066))
11+
12+
-----
13+
114
## 0.5.3 (12-01-2021)
215

316
#### Fixes

ext/dogpile/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.9.2'
1+
__version__ = "1.1.1"
22

33
from .lock import Lock # noqa
44
from .lock import NeedRegenerationException # noqa

0 commit comments

Comments
 (0)