Skip to content

Commit b125b69

Browse files
committed
Bump versions for 5.1 Beta 1
1 parent fdfdd60 commit b125b69

File tree

47 files changed

+73
-73
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+73
-73
lines changed

index.html

+27-27
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,26 @@
2121
<meta name="msapplication-TileColor" content="#FFFFFF" />
2222
<meta name="msapplication-TileImage" content="./images/mstile-144x144.png" />
2323

24-
<link href="./css/bootstrap.min.css?v=500" rel="stylesheet" type="text/css" />
25-
<link href="./css/style.css?v=500" rel="stylesheet" type="text/css" />
26-
<link href="./css/stable.css?v=500" rel="stylesheet" type="text/css" />
27-
<link rel="preload" as="style" href="./css/category-panel.css?v=500" />
28-
<link rel="preload" as="style" href="./css/panel-label.css?v=500" />
29-
<script type="text/javascript" src="./js/jquery.js?v=500"></script>
30-
<script type="text/javascript" src="./js/jquery.flot.js?v=500"></script>
31-
<script type="text/javascript" src="./js/sanitize.js?v=500"></script>
32-
<script type="text/javascript" src="./js/sanitize.config.js?v=500"></script>
33-
<script type="text/javascript" src="./js/custom-elements.js?v=500"></script>
34-
<script type="text/javascript" src="./lang/langs.js?v=500"></script>
35-
<link rel="preload" as="script" href="./js/browser.js?v=500" />
36-
<link rel="preload" as="script" href="./js/common.js?v=500" />
37-
<link rel="preload" as="script" href="./js/objects.js?v=500" />
38-
<link rel="preload" as="script" href="./js/content.js?v=500" />
39-
<link rel="preload" as="script" href="./js/stable.js?v=500" />
40-
<link rel="preload" as="script" href="./js/graph.js?v=500" />
41-
<link rel="preload" as="script" href="./js/plugins.js?v=500" />
42-
<link rel="preload" as="script" href="./js/rtorrent.js?v=500" />
43-
<link rel="preload" as="script" href="./js/webui.js?v=500" />
24+
<link href="./css/bootstrap.min.css?v=51B1" rel="stylesheet" type="text/css" />
25+
<link href="./css/style.css?v=51B1" rel="stylesheet" type="text/css" />
26+
<link href="./css/stable.css?v=51B1" rel="stylesheet" type="text/css" />
27+
<link rel="preload" as="style" href="./css/category-panel.css?v=51B1" />
28+
<link rel="preload" as="style" href="./css/panel-label.css?v=51B1" />
29+
<script type="text/javascript" src="./js/jquery.js?v=51B1"></script>
30+
<script type="text/javascript" src="./js/jquery.flot.js?v=51B1"></script>
31+
<script type="text/javascript" src="./js/sanitize.js?v=51B1"></script>
32+
<script type="text/javascript" src="./js/sanitize.config.js?v=51B1"></script>
33+
<script type="text/javascript" src="./js/custom-elements.js?v=51B1"></script>
34+
<script type="text/javascript" src="./lang/langs.js?v=51B1"></script>
35+
<link rel="preload" as="script" href="./js/browser.js?v=51B1" />
36+
<link rel="preload" as="script" href="./js/common.js?v=51B1" />
37+
<link rel="preload" as="script" href="./js/objects.js?v=51B1" />
38+
<link rel="preload" as="script" href="./js/content.js?v=51B1" />
39+
<link rel="preload" as="script" href="./js/stable.js?v=51B1" />
40+
<link rel="preload" as="script" href="./js/graph.js?v=51B1" />
41+
<link rel="preload" as="script" href="./js/plugins.js?v=51B1" />
42+
<link rel="preload" as="script" href="./js/rtorrent.js?v=51B1" />
43+
<link rel="preload" as="script" href="./js/webui.js?v=51B1" />
4444

4545
<script>
4646
loadUILang(() => {
@@ -56,10 +56,10 @@
5656
});
5757
</script>
5858

59-
<script type="module" src="./js/backgroundtask.js?v=500"></script>
60-
<script type="module" src="./js/category-list.js?v=500"></script>
61-
<script type="module" src="./js/panel.js?v=500"></script>
62-
<script type="text/javascript" src="./js/category-list-elements.js?v=500" defer></script>
59+
<script type="module" src="./js/backgroundtask.js?v=51B1"></script>
60+
<script type="module" src="./js/category-list.js?v=51B1"></script>
61+
<script type="module" src="./js/panel.js?v=51B1"></script>
62+
<script type="text/javascript" src="./js/category-list-elements.js?v=51B1" defer></script>
6363
</head>
6464
<body>
6565
<div id="preload" class="d-none"></div>
@@ -134,15 +134,15 @@ <h4 class="offcanvas-title" id="offcanvas-sidepanel-label"></h4>
134134
<div class="p-1 p-md-0 mh-100 offcanvas-body overflow-x-hidden flex-grow-1 flex-shrink-1">
135135
<div id="side-panel" class="w-100 overflow-x-hidden overflow-y-auto">
136136
<template id="panel-label-template">
137-
<link href="./css/panel-label.css?v=500" rel="stylesheet" type="text/css" />
137+
<link href="./css/panel-label.css?v=51B1" rel="stylesheet" type="text/css" />
138138
<div part="prefix" hidden></div>
139139
<div part="icon"></div>
140140
<div part="text"></div>
141141
<div part="count">0</div>
142142
<div part="size" style="display: none;"></div>
143143
</template>
144144
<template id="category-panel-template">
145-
<link href="./css/category-panel.css?v=500" rel="stylesheet" type="text/css" />
145+
<link href="./css/category-panel.css?v=51B1" rel="stylesheet" type="text/css" />
146146
<div part="heading">
147147
<span class="text"></span><slot name="decorator" class="decorator"></slot>
148148
</div>
@@ -303,6 +303,6 @@ <h4 class="offcanvas-title" id="offcanvas-sidepanel-label"></h4>
303303
<div class="graph_tab_legend"></div>
304304
<div id="dialog-container"></div>
305305
<div id="dir-container"></div>
306-
<script type="text/javascript" src="./js/bootstrap.bundle.min.js?v=500"></script>
306+
<script type="text/javascript" src="./js/bootstrap.bundle.min.js?v=51B1"></script>
307307
</body>
308308
</html>

js/webui.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
var theWebUI = {
7-
version: "5.0.0",
7+
version: "5.1.B1",
88
tables: {
99
trt: {
1010
obj: new dxSTable(),

lang/langs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function loadUILang(onLoadFunc)
110110
translateDOM();
111111
}
112112
};
113-
langScript.src = `./lang/${lang}.js?v=500`;
113+
langScript.src = `./lang/${lang}.js?v=51B1`;
114114
document.head.appendChild(langScript);
115115
}
116116

plugins/_cloudflare/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin provides cloudflare scraping for websites protected by the DDOS protection service.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
rtorrent.need: 0
55
plugin.help: https://github.com/Novik/ruTorrent/wiki/Plugin_cloudflare
66
php.extensions.error: json

plugins/_getdir/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugin.description: This plugin provides the possibility of comfortable navigation on a host file system.
22
plugin.author: dmrom
33
plugin.runlevel: 1
4-
plugin.version: 5.0
4+
plugin.version: 5.1
55
rtorrent.need: 0
66
php.extensions.warning: json
77
plugin.help: https://github.com/Novik/ruTorrent/wiki/Plugin_getdir

plugins/_noty/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin provides the notification functionality for other plugins.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
rtorrent.need: 0
55
plugin.may_be_shutdowned: 0
66
plugin.runlevel: 1

plugins/_task/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin provides the possibility of running various scripts on the host system.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
php.extensions.error: json
55
rtorrent.external.error: php,pgrep
66
web.external.error: php,pgrep

plugins/autotools/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugin.description: This plugin provides some possibilities on automation.
22
plugin.author: dmrom
33
plugin.runlevel: 5
4-
plugin.version: 5.0
4+
plugin.version: 5.1
55
rtorrent.remote: error
66
rtorrent.external.error: php
77
rtorrent.php.error: move.php,label.php,watch.php,autotools.php,util_rt.php,conf.php

plugins/bulk_magnet/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
plugin.description: This plugin allows bulk operations with magnet links.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1

plugins/check_port/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin adds an incoming port status indicator to the bottom bar.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
rtorrent.need: 1
55
rtorrent.php.error: conf.php
66
php.extensions.error: json

plugins/chunks/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin shows the download status of torrent chunks.
22
plugin.author: Zoltan Csala,Novik
33
plugin.runlevel: 11
4-
plugin.version: 5.0
4+
plugin.version: 5.1
55
rtorrent.version: 0.8.5
66
plugin.help: https://github.com/Novik/ruTorrent/wiki/PluginChunks

plugins/cookies/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin provides cookies information for authentication on trackers.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
rtorrent.need: 0
55
plugin.help: https://github.com/Novik/ruTorrent/wiki/PluginCookies
66
php.extensions.warning: json

plugins/cpuload/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin adds a CPU Load indicator to the bottom bar.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
plugin.runlevel: 9
55
rtorrent.need: 0
66
plugin.help: https://github.com/Novik/ruTorrent/wiki/PluginCpuload

plugins/create/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin allows for the creation of new .torrent files.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
plugin.dependencies: _task
55
rtorrent.need: 0
66
rtorrent.remote: error

plugins/data/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugin.description: This plugin allows to copy torrent data files from the host to the local machine.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
rtorrent.remote: error
55
plugin.help: https://github.com/Novik/ruTorrent/wiki/PluginData

plugins/datadir/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin is intended for moving torrent data files.
22
plugin.author: dmrom
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
rtorrent.remote: error
55
php.extensions.error: json
66
rtorrent.external.error: php

plugins/diskspace/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugin.description: This plugin adds an easy to read disk meter to the bottom bar.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
rtorrent.need: 0
55
plugin.help: https://github.com/Novik/ruTorrent/wiki/PluginDiskspace

plugins/dump/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin dumps .torrent file information to the console
22
plugin.author: TheGoblinHero
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
plugin.dependencies: _task
55
rtorrent.external.error: dumptorrent
66
plugin.help: https://github.com/Novik/ruTorrent/wiki/PluginDump

plugins/edit/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin allows to edit the list of trackers and change the comment of the current torrent.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
rtorrent.remote: error
55
php.extensions.error: json
66
plugin.help: https://github.com/Novik/ruTorrent/wiki/PluginEdit

plugins/erasedata/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin allows to delete torrent data along with .torrent file.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
rtorrent.remote: error
55
rtorrent.script.error: fin.sh
66
plugin.help: https://github.com/Novik/ruTorrent/wiki/PluginErasedata

plugins/extratio/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugin.description: This plugin extends the functionality of the ratio plugin.
22
plugin.author: Novik
33
plugin.runlevel: 12
4-
plugin.version: 5.0
4+
plugin.version: 5.1
55
plugin.dependencies: ratio
66
php.extensions.error: json
77
rtorrent.version: 0.8.6

plugins/extsearch/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin allows to search many popular torrent sites for content from within ruTorrent.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
plugin.runlevel: 10.5
55
rtorrent.need: 0
66
php.extensions.error: json

plugins/feeds/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugin.description: This plugin is intended for making RSS feeds with information of torrents.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
rtorrent.need: 1
55
plugin.help: https://github.com/Novik/ruTorrent/wiki/PluginFeeds

plugins/filedrop/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
plugin.description: This plugin allows users to drag multiple torrents from desktop to the browser (FF > 3.6 & Chrome only).
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
plugin.help: https://github.com/Novik/ruTorrent/wiki/PluginFileDrop

plugins/geoip/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin shows geolocation of peers for the selected torrent.
22
plugin.author: Zoltan Csala,Novik
33
plugin.runlevel: 15
4-
plugin.version: 5.0
4+
plugin.version: 5.1
55
php.extensions.error: json
66
plugin.help: https://github.com/Novik/ruTorrent/wiki/PluginGeoIP

plugins/history/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin is designed to log a history of torrents.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
plugin.runlevel: 11
55
rtorrent.remote: error
66
rtorrent.external.error: php

plugins/httprpc/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin is a low-traffic replacement for the mod_scgi webserver module.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
plugin.runlevel: 13
55
plugin.may_be_shutdowned: 0
66
php.extensions.error: json

plugins/ipad/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin allows ruTorrent to work properly on iPad-like devices.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
plugin.runlevel: 15
55
rtorrent.need: 0
66
plugin.help: https://github.com/Novik/ruTorrent/wiki/PluginIPad

plugins/loginmgr/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugin.description: This plugin is used to login to torrent sites in cases where cookies fail.
22
plugin.author: Novik
33
plugin.runlevel: 0
4-
plugin.version: 5.0
4+
plugin.version: 5.1
55
rtorrent.need: 0
66
php.extensions.warning: json
77
rtorrent.php.error: update.php,accounts.php

plugins/lookat/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugin.description: This plugin allows to search for torrent name in external sources.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
php.extensions.warning: json
55
plugin.help: https://github.com/Novik/ruTorrent/wiki/PluginLookAt

plugins/mediainfo/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin is intended to display media file information.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
rtorrent.remote: error
55
rtorrent.external.error: mediainfo
66
plugin.dependencies: _task

plugins/ratio/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugin.description: This plugin allows to manage ratio limits for groups of torrents.
22
plugin.author: Novik
33
plugin.runlevel: 11.3
4-
plugin.version: 5.0
4+
plugin.version: 5.1
55
rtorrent.version: 0.8.6
66
rtorrent.php.error: update.php,ratio.php,conf.php
77
rtorrent.external.warning: php

plugins/retrackers/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin appends specified trackers to the trackers list of all newly added torrents.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
rtorrent.remote: error
55
rtorrent.external.error: php
66
rtorrent.script.error: run.sh

plugins/rss/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin is designed to fetch torrents via rss download links.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
plugin.remote: warning
55
rtorrent.external.warning: curl
66
rtorrent.external.error: php

plugins/rssurlrewrite/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugin.description: This plugin extends the functionality of the RSS plugin.
22
plugin.author: Novik
33
plugin.runlevel: 12
4-
plugin.version: 5.0
4+
plugin.version: 5.1
55
plugin.dependencies: rss
66
php.extensions.error: json
77
plugin.help: https://github.com/Novik/ruTorrent/wiki/PluginRSSURLRewrite

plugins/rutracker_check/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin checks the rutracker.org tracker for updated/deleted torrents.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
rtorrent.remote: error
55
rtorrent.external.error: php
66
plugin.dependencies: loginmgr

plugins/scheduler/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin allows to define any of six rTorrent behavior types at each particular hour of 168 week hours.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
rtorrent.remote: error
55
rtorrent.external.error: php
66
rtorrent.php.error: update.php,scheduler.php,conf.php

plugins/screenshots/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin is intended to show screenshots from video files.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
rtorrent.remote: error
55
rtorrent.external.error: ffmpeg
66
plugin.dependencies: _task

plugins/seedingtime/plugin.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin.description: This plugin adds the columns 'Finished' and 'Added' to the torrents list.
22
plugin.author: Novik
33
plugin.runlevel: 11.4
4-
plugin.version: 5.0
4+
plugin.version: 5.1
55
rtorrent.version: 0.8.6
66
plugin.help: https://github.com/Novik/ruTorrent/wiki/PluginSeedingtime
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
plugin.description: This plugin changes the format of values in columns 'Seeds' and 'Peers' in the torrents list.
22
plugin.author: Novik
3-
plugin.version: 5.0
3+
plugin.version: 5.1
44
plugin.help: https://github.com/Novik/ruTorrent/wiki/PluginShow_peers_like_wtorrent

0 commit comments

Comments
 (0)