Skip to content

Releases: pymedusa/Medusa

Release 0.5.2

10 Jan 18:56
5839c67
Compare
Choose a tag to compare

Improvements

  • Replace trakt lib with PyTrakt (and switch to OAuth device authentication). (8916)
  • Make all thread schedulers hot-reload when enabled/disabled. (8948)
  • Add an option to create .magnet files when a torrent can't be downloaded from a magnet URI, using one of the magnet cache registries. (8955)

Fixes

  • Fix setting default episode status (after) when adding a new show. (8918)
  • Fix provider anidex. Add a bypass to it's DDOS-Gaurd protection. (8955)

Release 0.5.1

16 Dec 19:39
d45caa6
Compare
Choose a tag to compare

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

Release 0.5.0

30 Nov 20:06
ce68da5
Compare
Choose a tag to compare

First Python 3.x version
(dropped python 2 support)

New Features

  • Separate proxy configs for Providers, Indexers, CLients (torrent/nzb) and others (8605)

Improvements

  • Add absolute numbering to indexers tvmaze and tmdb, making them suitable for anime (8777)

Fixes

  • Provider Nyaa.si: Correct the category that is used for anime searches (8777)
  • Indexer TMDB: Fix adding show using an alternative language (8784)

Release 0.4.6

25 Nov 14:22
e6025de
Compare
Choose a tag to compare

Last version that runs on Python 2.7!

Improvements

  • Vueified add existing shows (8448)
    • Get real time progress update on the shows adding
    • Add shows automatically when metadata is available
    • Preset show options
  • Vueified add show (8448)
    • No more page redirects when you add a show that already exists
    • Select show list while adding show
    • Map show lists to anime, when configured in config -> anime
  • Refactored scene exception methods (8753)

Fixes

  • Fixed provider TVChaosUK (8737)

Release 0.4.5

13 Nov 12:32
f39927e
Compare
Choose a tag to compare

Fixes

  • Updated EZTV provider URL
  • Fixed email and prowl notifications

Release 0.4.4

04 Nov 19:42
552f119
Compare
Choose a tag to compare

Improvements

  • Replace unrar2 with rarfile
  • Add EpisodeUpdater to scheduler
  • Don't strip channel names so they are matched correctly
  • Avoid exception when headers have no host

Fixes

  • Fix notify lists for prowl and email (8535)
  • Fix shows sorting by article sort using (the, a, an) was reversed in config-general (8532)
  • Fix sending torrents to qBittorrent api version > 2.0.0 (8528)
  • Fix decoding torrent hash from magnet links (8563)
  • Fix provider AnimeBytes (8609)
  • Fix provider Speedcd (8609)
  • Fix season pack search, results not shown for multi-episode results (8609)
  • Fix scene exceptions with year not being used
  • Fix IPTorrents layout change
  • Use b64decode instead of deprecated decodestring for basic auth

Release 0.4.3

08 Sep 18:52
b352bb6
Compare
Choose a tag to compare

Improvements

  • Updated all frontend libraries and dependencies

Fixes

  • Fix no max season error when a show is incomplete (8460)
  • Fix start error on some Python 2.7 builds

Release 0.4.2

06 Sep 15:26
708c2e9
Compare
Choose a tag to compare

Improvements

  • Added new page "restart", for restarting and shutting down medusa (8399)
  • Added new page "update", for updating medusa to a new version (8437)

Fixes

  • Fix show-selector using the show lists (8426)
  • Fix home poster layout. Re-add the search by show title (8415)
  • Fix backlog search ignoring cached search results (8395)
  • Fix guessit parsing numbered episode titles as multi season (8413)
  • Fix History page showing black text (on black) when using dark theme (8375)

Release 0.4.1

18 Aug 17:26
20915b5
Compare
Choose a tag to compare

Fixes

  • Fixed show titles displayed in white text on the schedule page (#8338)
  • Fixed Series show list title shown, also when it's the only show list used (#8338)
  • Fixed home table layouts Downloads sorting (#8338)
  • Fixed home table layouts previous and next episode sorting (#8337)
  • Fixed show's show lists not stored after restart (#8337)

Release 0.4.0

15 Aug 15:17
471c8ed
Compare
Choose a tag to compare

New Features

  • Added Search shows by id (#8308)
  • Added UI option to create your own show list categories (#8308)
  • Add the ability to modify the Discord bot username (#8148)

Improvements

  • Vueified Home page (Poster, small poster, banner, simple layouts) (5345)
  • Vueified Snatch Selection page (7345)
  • Add the save path option for qBittorrent version > 3.2 (8304)
  • show-header: mark indexer used for adding show with star (8286)
  • Utilize season search results from cache (8281)
  • Improve season scene name handling for non-anime shows (8155)

Fixes

  • Disable forcing of the scene option when adding shows (8316)
  • Fix associated files matching more files than wanted (8152)