mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 00:34:37 +02:00
@cosmetic Updated changelog.
This commit is contained in:
@@ -83,7 +83,7 @@ ignore_regexps = [
|
|||||||
##
|
##
|
||||||
section_regexps = [
|
section_regexps = [
|
||||||
('**New features**', [
|
('**New features**', [
|
||||||
r'^[aA]dded?\s*:?\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
|
r'^[aA]dded?\s*:?\s*((dev|use?r|pkg|test|doc)\s*:\s*)?(.*)$',
|
||||||
r'^[uU]pdated?\s*:?\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
|
r'^[uU]pdated?\s*:?\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
|
||||||
r'^[cC]hanged?\s*:?\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
|
r'^[cC]hanged?\s*:?\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
|
||||||
r'^[nN]ew?\s*:?\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
|
r'^[nN]ew?\s*:?\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
|
||||||
@@ -259,7 +259,7 @@ include_merge = False
|
|||||||
def write_to_file(content):
|
def write_to_file(content):
|
||||||
with open("CHANGELOG.md", "w+") as f:
|
with open("CHANGELOG.md", "w+") as f:
|
||||||
for chunk in content:
|
for chunk in content:
|
||||||
f.write(chunk.encode('utf-8'))
|
f.write(chunk)
|
||||||
|
|
||||||
publish = write_to_file
|
publish = write_to_file
|
||||||
|
|
||||||
|
@@ -4,12 +4,19 @@
|
|||||||
|
|
||||||
### **New features**
|
### **New features**
|
||||||
-  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>]
|
-  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>]
|
||||||
|
-  Upgrade MediaInfo to 17.10 (Windows/macOS) [<a href="https://github.com/Mark McDowall">Mark McDowall</a>]
|
||||||
-  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>]
|
-  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>]
|
-  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>]
|
-  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>]
|
-  "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**
|
### **Fixes**
|
||||||
|
-  Unnecessary housekeeping commands consuming a lot of memory. [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||||
|
-  Annoying [renamemoviesfolder] Completed popup for no reason. [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||||
|
-  Concurrent manual imports silently failing. [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||||
|
-  Files that cannot be parsed, kill bulk import. [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||||
|
-  Absolutely Required Format Tag modifier being ignored when multiple modifiers were present. [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||||
|
-  Error when valid movie file id is around, but movie file is not loaded. [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||||
-  Movies not being unmonitored when using clean library and lists. [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
-  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>]
|
-  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>]
|
-  Invalid qualities messing up the release module and other stuff. [<a href="https://github.com/Leonardo Galli">Leonardo Galli</a>]
|
||||||
@@ -18,6 +25,7 @@
|
|||||||
-  No media info causing an error when importing files. [<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>]
|
-  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>]
|
-  Not using correct info for determining state! [<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>]
|
-  .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>]
|
-  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>]
|
-  Multiple UI Fixes and Additions ([#2894](https://github.com/Radarr/Radarr/issues/2894)) [<a href="https://github.com/Qstick">Qstick</a>]
|
||||||
|
Reference in New Issue
Block a user