File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed
luci-app-aliyundrive-webdav Expand file tree Collapse file tree 8 files changed +14
-14
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
33commit = False
44tag = False
5- current_version = 0.4.4
5+ current_version = 0.4.5
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- ## Unreleased
5+ ## 0.4.5
66
77* 兼容 macOS Finder chunked encoding 上传 ` X-Expected-Entity-Length ` HTTP header
88
Original file line number Diff line number Diff line change 11[package ]
22name = " aliyundrive-webdav"
3- version = " 0.4.4 "
3+ version = " 0.4.5 "
44edition = " 2018"
55description = " WebDAV server for AliyunDrive"
66license = " MIT"
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ pip install aliyundrive-webdav
2121aarch64/arm/mipsel/x86_64/i686 等架构的版本,可以下载后使用 opkg 安装,以 nanopi r4s 为例:
2222
2323``` bash
24- wget https://github.com/messense/aliyundrive-webdav/releases/download/v0.4.4 /aliyundrive-webdav_0.4.4 -1_aarch64_generic.ipk
25- wget https://github.com/messense/aliyundrive-webdav/releases/download/v0.4.4 /luci-app-aliyundrive-webdav_0.4.4_all .ipk
26- wget https://github.com/messense/aliyundrive-webdav/releases/download/v0.4.4 /luci-i18n-aliyundrive-webdav-zh-cn_0.4.4 -1_all.ipk
27- opkg install aliyundrive-webdav_0.4.4 -1_aarch64_generic.ipk
28- opkg install luci-app-aliyundrive-webdav_0.4.4_all .ipk
29- opkg install luci-i18n-aliyundrive-webdav-zh-cn_0.4.4 -1_all.ipk
24+ wget https://github.com/messense/aliyundrive-webdav/releases/download/v0.4.5 /aliyundrive-webdav_0.4.5 -1_aarch64_generic.ipk
25+ wget https://github.com/messense/aliyundrive-webdav/releases/download/v0.4.5 /luci-app-aliyundrive-webdav_0.4.5_all .ipk
26+ wget https://github.com/messense/aliyundrive-webdav/releases/download/v0.4.5 /luci-i18n-aliyundrive-webdav-zh-cn_0.4.5 -1_all.ipk
27+ opkg install aliyundrive-webdav_0.4.5 -1_aarch64_generic.ipk
28+ opkg install luci-app-aliyundrive-webdav_0.4.5_all .ipk
29+ opkg install luci-i18n-aliyundrive-webdav-zh-cn_0.4.5 -1_all.ipk
3030```
3131
3232其它 CPU 架构的路由器可在 [ GitHub Releases] ( https://github.com/messense/aliyundrive-webdav/releases ) 页面中查找对应的架构的主程序 ipk 文件下载安装, 常见
@@ -93,7 +93,7 @@ services:
9393
9494` ` ` bash
9595$ aliyundrive-webdav --help
96- aliyundrive-webdav 0.4.4
96+ aliyundrive-webdav 0.4.5
9797
9898USAGE:
9999 aliyundrive-webdav [FLAGS] [OPTIONS] --refresh-token <refresh-token>
Original file line number Diff line number Diff line change 44 "md5" : "c0bac93db83f87293a1e4efb7aa5a97c" ,
55 "module" : "aliyundrivewebdav" ,
66 "title" : "阿里云盘 WebDAV" ,
7- "version" : "0.4.4 "
7+ "version" : "0.4.5 "
88}
Original file line number Diff line number Diff line change 11include $(TOPDIR ) /rules.mk
22
33PKG_NAME: =aliyundrive-webdav
4- PKG_VERSION: =0.4.4
4+ PKG_VERSION: =0.4.5
55PKG_RELEASE: =1
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: =0.4.4
4+ PKG_VERSION: =0.4.5
55PKG_RELEASE: =1
66PKG_PO_VERSION: =$(PKG_VERSION ) -$(PKG_RELEASE )
77
You can’t perform that action at this time.
0 commit comments