更新至 v1.5.1

This commit is contained in:
ronggang 2018-03-28 15:47:48 +08:00
parent 6c625a95ab
commit 88f16d1f4e
13 changed files with 432 additions and 16 deletions

19
CHANGELOG-EN.md Normal file
View File

@ -0,0 +1,19 @@
# ChangeLog
### 2018.03.28 v1.5.1
#### Note: The new update address will be enabled from this release, please download the installation script again.
https://github.com/ronggang/transmission-web-control/blob/master/release/install-tr-control.sh
* [-] Delete the src.tar.gz files under this repository, and then no longer save the packaging documents under this repository;
* [!] Fix the remaining time sorting error; fixed #161
* [!] Fix width of the "Config" window; Fixed #158
* [!] Fix parameter Configuration "Use schedule" when clicked, the Time input box status has no updated bug;
* [*] Update the installation script, the package file address points to the new repository;
* [*] Restore display of the list of BT servers, add parameters can be set; Close #161
* [+] Add the interface state memory function, cancel the "Auto expand attribute" function;
* [+] Add additional parameter setting options for configuring some parameters outside of TR's own function;
* [+] Add the "Copy Save directory to clipboard" feature;

View File

@ -1,4 +1,50 @@
# 更新日志
## [English](CHANGELOG-EN.md)
### 2018.03.28 v1.5.1
#### 注意:从该版本起将启用新的更新地址,请重新下载安装脚本。
https://github.com/ronggang/transmission-web-control/blob/master/release/install-tr-control.sh
* [-] 删除 master 下的 src.tar.gz 文件,以后本仓库下不再保存打包文件;
* [!] 修复剩余时间排序错误的BUGFixed #161
* [!] 修复在其他语言中参数窗口内容显示错位的BUGFixed #158
* [!] 修复参数配置“启用时间段限制”点击时时间输入框状态没有更新的BUG
* [*] 更新安装脚本,包文件地址指向新的仓库;
* [*] 恢复显示BT服务器列表增加参数可以设置Close #161
* [+] 增加界面状态记忆功能,取消“自动显示种子属性”功能;
* [+] 增加额外参数设置选项用于配置一些Tr本身功能之外的参数
* [+] 增加“复制保存目录到剪切板”功能,用于复制当前已选中的种子保存目录;
### 2018.03.12 v1.5.0-Beta
* 修复
* 修复几个对话框在暗色主题下标题看不清楚的BUG
* 修复切换导航后未能清除之前的选择导致误删除的BUGFixed #48 #152
* 修复多个Tracker显示不正常的问题Fixed #146
* 修复移动设备上翻页按钮无法显示的BUG
* 修复删除种子后没有清除已选中内容状态的BUG
* 批量添加Tracker时限制重复的内容Close #146
* 删除
* 删除老版本的安装脚本及安装包
* 更新
* 更换新Logo同时在暗色主题下使用白色Logo。
* 更新安装说明Wiki链接
* 更新导航栏所有图标,以更好的适配其他主题;
* 新增
* 重新整理关于页面,增加相关链接;
* 在config.js中增加是否显示BT服务器参数没有界面配置
* 关于页面增加 [PT助手](https://github.com/ronggang/PT-Plugin) 链接;
* 安装脚本添加目录参数
* 种子列表增加列“最近活动时间”Close #148
### 2018.02.08 v1.4.1
- [+] 增加允许一次增加多个Tracker #105 #116
- [+] 增加几个EasyUI官方主题样式
### 2017.11.08
- [+] 增加分享率颜色显示; #14

View File

@ -6,7 +6,7 @@ ORG_INDEX_FILE="index.original.html"
INDEX_FILE="index.html"
TMP_FOLDER="/tmp/tr-web-control"
PACK_NAME="src.tar.gz"
WEB_HOST="https://github.com/ronggang/transmission-web-control/raw/master/release/"
WEB_HOST="https://github.com/ronggang/twc-release/raw/master/"
DOWNLOAD_URL="$WEB_HOST$PACK_NAME"
# 安装类型
# 1 安装至当前 Transmission Web 所在目录

Binary file not shown.

View File

@ -10,28 +10,28 @@
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon'/ >
<title>Transmission Web Control</title>
<!-- Style sheet -->
<link rel="stylesheet" type="text/css" href="tr-web-control/style/base.css?v=20180312" />
<link id="styleEasyui" rel="stylesheet" type="text/css" href="tr-web-control/script/easyui/themes/default/easyui.css?v=20180312"/>
<link rel="stylesheet" type="text/css" href="tr-web-control/script/easyui/themes/icon.css?v=20180312"/>
<link rel="stylesheet" type="text/css" href="tr-web-control/style/icon.custom.css?v=20180312"/>
<link rel="stylesheet" type="text/css" href="//at.alicdn.com/t/font_584244_ggookhq7noyzm2t9.css"/>
<link rel="stylesheet" type="text/css" href="tr-web-control/style/base.css?v=20180328" />
<link id="styleEasyui" rel="stylesheet" type="text/css" href="tr-web-control/script/easyui/themes/default/easyui.css?v=20180328"/>
<link rel="stylesheet" type="text/css" href="tr-web-control/script/easyui/themes/icon.css?v=20180328"/>
<link rel="stylesheet" type="text/css" href="tr-web-control/style/icon.custom.css?v=20180328"/>
<link rel="stylesheet" type="text/css" href="tr-web-control/style/iconfont/iconfont.css?v=20180328"/>
<!-- Base class library -->
<script type="text/javascript" src="tr-web-control/script/jquery/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="tr-web-control/script/jquery/jquery.form.js"></script>
<script type="text/javascript" src="tr-web-control/script/jquery/json2.min.js"></script>
<script type="text/javascript" src="tr-web-control/script/jquery/Base64.js"></script>
<script type="text/javascript" src="tr-web-control/script/easyui/jquery.easyui.min.js?v=20180312"></script>
<script type="text/javascript" src="tr-web-control/script/easyui/jquery.easyui.min.js?v=20180328"></script>
<script type="text/javascript" src="tr-web-control/script/easyui/plugins/jquery.datagrid.drophead.js"></script>
<!-- -->
<!-- System class library -->
<script type="text/javascript" src="tr-web-control/script/min/clipboard.min.js"></script>
<script type="text/javascript" src="tr-web-control/script/min/public.min.js?v=20180312"></script>
<script type="text/javascript" src="tr-web-control/script/min/ua-parser.min.js?v=20180312"></script>
<script type="text/javascript" src="tr-web-control/script/min/transmission.min.js?v=20180312"></script>
<script type="text/javascript" src="tr-web-control/script/min/public.min.js?v=20180328"></script>
<script type="text/javascript" src="tr-web-control/script/min/ua-parser.min.js?v=20180328"></script>
<script type="text/javascript" src="tr-web-control/script/min/transmission.min.js?v=20180328"></script>
<script type="text/javascript" src="tr-web-control/script/min/transmission.torrents.min.js?v=20171027"></script>
<script type="text/javascript" src="tr-web-control/script/min/system.min.js?v=20180312"></script>
<script type="text/javascript" src="tr-web-control/config.js?v=20180312"></script>
<script type="text/javascript" src="tr-web-control/plugin.js?v=20180312"></script>
<script type="text/javascript" src="tr-web-control/script/min/system.min.js?v=20180328"></script>
<script type="text/javascript" src="tr-web-control/config.js?v=20180328"></script>
<script type="text/javascript" src="tr-web-control/plugin.js?v=20180328"></script>
<script type="text/javascript">
var nonpc = [ "console", "mobile", "tablet", "smarttv", "wearable", "embedded" ]
if ((nonpc.indexOf($.ua.device.type) != -1 )&&location.search.getQueryString("devicetype")!="computer")

View File

@ -1,4 +1,4 @@
var system={version:"1.5.0",rootPath:"tr-web-control/",codeupdate:"20180328",configHead:"transmission-web-control",config:{autoReload:true,reloadStep:5E3,pageSize:30,pagination:true,pageList:[10,20,30,40,50,100,150,200,250,300],defaultSelectNode:null,autoExpandAttribute:false,defaultLang:"",foldersShow:false,theme:"default",showBTServers:false,ui:{status:{tree:{},layout:{main:{},body:{},left:{}},panel:{}}}},storageKeys:{dictionary:{folders:"dictionary.folders"}},dictionary:{folders:null},checkUpdateScript:"https://raw.githubusercontent.com/ronggang/transmission-web-control/dev/release/update.json",
var system={version:"1.5.1",rootPath:"tr-web-control/",codeupdate:"20180328",configHead:"transmission-web-control",config:{autoReload:true,reloadStep:5E3,pageSize:30,pagination:true,pageList:[10,20,30,40,50,100,150,200,250,300],defaultSelectNode:null,autoExpandAttribute:false,defaultLang:"",foldersShow:false,theme:"default",showBTServers:false,ui:{status:{tree:{},layout:{main:{},body:{},left:{}},panel:{}}}},storageKeys:{dictionary:{folders:"dictionary.folders"}},dictionary:{folders:null},checkUpdateScript:"https://raw.githubusercontent.com/ronggang/transmission-web-control/dev/release/update.json",
contextMenus:{},panel:null,lang:null,reloading:false,autoReloadTimer:null,downloadDir:"",islocal:false,B64:new Base64,currentTorrentId:0,control:{tree:null,torrentlist:null},userConfig:{torrentList:{fields:[],sortName:null,sortOrder:"asc"}},serverConfig:null,serverSessionStats:null,templates:{},checkedRows:[],setlang:function(a,b){a||(a=this.config.defaultLang?this.config.defaultLang:navigator.language||navigator.browserLanguage);a||(a="zh-CN");if(a.indexOf("-")!=-1)a=a.split("-")[0].toLocaleLowerCase()+
"-"+a.split("-")[1].toLocaleUpperCase();this.languages[a]||(a="en");$.getScript(system.rootPath+"lang/"+a+".js",function(){system.lang=$.extend(true,system.defaultLang,system.lang);system.resetLangText();$.getScript(system.rootPath+"script/easyui/locale/easyui-lang-"+a.replace("-","_")+".js").done(function(){b&&b()}).fail(function(){$.getScript(system.rootPath+"script/easyui/locale/easyui-lang-en.js",function(){b&&b()})})})},init:function(a,b){this.readConfig();this.islocal=b==1?true:false;this.panel=
{main:$("#main"),top:$("#m_top"),toolbar:$("#m_toolbar"),left_layout:$("#m_left_layout"),left:$("#m_left").hide(),body:$("#m_body"),layout_body:$("#layout_body"),layout_left:$("#layout_left"),list:$("#m_list"),attribute:$("#m_attribute"),bottom:$("#m_bottom"),title:$("#m_title"),status:$("#m_status"),statusbar:$("#m_statusbar"),status_text:$("#status_text"),droparea:$("#dropArea")};this.lang==null?this.setlang(a,function(){system.initdata()}):this.initdata();this.initThemes();this.clipboard=new ClipboardJS("#toolbar_copyPath")},

View File

@ -1,6 +1,6 @@
// Current system global object
var system = {
version: "1.5.0",
version: "1.5.1",
rootPath: "tr-web-control/",
codeupdate: "20180328",
configHead: "transmission-web-control",
@ -40,7 +40,7 @@ var system = {
dictionary: {
folders: null
},
checkUpdateScript: "https://raw.githubusercontent.com/ronggang/transmission-web-control/dev/release/update.json",
checkUpdateScript: "https://raw.githubusercontent.com/ronggang/twc-release/master/update.json",
contextMenus: {},
panel: null,
lang: null,

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Binary file not shown.