update to version v0.2.9

This commit is contained in:
tickstep 2024-01-30 16:31:50 +08:00
parent 65b7f28aa6
commit c81855f9c2
6 changed files with 11 additions and 11 deletions

View File

@ -61,9 +61,9 @@
参考例子: 参考例子:
```shell ```shell
wget https://github.com/tickstep/aliyunpan/releases/download/v0.2.8/aliyunpan-v0.2.8-linux-amd64.zip wget https://github.com/tickstep/aliyunpan/releases/download/v0.2.9/aliyunpan-v0.2.9-linux-amd64.zip
unzip aliyunpan-v0.2.8-linux-amd64.zip unzip aliyunpan-v0.2.9-linux-amd64.zip
cd aliyunpan-v0.2.8-linux-amd64 cd aliyunpan-v0.2.9-linux-amd64
./aliyunpan ./aliyunpan
``` ```
@ -114,7 +114,7 @@ winget install tickstep.aliyunpan --silent
2. 备份云盘文件,即下载网盘文件到本地,始终保持网盘的文件有一个完整的备份在本地 2. 备份云盘文件,即下载网盘文件到本地,始终保持网盘的文件有一个完整的备份在本地
3. 双向备份,保持网盘文件和本地文件严格一致 3. 双向备份,保持网盘文件和本地文件严格一致
``` ```
docker run -d --name=aliyunpan-sync --restart=always -v "<your local dir>:/home/app/data" -e TZ="Asia/Shanghai" -e ALIYUNPAN_REFRESH_TOKEN="<your refreshToken>" -e ALIYUNPAN_PAN_DIR="<your drive pan dir>" -e ALIYUNPAN_SYNC_MODE="upload" -e ALIYUNPAN_TASK_STEP="sync" tickstep/aliyunpan-sync:v0.2.8 docker run -d --name=aliyunpan-sync --restart=always -v "<your local dir>:/home/app/data" -e TZ="Asia/Shanghai" -e ALIYUNPAN_REFRESH_TOKEN="<your refreshToken>" -e ALIYUNPAN_PAN_DIR="<your drive pan dir>" -e ALIYUNPAN_SYNC_MODE="upload" -e ALIYUNPAN_TASK_STEP="sync" tickstep/aliyunpan-sync:v0.2.9
<your local dir>:本地目录绝对路径,例如:/tickstep/Documents/设计文档 <your local dir>:本地目录绝对路径,例如:/tickstep/Documents/设计文档

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity version="0.2.8.0" processorArchitecture="*" name="com.tickstep.aliyunpan" type="win32"/> <assemblyIdentity version="0.2.9.0" processorArchitecture="*" name="com.tickstep.aliyunpan" type="win32"/>
<dependency> <dependency>
<dependentAssembly> <dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>

View File

@ -51,7 +51,7 @@ const (
var ( var (
// Version 版本号 // Version 版本号
Version = "v0.2.8" Version = "v0.2.9"
// 命令历史文件 // 命令历史文件
historyFilePath = filepath.Join(config.GetConfigDir(), "aliyunpan_command_history.txt") historyFilePath = filepath.Join(config.GetConfigDir(), "aliyunpan_command_history.txt")

Binary file not shown.

Binary file not shown.

View File

@ -3,13 +3,13 @@
"FileVersion": { "FileVersion": {
"Major": 0, "Major": 0,
"Minor": 2, "Minor": 2,
"Patch": 8, "Patch": 9,
"Build": 0 "Build": 0
}, },
"ProductVersion": { "ProductVersion": {
"Major": 0, "Major": 0,
"Minor": 2, "Minor": 2,
"Patch": 8, "Patch": 9,
"Build": 0 "Build": 0
}, },
"FileFlagsMask": "3f", "FileFlagsMask": "3f",
@ -22,14 +22,14 @@
"Comments": "", "Comments": "",
"CompanyName": "tickstep", "CompanyName": "tickstep",
"FileDescription": "阿里云盘客户端", "FileDescription": "阿里云盘客户端",
"FileVersion": "v0.2.8", "FileVersion": "v0.2.9",
"InternalName": "", "InternalName": "",
"LegalCopyright": "© 2021-2023 tickstep.", "LegalCopyright": "© 2021-2024 tickstep.",
"LegalTrademarks": "", "LegalTrademarks": "",
"OriginalFilename": "", "OriginalFilename": "",
"PrivateBuild": "", "PrivateBuild": "",
"ProductName": "aliyunpan", "ProductName": "aliyunpan",
"ProductVersion": "v0.2.8", "ProductVersion": "v0.2.9",
"SpecialBuild": "" "SpecialBuild": ""
}, },
"VarFileInfo": { "VarFileInfo": {