mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-22 21:47:07 -04:00
@cosmetic Updated changelog
This commit is contained in:
parent
ad94a4a603
commit
43d9aa8627
2 changed files with 27 additions and 1 deletions
|
@ -259,7 +259,7 @@ include_merge = False
|
|||
def write_to_file(content):
|
||||
with open("CHANGELOG.md", "w+") as f:
|
||||
for chunk in content:
|
||||
f.write(chunk)
|
||||
f.write(chunk.encode('utf-8'))
|
||||
|
||||
publish = write_to_file
|
||||
|
||||
|
|
26
CHANGELOG.md
26
CHANGELOG.md
|
@ -2,12 +2,38 @@
|
|||
|
||||
## (unreleased)
|
||||
|
||||
### **New features**
|
||||
-  The ability to set the number of threads (NOT SUPPORTED!) to use for tasks using THREAD_LIMIT environment variable. [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||
-  Adds unmonitored filter option in index and editor ([#2888](https://github.com/Radarr/Radarr/issues/2888)) [<a href="https://github.com/Qstick">Qstick</a>]
|
||||
-  Monitor Toggle on Movies Editor Page ([#2887](https://github.com/Radarr/Radarr/issues/2887)) [<a href="https://github.com/Qstick">Qstick</a>]
|
||||
-  "importing an episode" to "importing a movie file" ([#2829](https://github.com/Radarr/Radarr/issues/2829)) [<a href="https://github.com/Travis Boss">Travis Boss</a>]
|
||||
|
||||
### **Fixes**
|
||||
-  Movies not being unmonitored when using clean library and lists. [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||
-  Also scan media info when file is being imported (i.e. not an existing file) [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||
-  Invalid qualities messing up the release module and other stuff. [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||
-  Languages not showing up correctly. [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||
-  Null exception due to resharper refactoring. [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||
-  No media info causing an error when importing files. [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||
-  Saving IndexerSettings into DB which confuses the datamapper. [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||
-  Not using correct info for determining state! [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||
-  Ability to add custom formats, working similar to qualities. ([#2669](https://github.com/Radarr/Radarr/issues/2669)) [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||
- Create reaction.yml. [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||
-  .vtt files treated as subtitles ([#2885](https://github.com/Radarr/Radarr/issues/2885)) [<a href="https://github.com/Qstick">Qstick</a>]
|
||||
-  Debug log Series reference in QualityAllowedByProfile spec ([#2899](https://github.com/Radarr/Radarr/issues/2899)) [<a href="https://github.com/Qstick">Qstick</a>]
|
||||
-  Multiple UI Fixes and Additions ([#2894](https://github.com/Radarr/Radarr/issues/2894)) [<a href="https://github.com/Qstick">Qstick</a>]
|
||||
-  Multiline in table view on two lines ([#2870](https://github.com/Radarr/Radarr/issues/2870)) [<a href="https://github.com/hotio">hotio</a>]
|
||||
|
||||
|
||||
## v0.2.0.1120 (2018-05-27)
|
||||
|
||||
### **New features**
|
||||
-  AHD_Internal and G_Scene indexer flags. Also linked a wiki page with more information about indexer flags. [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||
-  indexer flags to the list of environmental variable for customs scripts (on grab) ([#2801](https://github.com/Radarr/Radarr/issues/2801)) [<a href="https://github.com/bobbintb">bobbintb</a>]
|
||||
-  issue templates. [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||
|
||||
### **Fixes**
|
||||
-  AwesomeHD failing on an empty imdbid. [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||
-  Rare timing issue on first-use causing duplicate naming config ([#2790](https://github.com/Radarr/Radarr/issues/2790)) [<a href="https://github.com/Qstick">Qstick</a>]
|
||||
-  Qbittorrent state and eta fixes ([#2789](https://github.com/Radarr/Radarr/issues/2789)) [<a href="https://github.com/Qstick">Qstick</a>]
|
||||
-  Purge alt titles on movie delete ([#2796](https://github.com/Radarr/Radarr/issues/2796)) [<a href="https://github.com/Qstick">Qstick</a>]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue