diff --git a/CHANGELOG-EN.md b/CHANGELOG-EN.md new file mode 100644 index 00000000..d52ada44 --- /dev/null +++ b/CHANGELOG-EN.md @@ -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; \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a314acad..0325551f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/release/install-tr-control.sh b/release/install-tr-control.sh index c9924a2f..49a31f65 100644 --- a/release/install-tr-control.sh +++ b/release/install-tr-control.sh @@ -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 所在目录 diff --git a/release/src.tar.gz b/release/src.tar.gz deleted file mode 100644 index 63cac11e..00000000 Binary files a/release/src.tar.gz and /dev/null differ diff --git a/src/index.html b/src/index.html index c302cec4..524889eb 100644 --- a/src/index.html +++ b/src/index.html @@ -10,28 +10,28 @@