Browse Source

Update references to 3.4.0

pull/1923/head
Safihre 4 years ago
parent
commit
acfdef0c19
  1. 4
      INSTALL.txt
  2. 4
      ISSUES.txt
  3. 2
      interfaces/Config/templates/config.tmpl
  4. 2
      interfaces/Config/templates/config_cat.tmpl
  5. 2
      interfaces/Config/templates/config_folders.tmpl
  6. 2
      interfaces/Config/templates/config_general.tmpl
  7. 2
      interfaces/Config/templates/config_notify.tmpl
  8. 2
      interfaces/Config/templates/config_rss.tmpl
  9. 2
      interfaces/Config/templates/config_scheduling.tmpl
  10. 2
      interfaces/Config/templates/config_server.tmpl
  11. 2
      interfaces/Config/templates/config_sorting.tmpl
  12. 2
      interfaces/Config/templates/config_special.tmpl
  13. 2
      interfaces/Config/templates/config_switches.tmpl
  14. 4
      sabnzbd/rating.py

4
INSTALL.txt

@ -1,4 +1,4 @@
SABnzbd 3.3.0
SABnzbd
-------------------------------------------------------------------------------
0) LICENSE
@ -41,7 +41,7 @@ Use the "Help" button in the web-interface to be directed to the Help Wiki.
-------------------------------------------------------------------------------
3) INSTALL pre-built macOS binaries
-------------------------------------------------------------------------------
Download the DMG file, mount and drag the SABnzbd icon to Programs.
Download the DMG file, mount and drag the SABnzbd icon to Applications.
Just like you do with so many apps.
-------------------------------------------------------------------------------

4
ISSUES.txt

@ -14,13 +14,13 @@
For these the server blocking method is not very favourable.
There is an INI-only option that will limit blocks to 1 minute.
no_penalties = 1
See: https://sabnzbd.org/wiki/configuration/3.3/special
See: https://sabnzbd.org/wiki/configuration/3.4/special
- Some third-party utilties try to probe SABnzbd API in such a way that you will
often see warnings about unauthenticated access.
If you are sure these probes are harmless, you can suppress the warnings by
setting the option "api_warnings" to 0.
See: https://sabnzbd.org/wiki/configuration/3.3/special
See: https://sabnzbd.org/wiki/configuration/3.4/special
- On macOS you may encounter downloaded files with foreign characters.
The par2 repair may fail when the files were created on a Windows system.

2
interfaces/Config/templates/config.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Config"#-->
<!--#set global $help_uri="configuration/3.3/configure"#-->
<!--#set global $help_uri="configuration/3.4/configure"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<!--#from sabnzbd.encoding import CODEPAGE#-->

2
interfaces/Config/templates/config_cat.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Categories"#-->
<!--#set global $help_uri="configuration/3.3/categories"#-->
<!--#set global $help_uri="configuration/3.4/categories"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask">
<div class="section">

2
interfaces/Config/templates/config_folders.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Folders"#-->
<!--#set global $help_uri="configuration/3.3/folders"#-->
<!--#set global $help_uri="configuration/3.4/folders"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask">

2
interfaces/Config/templates/config_general.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="General"#-->
<!--#set global $help_uri="configuration/3.3/general"#-->
<!--#set global $help_uri="configuration/3.4/general"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask">

2
interfaces/Config/templates/config_notify.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Email"#-->
<!--#set global $help_uri="configuration/3.3/notifications"#-->
<!--#set global $help_uri="configuration/3.4/notifications"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<!--#def show_notify_checkboxes($section_label)#-->

2
interfaces/Config/templates/config_rss.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="RSS"#-->
<!--#set global $help_uri="configuration/3.3/rss"#-->
<!--#set global $help_uri="configuration/3.4/rss"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<!--#import html#-->
<div class="colmask">

2
interfaces/Config/templates/config_scheduling.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Scheduling"#-->
<!--#set global $help_uri="configuration/3.3/scheduling"#-->
<!--#set global $help_uri="configuration/3.4s/scheduling"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<%

2
interfaces/Config/templates/config_server.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Servers"#-->
<!--#set global $help_uri="configuration/3.3/servers"#-->
<!--#set global $help_uri="configuration/3.4/servers"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<!--#import json#-->

2
interfaces/Config/templates/config_sorting.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Sorting"#-->
<!--#set global $help_uri="configuration/3.3/sorting"#-->
<!--#set global $help_uri="configuration/3.4/sorting"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask">

2
interfaces/Config/templates/config_special.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Special"#-->
<!--#set global $help_uri="configuration/3.3/special"#-->
<!--#set global $help_uri="configuration/3.4/special"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask">

2
interfaces/Config/templates/config_switches.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Switches"#-->
<!--#set global $help_uri="configuration/3.3/switches"#-->
<!--#set global $help_uri="configuration/3.4/switches"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask">

4
sabnzbd/rating.py

@ -84,10 +84,6 @@ class NzbRating:
self.avg_encrypted_confirm = False
# TODO: Can be removed in version 3.3.0, needed for backwards compatibility
NzbRatingV2 = NzbRating
class Rating(Thread):
VERSION = 2

Loading…
Cancel
Save