Compare commits

...
34 Commits
Author SHA1 Message Date
zhiyong.luo 2a3274bec5 bug-fixed 2022-10-16 16:34:16 +08:00
zhiyong.luo 09cbb9790a bug-fixed 2022-10-16 16:33:15 +08:00
zhiyong.luo c668a667e3 bug-fixed 2022-10-15 09:56:55 +08:00
zhiyong.luo 7b7f27e78d bug-fixed 2022-10-15 09:55:28 +08:00
zhiyong.luo 420766f3a1 Update readme.md 2022-10-14 18:58:48 +08:00
zhiyong.luo d74aa825a9 Update readme.md 2022-10-14 18:57:56 +08:00
zhiyong.luo 0c2ab77688 bug-fixed 2022-10-14 18:51:28 +08:00
zhiyong.luo 4e697cf7cc Delete macOS.tar 2022-10-14 18:49:08 +08:00
zhiyong.luo 8d9392602e Delete linux_x86_64.tar 2022-10-14 18:48:58 +08:00
zhiyong.luo c82a97ff04 Delete linux_x86.tar 2022-10-14 18:48:49 +08:00
zhiyong.luo 3a7635bf93 Delete linux_riscv64.tar 2022-10-14 18:48:40 +08:00
zhiyong.luo 1bc00170cb Delete linux_riscv32.tar 2022-10-14 18:48:32 +08:00
zhiyong.luo c0c97cf95b Delete linux_mipsel32.tar 2022-10-14 18:48:24 +08:00
zhiyong.luo 8f075a3ffe Delete linux_mips64el.tar 2022-10-14 18:48:17 +08:00
zhiyong.luo 9f87eba286 Delete linux_mips64.tar 2022-10-14 18:48:10 +08:00
zhiyong.luo ed35df5fd2 Delete linux_mips32.tar 2022-10-14 18:48:03 +08:00
zhiyong.luo 30bebca087 Delete linux_armv7.tar 2022-10-14 18:47:55 +08:00
zhiyong.luo 9075c1fec3 Delete linux_arm64.tar 2022-10-14 18:47:46 +08:00
zhiyong.luo e984d20d2c bug-fixed 2022-10-14 18:47:27 +08:00
zhiyong.luo 052e5343a3 Delete windows_x86v0.31.4.tar 2022-10-14 18:45:38 +08:00
zhiyong.luo 5b1e83e25b Delete linux_x86v0.31.4.tar 2022-10-14 18:45:30 +08:00
zhiyong.luo 6c27843949 Delete linux_x86_64v0.31.4.tar 2022-10-14 18:45:21 +08:00
zhiyong.luo 6124ed7230 Delete linux_armv7v0.31.4.tar 2022-10-14 18:45:13 +08:00
zhiyong.luo 29d92cd619 Delete app-release.apk 2022-10-14 18:45:04 +08:00
zhiyong.luo 66be9ea8e6 Update readme.md 2022-09-05 22:17:41 +08:00
zhiyong.luo 90e0631213 bug-fixed 2022-09-05 22:07:09 +08:00
zhiyong.luo da77bdab70 bug-fixed 2022-09-05 22:04:34 +08:00
zhiyong.luo 0039748791 bug-fixed 2022-09-01 20:53:11 +08:00
zhiyong.luo 42cbf5b44e Delete windows_x86v0.31.4.tar 2022-09-01 20:52:07 +08:00
zhiyong.luo 6c9a600229 Delete linux_x86v0.31.4.tar 2022-09-01 20:51:53 +08:00
zhiyong.luo 7db86a4514 Delete linux_x86_64v0.31.4.tar 2022-09-01 20:51:35 +08:00
zhiyong.luo 42dba29ad8 Delete linux_armv7v0.31.4.tar 2022-09-01 20:51:20 +08:00
zhiyong.luo 872603e6e4 Delete app-release.apk 2022-09-01 20:51:04 +08:00
zhiyong.luo 227f765f24 bug-fixed 2022-09-01 20:50:31 +08:00
17 changed files with 13 additions and 1 deletions
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+13 -1
View File
@@ -258,6 +258,18 @@ ps:捐赠建议附上注册用户名<br>
<mark><font size=5 color=darkred>更新历史</font></mark>
</summary>
### 2022-10-14更新到v0.31.5<br>
1、修复自定义代理短间隔重连情况下连不上的BUG<br>
2、新增了简易文件上传下载功能,可方便同步异地文档<br>
* 此功能仅在有P2P连接或自定义代理连接时激活<br>
* 通过拖拽模式进行上传和下载<br>
3、版本更新到v0.31.5<br>
### 2022-09-05<br>
1、解决自定义代理连接异常断开BUG<br>
2、版本保持不变<br>
### 2022-08-30更新到v0.31.4<br>
1、降低运行时虚拟内存占用<br>
2、常规性优化<br>
@@ -338,7 +350,7 @@ ps:捐赠建议附上注册用户名<br>
### 2021-05-03更新到v0.29.2: <br>
1、修复Android高版本无法退出问题<br>
2、优化网络:修复了可能带来网络延迟的BUG,进一步提升网络传输速度<br>
3、提供版本号展示,便于客户端及服务端<br>
3、提供版本号展示,便于客户端及服务端版本管理<br>
4、优化app cpu占用,降低能耗<br>
### 2021-03-05更新到v0.29: <br>
Binary file not shown.