Skip to content

Commit

Permalink
Update to 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Sep 18, 2022
1 parent 88e8ca1 commit 04d174b
Show file tree
Hide file tree
Showing 11 changed files with 3,606 additions and 4,895 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### v4.7.0 BETA (2022-09-18)

**Feature** Use custom mappings to transform indexer result titles. Use this to clean up titles, add season or episode to it or whatever. See <a href="https://github.com/theotherp/nzbhydra2/issues/794">#794</a>

**Fix** Some of you have an instance running which is exposed to the internet, without any authentication method. I previously tried to recognize this by some heuristic which was a bit naive and caused a lot of false positives. NZBHydra will now periodically try to determine your public IP and actually check if the used port is open. This might still not always work (e.g. in when you're running it using a VPN in which case I guess you know what're doing. Ultimately it's up to you to get your shit together.

**Fix** Only warn about settings violating indexers' rules if the indexers are actually enabled.

**Fix** Fix saving config with custom mappings.



### v4.6.1 (2022-08-23)

**Fix** Fix startup error for new instances. Thanks @ cdloh.
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>4.6.2-SNAPSHOT</version>
<version>4.7.0</version>
</parent>

<artifactId>core</artifactId>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>4.6.2-SNAPSHOT</version>
<version>4.7.0</version>
</dependency>

<!-- spring (boot) -->
Expand Down
Loading

0 comments on commit 04d174b

Please sign in to comment.