Skip to content

Releases: ronggang/transmission-web-control

v1.6.1

13 Sep 14:20
Compare
Choose a tag to compare

修复

  • 修复 Linux 下没有 curl 命令导致下载错误;
  • 修复 Firefox 数据大小显示错位;@qxzg
  • 修复 分享率排序问题;#316
  • 修复 磁力链任务不更新任务信息;@imebeh
  • 修复 单文件任务改名后文件列表显示异常;@imebeh
  • 修复 磁力链任务状态的感叹号;@imebeh
  • 修复 校验进度条;(#235 #387) @imebeh
  • 修正 校验进度条宽度计算错误;

增加

  • 新增 复制磁力链接到剪切板功能;@xue-blood
  • 增加 种子下载完成后执行脚本 参数配置;
  • 种子列表增加 完成时间 字段;#289
  • 在添加种子时设置用户标签;@xue-blood #278
  • 增加 Tracker 中新增 Best TrackersAll Trackers 按钮;@echosun1996
  • 种子列表增加 shift 键可进行多选操作;#133
  • 移动版添加种子页面增加常用文件夹选择框,方便快速选择常用文件夹;
  • 增加 当前数据目录为第一候选下载路径;@imebeh
  • 增加 显示peer和tracker的更多信息;(#391) @imebeh
  • 增加 文件列表过滤;@imebeh
  • 新增文件分页最大数量;@godson321
  • 用户列表增加国旗;@rsalas

调整

  • 合并 获取磁力链接 功能;
  • 种子列表右键菜单调整为不自动消失;#345
  • 调整 FreeBSD 下脚本判断TR是否正在运行条件;@papadave66

语言包更新


Google Translate

Fixed

  • Fix download error caused by no curl command under Linux;
  • Fix the display error of Firefox data size; @qxzg
  • Fix the issue of sharing rate sorting; #316
  • Fix Magnet link missions do not update mission information; @imebeh
  • Fixed the file list display abnormally after the single file task was renamed; @imebeh
  • Fix the exclamation mark of Magnet Link mission status; @imebeh
  • Fix the verification progress bar; (#235 #387) @imebeh
  • Corrected the calculation error of the width of the verification progress bar;

Add

  • Added the function of copying the magnetic link to the clipboard; @xue-blood
  • Add parameter configuration of Execute script after seed download is complete;
  • Added Completion Time field to seed list; #289
  • Set user tags when adding seeds; @xue-blood #278
  • Added Best Trackers and All Trackers buttons in Add Tracker; @echosun1996
  • Added the shift key to the seed list for multiple selection operations; #133
  • Add a selection box for frequently used folders on the add seed page of the mobile version to facilitate quick selection of frequently used folders;
  • Add the current data directory as the first candidate download path; @imebeh
  • Add more information about peer and tracker; (#391) @imebeh
  • Add file list filtering; @imebeh
  • The maximum number of new document pages; @godson321
  • Add flags in peers section; @rsalas

Change

  • Incorporate get magnet link function;
  • The right-click menu of the seed list is adjusted to not disappear automatically; #345
  • FreeBSD detection and FreeBSD ps(1) compatibility fix; @papadave66

Language Pack Update

v1.6.0-beta2

06 Sep 08:54
Compare
Choose a tag to compare

修复

  • 修复一个种子多个tracker时状态显示问题; #248
  • 修复种子文件列表显示不正常的BUG; #237
  • 修复用户标签不好保存的问题 ; #234

增加

  • 增加参数配置导入导出功能;
  • 增加队列排序功能; #223

调整

  • 调整版本更新检查脚本及显示方式;
  • 调整检查更新内容的方式;
  • 变更语言文件为 json 格式;
  • 调整BT服务器节点显示顺序;
  • 变更用户标签菜单显示逻辑 ;
  • 调整input默认样式;

Fixed

  • Fix a status display issue when multiple seeds were tracked; #248
  • Fix the list of seed files to display abnormal BUG; #237
  • Fix problems where user tags are not well preserved; #234

Add

  • Add "When clicking on the data directory, hide subfolders content in the list" options; #35
  • Add "Sort by queue number"; #223
  • Add "User Labels" feature; #205

Changes

  • Adjust the version update check script and display mode;
  • Adjust the way to check for updates;
  • Change the language file to json format;
  • Adjust the display order of BT server nodes;
  • Change user label menu display logic;
  • Adjust the input default style;

v1.6.0-alpha

18 Apr 11:58
Compare
Choose a tag to compare

修复

  • 修复导航目录宽度重新每打开一次会变小的BUG;

增加

  • 增加『点击数据目录时,在列表中不显示子目录下的种子』选项;#35
  • 增加『在种子列表上单击鼠标右键时,仅选中一个种子』选项;
  • 增加『用户标签』功能;#205
  • 中文安装脚本增加 auto 参数;

调整

  • 改进界面状态记忆功能,使左侧树型列表可恢复至离开之前的状态;
  • 将『导航栏』内容改为可设置,原『数据目录』功能从导航栏移至参数配置;
  • 清理一些没用的文件;

Fixed

  • Fix navigation directory width again every time you open a bug that will become smaller;

Add

  • Add "When clicking on the data directory, hide subfolders content in the list" options; #35
  • Add "Checked only one torrent when you right-click on the torrent list" options;
  • Add "User Labels" feature; #205

Changes

  • Change the content of "Navigation Bar" to can be set. The original "Data Directory" function is moved from navigation bar to parameter configuration.
  • Clean up some invalid files.

v1.5.1-update-2

30 Mar 06:13
Compare
Choose a tag to compare

修复

  • 修复种子列表字段顺序调整后,格式显示错位的BUG; Fixed #169 #170
  • 修复种子属性中的文件列表及服务器列表按钮的提示文本;
  • 修复在种子列表中右键“复制保存目录到剪切板”功能;#171

增加

  • 增加 “恢复界面默认设置” 功能;
  • 种子属性页面增加 “复制下载路径” 功能;#171

调整

  • 更新几个图标

Fixed

  • Fix the torrent list to show misplaced bugs; Fixed #169 #170
  • Fix prompt text for some buttons in the torrent Properties window;
  • Fix right-click "Copy download location to clipboard" feature in the torrent list; #171

Add

  • Add "Restore UI Default Settings" feature;
  • Add "Copy download location to clipboard" in Base>Download Dir ; #171

v1.5.1-update-1

29 Mar 14:03
Compare
Choose a tag to compare

v1.5.1

28 Mar 07:52
Compare
Choose a tag to compare

注意:从该版本起将启用新的更新地址,请重新下载安装脚本。

如果之前已经下载过脚本,请先删除原脚本,删除命令: rm install-tr-control.sh,然后再执行以下命令:

wget https://raw.githubusercontent.com/ronggang/transmission-web-control/master/release/install-tr-control.sh
  • [-] 删除 master 下的 src.tar.gz 文件,以后本仓库下不再保存打包文件;

  • [!] 修复剩余时间排序错误的BUG;Fixed #161

  • [!] 修复在其他语言中,参数窗口内容显示错位的BUG;Fixed #158

  • [!] 修复参数配置“启用时间段限制”点击时,时间输入框状态没有更新的BUG;

  • [*] 更新安装脚本,包文件地址指向新的仓库;

  • [*] 恢复显示BT服务器列表,增加参数可以设置;Close #161

  • [+] 增加界面状态记忆功能,取消“自动显示种子属性”功能;

  • [+] 增加额外参数设置选项,用于配置一些Tr本身功能之外的参数;

  • [+] 增加“复制保存目录到剪切板”功能,用于复制当前已选中的种子保存目录;


Note: The new update address will be enabled from this release, please download the installation script again.

rm install-tr-control.sh
wget https://raw.githubusercontent.com/ronggang/transmission-web-control/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;

v1.5.0 Beta

12 Mar 12:41
Compare
Choose a tag to compare

修复

  • 修复几个对话框在暗色主题下标题看不清楚的BUG
  • 修复切换导航后未能清除之前的选择,导致误删除的BUG;Fixed #48 #152
  • 修复多个Tracker显示不正常的问题;Fixed #146
  • 修复移动设备上翻页按钮无法显示的BUG
  • 修复删除种子后没有清除已选中内容状态的BUG
  • 批量添加Tracker时,限制重复的内容;Close #146

删除

  • 删除老版本的安装脚本及安装包

更新

  • 更换新Logo,同时在暗色主题下使用白色Logo。
  • 更新安装说明Wiki链接
  • 更新导航栏所有图标,以更好的适配其他主题;

新增

  • 重新整理关于页面,增加相关链接;
  • 在config.js中增加是否显示BT服务器参数(没有界面配置);
  • 关于页面增加 PT助手 链接;
  • 安装脚本添加目录参数
  • 种子列表增加列“最近活动时间”;Close #148

v1.4.1

08 Feb 09:25
Compare
Choose a tag to compare
  • [+] 增加允许一次增加多个Tracker; #105 #116
  • [+] 增加几个EasyUI官方主题样式;

v1.4.0

08 Nov 09:29
Compare
Choose a tag to compare
  • [+] 增加分享率颜色显示; #14
  • [+] 增加 trackers 栏,用于显示当前服务器列表; #86
  • [+] 增加 保存目录 栏;
  • [+] 恢复检测更新代码;
  • [+] 增加 Changelog.md;