-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotfix 0.2.10 #5163
Hotfix 0.2.10 #5163
Conversation
* Fix home tabs bug (tested) * Fix recommended shows tabs bug (pre-emptive) * Fix status page with 3 or more root dirs is malformed * Update changelog
* Fix the poster not being alligned. Caused by mass rename series -> show. * Fix css bug. Caused by mass rename.
* Fix watched null values. * Update main_db.py oops * Update main_db.py * Update current sanity check and column default * Revert all previous commits Revert "Update current sanity check and column default" This reverts commit 6779024. Revert "Update main_db.py" This reverts commit a1c8e7a. Revert "Update main_db.py" This reverts commit a08759a. Revert "Fix watched null values." This reverts commit 848c527. * Use `try_int` when loading from database * `Episode.watched` should be boolean * Update changelog # Conflicts: # CHANGELOG.md # medusa/tv/episode.py
@sharkykh do you want to include the adba changes to the hotfix? As Imo it could wait for next normal release? |
* Add `fetch` argument to `/series` API endpoint Only fetch AniDB info when it is set to `True` (default is `False`) * Update editShow to get AniDB data * Update store/shows actions * Lint JS * Update changelog # Conflicts: # CHANGELOG.md # themes/dark/assets/js/vendors.js # themes/light/assets/js/vendors.js
Needed after cherry picking commits for hotfix.
* Fix `_configure_syspath` to handle `.pth` files Fix `configparser`s package structure. Add missing `.pth` file for configparser `.pth` file renamed for simplicity - original name: `configparser-3.5.0-py2.7-nspkg.pth`. * Explain the code better * Update info on `ext/readme.md` * Prepare `syspath` code for the future * Update changelog
* Fix unexpected identifier on `testRename` * Update changelog # Conflicts: # CHANGELOG.md
@sharkykh this is how far I got |
@p0psicles
Thank you! |
Its also only raising exceptions for anime shows with release groups that have unicode chars. There aren't that many. |
How likely is it that this merge will be done including #5145? |
Very likely |
@Rouzax It's so likely in fact, it's already in it 😄 |
I know things are done when they are done but any though on the ETA for the merge? |
Probably today |
Awesome, I'll leave you all to your work 😉 |
* Fix config-post-processing * Add failing tests for select-list * Fix Lint * Update changelog * Move fix to backend
* Fix TorrentLeech pagination code `range` got a float argument instead of an integer * Update CHANGELOG.md Indent mistake. * Update CHANGELOG.md
Fixes from
develop
included in release:summary: fix for home tabs poster layout
summary: fix template compile error, on home page (tabs), after adding show and fix root dirs layout bug on status page
summary: fix exception due to
null
values intv_episodes.watched
columnsummary: fix unable to start Medusa due to
configparser
ImportError
select-list
values incorrectly #5165 (Fixes [APP SUBMITTED]: AttributeError: 'dict' object has no attribute 'replace' #5155)summary: fix post processing config saving
select-list
values incorrectly/series
API to only get AniDB data if requested #5166 (Fixes Medusa unresponsive when listing show #5170)summary: fix extraneous calls to AniDB when navigating to
displayShow
for a show of any typesummary: fix broken "preview rename" page
Removed from this release:
summary: fix
UnicodeDecodeError
fromadba
/anidb