Releases: NewFuture/DDNS
Releases · NewFuture/DDNS
v3.0.2
What's Changed
- fix(run): domain name uniformly lowercase to avoid problems by @laozhoubuluo in #433
- 修改UA。 by @char-46 in #435
- 修改查询IP的API。 by @char-46 in #436
Full Changelog: v3.0.0...v3.0.2
使用二进制文件
各平台下载/使用方式
-
Windows
- 下载
ddns.exe
运行 - [可选] 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
- 下载
-
Ubuntu
# 1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v3.0.2/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v3.0.2/create-task.sh | bash
-
Mac OSX
# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v3.0.2/ddns-osx -#SLo ddns && chmod +x ddns
使用PIP 安装
Pypi 安装当前版本或者更新最新版本
- 安装当前版本[current version]:
pip install ddns=v3.0.2
- 更新最新版[update latest version]:
pip install -U ddns
v3.0.0
pre release v3.0.0
What's Changed
- fix: proxy config by @rxbit in #398
- V3 by @NewFuture in #423
- 服务商修改了地址 by @mattholy in #420
- 修复windows下定时任务重定向失败的BUG by @LeadroyaL in #414
- 华为云支持配置TTL by @b1n23 in #424
New Contributors
- @rxbit made their first contribution in #398
- @mattholy made their first contribution in #420
- @b1n23 made their first contribution in #424
Full Changelog: v2.13.3...v3.0.0
使用二进制文件
各平台下载/使用方式
-
Windows
- 下载
ddns.exe
运行 - [可选] 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
- 下载
-
Ubuntu
# 1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v3.0.0/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v3.0.0/create-task.sh | bash
-
Mac OSX
# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v3.0.0/ddns-osx -#SLo ddns && chmod +x ddns
使用PIP 安装
Pypi 安装当前版本或者更新最新版本
- 安装当前版本[current version]:
pip install ddns=v3.0.0
- 更新最新版[update latest version]:
pip install -U ddns
v2.13.3
使用二进制文件
各平台下载/使用方式
-
Windows
- 下载
ddns.exe
运行 - [可选] 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
- 下载
-
Ubuntu
# 1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v2.13.3/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.13.3/create-task.sh | bash
-
Mac OSX
# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.13.3/ddns-osx -#SLo ddns && chmod +x ddns
使用PIP 安装
Pypi 安装当前版本或者更新最新版本
- 安装当前版本[current version]:
pip install ddns=v2.13.3
- 更新最新版[update latest version]:
pip install -U ddns
What's Changed
- skip pyinstaller for py 2.7 by @NewFuture in #393
- 修复cache为False时的崩溃问题 by @LeadroyaL in #389
- fix windows release by @NewFuture in #394 #395
New Contributors
- @LeadroyaL made their first contribution in #389
Full Changelog: v2.12.0...v2.13.3
release v2.12.0
feat(run): support custom cache file (#376) * feat(run): support custom cache file * fix cannot using C style conditional operator * fix lint * fix lint
v2.11.5
使用二进制文件
各平台下载/使用方式
-
Windows
- 下载
ddns.exe
运行 - [可选] 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
- 下载
-
Ubuntu
# 1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v2.11.5/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.11.5/create-task.sh | bash
-
Mac OSX
# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.11.5/ddns-osx -#SLo ddns && chmod +x ddns
使用PIP 安装
Pypi 安装当前版本或者更新最新版本
- 安装当前版本[current version]:
pip install ddns=v2.11.5
- 更新最新版[update latest version]:
pip install -U ddns
What's Changed
- Support environment variables in Docker image by @NN708 in #304
- feat(cf): keep proxied config in cloudflare by @NewFuture in #314
- Fix #324 by @Anankke in #325
- (doc):remove interface by @NewFuture in #327
- fix(dnspod_com): resolve #286 by @NewFuture in #329
- publish pypi with github actions by @NewFuture in #331
- remove azure pipelines by @NewFuture in #339
- Replace version by @NewFuture in #340
- doc(readme):update release badge by @NewFuture in #341
- ci(publish.yml): update action-gh-releas by @NewFuture in #342
New Contributors
Full Changelog: v2.10.3...v2.11.5
v2.10.3: fix(ip.py): ignore non-utf format encoding (#288)
使用二进制文件
各平台下载/使用方式
-
Windows
- 下载
ddns.exe
运行 - [可选] 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
- 下载
-
Ubuntu
# 1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v2.10.3/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.10.3/create-task.sh | bash
-
Mac OSX
# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.10.3/ddns-osx -#SLo ddns && chmod +x ddns
使用PIP 安装
Pypi 安装当前版本或者更新最新版本
- 安装当前版本[current version]:
pip install ddns=v2.10.3
- 更新最新版[update latest version]:
pip install -U ddns
Changes:
This list of changes was auto generated.
命令支持行参数和环境变量进行配置 support cli arguments and environment variables
使用二进制文件
各平台下载/使用方式
-
Windows
- 下载
ddns.exe
运行 - [可选] 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
- 下载
-
Ubuntu
# 1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v2.10.2/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.10.2/create-task.sh | bash
-
Mac OSX
# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.10.2/ddns-osx -#SLo ddns && chmod +x ddns
使用PIP 安装
Pypi 安装当前版本或者更新最新版本
- 安装当前版本[current version]:
pip install ddns=v2.10.2
- 更新最新版[update latest version]:
pip install -U ddns
Changes:
This list of changes was auto generated.
命令行参数和环境变量support cli arguments and environment variables
使用二进制文件
各平台下载/使用方式
-
Windows
- 下载
ddns.exe
运行 - [可选] 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
- 下载
-
Ubuntu
# 1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v2.10.1/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.10.1/create-task.sh | bash
-
Mac OSX
# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.10.1/ddns-osx -#SLo ddns && chmod +x ddns
使用PIP 安装
Pypi 安装当前版本或者更新最新版本
- 安装当前版本[current version]:
pip install ddns=v2.10.1
- 更新最新版[update latest version]:
pip install -U ddns
Changes:
- c7565cb Update .travis.yml
- 36f9c97 update dnspod for request length (#272)
- 473034a update travis ci (#274)
- 5e420fb Update README.md (#273)
- 35ee01f Merge pull request #269 from NewFuture/feat-cli-config
- 9e54d4c doc(readme): update config
- 3eae884 default config file
- 98f83c5 feat(config): support environment variables
- 91a82eb feat(config): cli argument supports to set config
This list of changes was auto generated.
fix alidns in python2.7
使用二进制文件
各平台下载/使用方式
-
Windows
- 下载
ddns.exe
运行 - [可选] 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
- 下载
-
Ubuntu
# 1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v2.9.10/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.9.10/create-task.sh | bash
-
Mac OSX
# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.9.10/ddns-osx -#SLo ddns && chmod +x ddns
使用PIP 安装
Pypi 安装当前版本或者更新最新版本
- 安装当前版本[current version]:
pip install ddns=v2.9.10
- 更新最新版[update latest version]:
pip install -U ddns
Changes:
This list of changes was auto generated.
fix regex
使用二进制文件
各平台下载/使用方式
-
Windows
- 下载
ddns.exe
运行 - [可选] 定时任务 下载
create-task.bat
于相同目录,以管理员权限运行
- 下载
-
Ubuntu
# 1. 下载ddns
curl https://github.com/NewFuture/DDNS/releases/download/v2.9.9/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.9.9/create-task.sh | bash
-
Mac OSX
# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.9.9/ddns-osx -#SLo ddns && chmod +x ddns
使用PIP 安装
Pypi 安装当前版本或者更新最新版本
- 安装当前版本[current version]:
pip install ddns=v2.9.9
- 更新最新版[update latest version]:
pip install -U ddns
Changes:
- 18c7386 update Azure pipelines Status badge
- a21a0d8 Update run.py (#253)
- e0a1390 fix #173 domain pattern to match start with * (#245)
- e327858 fix regex_v6 string (#239)
- 56df5f6 fix #231 change signature() encoding method to quote() to meet docs of alidns (#238)
This list of changes was auto generated.