Releases: GopeedLab/gopeed
Releases · GopeedLab/gopeed
v1.6.1 🌈
Release notes
🐛 Bug Fixes
- fix: open files on linux @AyaseFile (#765)
🚀 CI/CD
- ci: fix windows build version @monkeyWie (#785)
🌎 Internationalization
- feat: Updated the indonesian translation @towermom9 (#777)
- feat: Update tr_tr.dart @mikropsoft (#754)
更新日志
🐛 Bug 修复
- fix: linux打开文件 @AyaseFile (#765)
🚀 CI/CD
- ci: 修复windows构建版本 @monkeyWie (#785)
🌎 Internationalization
- feat: 更新印度尼西亚翻译 @towermom9 (#777)
- feat: 更新土耳其语言翻译 @mikropsoft (#754)
v1.6.0 🌈
Release notes
🆕 Features
- feat: supports batch operation of tasks by filter @monkeyWie (#753)
- feat: support download directory white list @monkeyWie (#752)
- feat: avoid using the depreciated background @AmanRajSinghMourya (#746)
🐛 Bug Fixes
- fix: torrent stats panic @monkeyWie (#737)
- fix: DotAll flag not working with group @monkeyWie (#750)
📖 Document
- docs: improve banner image @monkeyWie (#740)
更新日志
🆕 新特性
- feat: 支持通过过滤器批量操作任务 @monkeyWie (#753)
- feat: 支持下载目录白名单配置 @monkeyWie (#752)
- feat: 避免使用过期的主题色 @AmanRajSinghMourya (#746)
🐛 Bug修复
- fix: 获取做种状态闪退问题 @monkeyWie (#737)
- fix: 扩展引擎中 DotAll 标识符在捕获组中不生效的问题 @monkeyWie (#750)
📖 文档
- docs: 改善banner图片 @monkeyWie (#740)
v1.5.9 🌈
Release notes
🆕 Features
- feat: support default direct download config @monkeyWie (#735)
- feat: support extension onDone event @monkeyWie (#728)
- feat: task separate proxy @monkeyWie (#727)
- feat: macos round icon @monkeyWie (#719)
🐛 Bug Fixes
- fix: avoid HTTP zero connections @monkeyWie (#729)
- fix: try request grant external storage on Android @monkeyWie (#660)
- fix: torrent redundant directory @monkeyWie (#649)
- fix: blocked when task paused while not ready @monkeyWie (#648)
- fix: task directory open @monkeyWie (#647)
- fix: downgrade minSdkVersion @monkeyWie (#642)
🌎 Internationalization
- feat: Add spanish language @thedragon40 (#667)
更新日志
🆕 新特性
- feat: 支持直接下载配置 @monkeyWie (#735)
- feat: 扩展支持 onDone 事件 @monkeyWie (#728)
- feat: 支持使用指定代理创建任务 @monkeyWie (#727)
- feat: macos 圆角图标 @monkeyWie (#719)
🐛 Bug 修复
- fix: 避免HTTP下载0连接问题 @monkeyWie (#729)
- fix: 尝试在低版本Android上申请存储权限 @monkeyWie (#660)
- fix: 移除torrent多余顶层目录 @monkeyWie (#649)
- fix: 修复任务未准备好时暂停被阻塞住的问题 @monkeyWie (#648)
- fix: 任务目录无法打开问题 @monkeyWie (#647)
- fix: 降级安卓 minSdkVersion @monkeyWie (#642)
🌎 国际化
- feat: 添加西班牙语支持 @thedragon40 (#667)
v1.5.8 🌈
Release notes
🆕 Features
- feat: task detail view @monkeyWie (#633)
- feat(extension): get exception stacks on promise error @monkeyWie (#630)
- feat: enhanced extension engine @foxxorcat (#629)
- feat: torrent seed config @monkeyWie (#599)
🐛 Bug Fixes
- fix: web config file not loaded when is relative path @monkeyWie (#636)
- fix: batch create tasks with duplicate names @monkeyWie (#635)
- fix: tray icon not shown on linux flatpak or snap @pugaizai (#625)
- fix: clear UPNP port mapping when exist app @monkeyWie (#624)
- fix: handle empty string params @monkeyWie (#620)
- fix: xhr string request body can specify Content-Type @monkeyWie (#596)
- fix: avoid hanging the main thread on repeat start @monkeyWie (#584)
- fix: javascript engine xhr polyfill @monkeyWie (#581)
- fix: snap dir pick depend @monkeyWie (#558)
🔧 Performance Improvements
- perf: excessive torrent tracker dns resolve @monkeyWie (#634)
🚀 CI/CD
- ci: docker flutter build on host @monkeyWie (#637)
🌎 Internationalization
- feat: Update Traditional Chinese translation @abc0922001 (#611)
- feat: create fr_fr.dart @torik988 (#608)
- feat: Indonesian Translation/Localization @towermom9 (#606)
- feat: update tr_tr.dart @mikropsoft (#593)
- feat: Create it_it.dart @albanobattistella (#576)
- feat: tamil translation is added and updated CONTRIBUTING.md @explorer2040 (#563)
- feat: Update pl_pl.dart @er2de2 (#554)
更新日志
🆕 Features
- feat: 任务详情页面 @monkeyWie (#633)
- feat(extension): 在Promise异常时获取异常堆栈信息 @monkeyWie (#630)
- feat: 加强扩展引擎 @foxxorcat (#629)
- feat: torrent做种配置 @monkeyWie (#599)
🐛 Bug Fixes
- fix: web配置文件为相对路径时没有加载 @monkeyWie (#636)
- fix: 批量任务下载重名问题 @monkeyWie (#635)
- fix: linux系统托盘图标 @pugaizai (#625)
- fix: 退出应用时清理UPNP端口 @monkeyWie (#624)
- fix: 处理参数中的空字符串 @monkeyWie (#620)
- fix: XHR字符串请求头支持自定义Content-Type @monkeyWie (#596)
- fix: 避免重启应用时阻塞住 @monkeyWie (#584)
- fix: 脚本引擎xhr垫片 @monkeyWie (#581)
- fix: SNAP目录选择器 @monkeyWie (#558)
🔧 Performance Improvements
- perf: 优化过多的tracker DNS 解析 @monkeyWie (#634)
🚀 CI/CD
- ci: docker构建中flutter部分在宿主机进行 @monkeyWie (#637)
🌎 Internationalization
- feat: 更新台湾繁体语言 @abc0922001 (#611)
- feat: 添加法语支持 @torik988 (#608)
- feat: 添加印度尼西亚语言支持 @towermom9 (#606)
- feat: 更新土耳其语言 @mikropsoft (#593)
- feat: 新增意大利语言支持 @albanobattistella (#576)
- feat: 新增泰米尔语言支持 @explorer2040 (#563)
- feat: 更新波兰语言 @er2de2 (#554)
v1.5.7 🌈
Release notes
🆕 Features
- feat: remember delete task option @monkeyWie (#542)
- feat: improve Android download directory choose @monkeyWie (#541)
- feat: add batch create and server info APIs @monkeyWie (#540)
- feat: add show item on system tray @monkeyWie (#533)
- feat: support launch at startup @monkeyWie (#532)
- feat: check API port is in use @monkeyWie (#524)
- feat: add extension store links for edge and firefox @monkeyWie (#520)
- feat: support double click to open task file @monkeyWie (#516)
- feat: support system proxy @monkeyWie (#515)
- feat: updated iOS icons @deepansharya1111 (#512)
🐛 Bug Fixes
- fix: bt request extra type convert @monkeyWie (#535)
- ci: fix ios framework build @monkeyWie (#525)
- fix: http request cookie incremented indefinitely on retries @monkeyWie (#514)
- fix: command panic before resolve resource @monkeyWie (#451)
- fix: Fix the issue of installing apk files(Android) (#448) @DearZack (#449)
- fix: entrypoint_sh @ilkeiii (#434)
📖 Document
- docs: fix Linux download links @invictus1032 (#465)
🚀 CI/CD
- ci: use special flutter version on snap @monkeyWie (#543)
- ci: build gopeed with libayatana-appindicator @madoka773 (#508)
- ci: build linux with ubuntu latest @madoka773 (#501)
🌎 Internationalization
- feat: add Polish translation @er2de2 (#534)
- feat: Update tr_tr.dart @mikropsoft (#445)
更新日志
🆕 新特性
- feat: 记住删除任务选项 @monkeyWie (#542)
- feat: 改善安卓下载目录选择 @monkeyWie (#541)
- feat: 添加批量下载和服务器信息接口 @monkeyWie (#540)
- feat: 托盘菜单添加显示按钮 @monkeyWie (#533)
- feat: 支持开机自动启动 @monkeyWie (#532)
- feat: 设置接口时检测端口可用性 @monkeyWie (#524)
- feat: 添加 Edge 和 Firefox 浏览器扩展链接 @monkeyWie (#520)
- feat: 支持双击打开任务文件 @monkeyWie (#516)
- feat: 支持系统代理 @monkeyWie (#515)
- feat: 更新 IOS 图标 @deepansharya1111 (#512)
🐛 Bug 修复
- fix: 修复BT请求扩展参数转换 @monkeyWie (#535)
- ci: 修复IOS构建问题 @monkeyWie (#525)
- fix: 修复http请求重试 cookie 无限增长的问题 @monkeyWie (#514)
- fix: 修复命令行工具 panic 问题 @monkeyWie (#451)
- fix: 修复安卓没有安装 APK 权限的问题 (#448) @DearZack (#449)
- fix: docker 构建脚本 @ilkeiii (#434)
📖 文档
- docs: 修复Linux下载链接 @invictus1032 (#465)
🚀 CI/CD
- ci: SNAP 构建时使用指定的flutter版本 @monkeyWie (#543)
- ci: Linux 构建时使用libayatana-appindicator @madoka773 (#508)
- ci: Linux 构建使用最新的Ubuntu版本 @madoka773 (#501)
🌎 国际化
- feat: 新增波兰语言支持 @er2de2 (#534)
- feat: 更新土耳其语言 @mikropsoft (#445)
v1.5.6 🌈
Release notes
🎉 Our browser extension already has been published, please refer to: https://chromewebstore.google.com/detail/gopeed/mijpgljlfcapndmchhjffkpckknofcnd
🆕 Features
- feat: add browser extension link @monkeyWie (#433)
- feat: web config add stroage dir @monkeyWie (#428)
- feat: Support Via Download task, require via version 5.5.0 or above (#412) @DearZack (#419)
- feat: add docker permission related settings @ilkeiii (#380)
- feat: docker download dir move to /app/Download @monkeyWie (#398)
🐛 Bug Fixes
- fix: task lock by unreachable torrent @monkeyWie (#431)
- fix: create task with default select files @monkeyWie (#374)
- fix: start duplicate server on mobile when the app is closed by swiping and reopen @monkeyWie (#370)
📖 Document
🌎 Internationalization
- feat: Create tr_tr.dart @mikropsoft (#402)
- feat: add Vietnamese translate @hoangsvit (#389)
- feat: improve zh-TW translation @ElliotCHEN37 (#369)
更新日志
🎉 我们的浏览器扩展也已经发布了, 请参考: https://chromewebstore.google.com/detail/gopeed/mijpgljlfcapndmchhjffkpckknofcnd
🆕 Features
- feat: 添加浏览器扩展引导链接 @monkeyWie (#433)
- feat: web版本支持配置存储路径 @monkeyWie (#428)
- feat: 支持 Via 浏览器调用, 需要 Via 版本 >=5.5.0 (#412) @DearZack (#419)
- feat: 添加 docker 目录权限设置 @ilkeiii (#380)
- feat: docker 下载目录固定为 /app/Download @monkeyWie (#398)
🐛 Bug Fixes
- fix: BT下载不可达导致任务被锁住 @monkeyWie (#431)
- fix: 创建任务时默认选择所有文件 @monkeyWie (#374)
- fix: 在移动端侧滑返回再进入,导致重复开启服务 @monkeyWie (#370)
📖 Document
🌎 Internationalization
- feat: 添加土耳其语翻译 @mikropsoft (#402)
- feat: 添加越南语翻译 @hoangsvit (#389)
- feat: 改善台湾翻译 @ElliotCHEN37 (#369)
v1.5.5 🌈
Changes
🐛 Bug Fixes
- fix: config init fail @monkeyWie (#365)
- fix: windows default install dir @monkeyWie (#366)
更新日志
🐛 Bug 修复
- fix: 配置初始化错误 @monkeyWie (#365)
- fix: windows 默认安装目录 @monkeyWie (#366)
v1.5.4 🌈
Changes
🆕 Features
- feat: support use server time for file creation @monkeyWie (#359)
- feat: migrate shared_preferences to hive @monkeyWie (#343)
- feat: custom torrent client version @monkeyWie (#341)
- feat: add batch delete tasks api @monkeyWie (#338)
- feat: auto create torrent task for http download @monkeyWie (#334)
- feat: save window size and resize on startup @monkeyWie (#332)
- feat: add mirror.ghproxy.com trackers subscribe cdn @monkeyWie (#330)
- feat: add download stats info @MrGlp (#323)
- feat: add thanks item for contributors @monkeyWie (#325)
🐛 Bug Fixes
- fix: missing pb size format @MrGlp (#342)
- fix: wrong debian installed size @madoka773 (#335)
- fix: default download path on mobile @monkeyWie (#337)
- fix: proxy setting only numeric input @monkeyWie (#328)
- fix: compatible with not follow the http range response standard @MrGlp (#322)
- fix: foreground task scope @monkeyWie (#314)
🚀 CI/CD
🌎 Internationalization
- feat: improve zh-TW translation @ElliotCHEN37 (#327)
更新日志
🆕 新特性
- feat: 支持通过服务器时间创建文件 @monkeyWie (#359)
- feat: 迁移 shared_preferences 至 hive @monkeyWie (#343)
- feat: 自定义 torrent 客户端名称 @monkeyWie (#341)
- feat: 添加批量删除任务 API @monkeyWie (#338)
- feat: http下载种子文件完成后自动创建 bt 任务 @monkeyWie (#334)
- feat: 保存窗口大小并在启动时恢复 @monkeyWie (#332)
- feat: 添加 mirror.ghproxy.com trackers 订阅地址 @monkeyWie (#330)
- feat: 添加下载任务状态 @MrGlp (#323)
- feat: 添加对贡献者的感谢栏目 @monkeyWie (#325)
🐛 Bug 修复
- fix: 缺少 PB 格式化单位 @MrGlp (#342)
- fix: 错误的 debian 安装体积 @madoka773 (#335)
- fix: 移动端默认的下载目录 @monkeyWie (#337)
- fix: 代理设置只支持输入数字 @monkeyWie (#328)
- fix: 适配没有遵循 HTTP range 响应头标准的请求 @MrGlp (#322)
- fix: 移动端后台任务 @monkeyWie (#314)
🚀 CI/CD
🌎 国际化
- feat: 改进台湾翻译 @ElliotCHEN37 (#327)
v1.5.3 🌈
Changes
🐛 Bug Fixes
- fix: handle api panic @monkeyWie (#302)
- fix: http pause error @monkeyWie (#303)
- fix: adapt mobile proxy settings ui @monkeyWie (#301)
🌎 Internationalization
- feat: improve zh-TW translation @ElliotCHEN37 (#300)
更新日志
🐛 Bug 修复
- fix: 处理接口panic @monkeyWie (#302)
- fix: http 暂停异常 @monkeyWie (#303)
- fix: 适配移动端代理设置界面 @monkeyWie (#301)
🌎 国际化
- feat: 优化台湾翻译 @ElliotCHEN37 (#300)
v1.5.2 🌈
Changes
🆕 Features
- feat: support volume storage directory on docker @monkeyWie (#291)
- feat: improve extension engine @monkeyWie (#298)
🐛 Bug Fixes
- fix: repair invalid filename @monkeyWie (#296)
- fix: sort of completed tasks @monkeyWie (#297)
🚀 CI/CD
- ci: use libappindicator @madoka773 (#286)
🌎 Internationalization
- feat: improve zh_TW translate @ElliotCHEN37 (#287)
更新日志
🆕 新特性
- feat: docker 版支持挂载数据目录 @monkeyWie (#291)
- feat: 增强扩展引擎 @monkeyWie (#298)
🐛 Bug 修复
- fix: 自动修复文件路径上非法的字符 @monkeyWie (#296)
- fix: 已完成的任务顺序 @monkeyWie (#297)
🚀 CI/CD
- ci: use libappindicator @madoka773 (#286)
🌎 国际化
- feat: 改进台湾翻译 @ElliotCHEN37 (#287)