File tree Expand file tree Collapse file tree 9 files changed +21
-17
lines changed
luci-app-aliyundrive-webdav Expand file tree Collapse file tree 9 files changed +21
-17
lines changed Original file line number Diff line number Diff line change 22files = Cargo.toml README.md openwrt/aliyundrive-webdav/Makefile openwrt/luci-app-aliyundrive-webdav/Makefile merlin/config.json.js snap/snapcraft.yaml
33commit = False
44tag = False
5- current_version = 1.8.5
5+ current_version = 1.8.6
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## 1.8.4
5+ ## 1.8.6
6+
7+ * 修复重命名文件夹时原文件夹缓存内容未清除的问题
8+
9+ ## 1.8.5
610
711* 支持 rclone 以 Nextcloud WebDAV 模式上传时跳过上传相同 sha1 哈希值文件
812
Original file line number Diff line number Diff line change 11[package ]
22name = " aliyundrive-webdav"
3- version = " 1.8.5 "
3+ version = " 1.8.6 "
44edition = " 2021"
55description = " WebDAV server for AliyunDrive"
66license = " MIT"
Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ sudo snap install aliyundrive-webdav
4545aarch64/arm/mipsel/x86_64/i686 等架构的版本,可以下载后使用 opkg 安装,以 nanopi r4s 为例:
4646
4747``` bash
48- wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.8.5 /aliyundrive-webdav_1.8.5 -1_aarch64_generic.ipk
49- wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.8.5 /luci-app-aliyundrive-webdav_1.8.5_all .ipk
50- wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.8.5 /luci-i18n-aliyundrive-webdav-zh-cn_1.8.5 -1_all.ipk
51- opkg install aliyundrive-webdav_1.8.5 -1_aarch64_generic.ipk
52- opkg install luci-app-aliyundrive-webdav_1.8.5_all .ipk
53- opkg install luci-i18n-aliyundrive-webdav-zh-cn_1.8.5 -1_all.ipk
48+ wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.8.6 /aliyundrive-webdav_1.8.6 -1_aarch64_generic.ipk
49+ wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.8.6 /luci-app-aliyundrive-webdav_1.8.6_all .ipk
50+ wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.8.6 /luci-i18n-aliyundrive-webdav-zh-cn_1.8.6 -1_all.ipk
51+ opkg install aliyundrive-webdav_1.8.6 -1_aarch64_generic.ipk
52+ opkg install luci-app-aliyundrive-webdav_1.8.6_all .ipk
53+ opkg install luci-i18n-aliyundrive-webdav-zh-cn_1.8.6 -1_all.ipk
5454```
5555
5656其它 CPU 架构的路由器可在 [ GitHub Releases] ( https://github.com/messense/aliyundrive-webdav/releases ) 页面中查找对应的架构的主程序 ipk 文件下载安装, 常见
@@ -137,7 +137,7 @@ rclone --no-update-modtime copy abc.pdf aliyundrive-nc://docs/
137137
138138` ` ` bash
139139$ aliyundrive-webdav --help
140- aliyundrive-webdav 1.8.5
140+ aliyundrive-webdav 1.8.6
141141WebDAV server for AliyunDrive
142142
143143USAGE:
Original file line number Diff line number Diff line change 44 "md5" : "c0bac93db83f87293a1e4efb7aa5a97c" ,
55 "module" : "aliyundrivewebdav" ,
66 "title" : "阿里云盘 WebDAV" ,
7- "version" : "1.8.5 "
7+ "version" : "1.8.6 "
88}
Original file line number Diff line number Diff line change 11include $(TOPDIR ) /rules.mk
22
33PKG_NAME: =aliyundrive-webdav
4- PKG_VERSION: =1.8.5
4+ PKG_VERSION: =1.8.6
55PKG_RELEASE: =$(AUTORELEASE )
66
77PKG_LICENSE: =MIT
Original file line number Diff line number Diff line change 11include $(TOPDIR ) /rules.mk
22
33PKG_NAME: =luci-app-aliyundrive-webdav
4- PKG_VERSION: =1.8.5
4+ PKG_VERSION: =1.8.6
55PKG_RELEASE: =1
66PKG_PO_VERSION: =$(PKG_VERSION ) -$(PKG_RELEASE )
77
Original file line number Diff line number Diff line change 11name : aliyundrive-webdav
2- version : ' 1.8.5 '
2+ version : ' 1.8.6 '
33summary : 阿里云盘 WebDAV
44description : |
55 阿里云盘 WebDAV 服务
You can’t perform that action at this time.
0 commit comments