Skip to content

Commit

Permalink
更新至 v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ronggang committed Mar 28, 2018
1 parent 6c625a9 commit 88f16d1
Show file tree
Hide file tree
Showing 13 changed files with 432 additions and 16 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG-EN.md
Original file line number Diff line number Diff line change
@@ -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;
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 文件,以后本仓库下不再保存打包文件;

* [!] 修复剩余时间排序错误的BUG;Fixed #161
* [!] 修复在其他语言中,参数窗口内容显示错位的BUG;Fixed #158
* [!] 修复参数配置“启用时间段限制”点击时,时间输入框状态没有更新的BUG;

* [*] 更新安装脚本,包文件地址指向新的仓库;
* [*] 恢复显示BT服务器列表,增加参数可以设置;Close #161

* [+] 增加界面状态记忆功能,取消“自动显示种子属性”功能;
* [+] 增加额外参数设置选项,用于配置一些Tr本身功能之外的参数;
* [+] 增加“复制保存目录到剪切板”功能,用于复制当前已选中的种子保存目录;

### 2018.03.12 v1.5.0-Beta
* 修复
* 修复几个对话框在暗色主题下标题看不清楚的BUG
* 修复切换导航后未能清除之前的选择,导致误删除的BUG;Fixed #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
Expand Down
2 changes: 1 addition & 1 deletion release/install-tr-control.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 所在目录
Expand Down
Binary file removed release/src.tar.gz
Binary file not shown.
24 changes: 12 additions & 12 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion src/tr-web-control/script/min/system.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/tr-web-control/script/system.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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,
Expand Down
Loading

0 comments on commit 88f16d1

Please sign in to comment.