Skip to content

Releases: NewFuture/DDNS

v2.7.3: Merge pull request #105 from NewFuture/fix-dnspod_com-104

02 Nov 15:32
007a41a
Compare
Choose a tag to compare

PyPI version Deploy OK

使用二进制文件 cross platform

各平台下载/使用方式

  • Windows

    1. 下载 ddns.exe 运行
    2. [可选] 定时任务 下载 create-task.bat相同目录,以管理员权限运行
  • Ubuntu

# 1. 下载ddns 
curl https://github.com/NewFuture/DDNS/releases/download/v2.7.3/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录): 
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.7.3/create-task.sh | bash
  • Mac OSX

# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.7.3/ddns-osx -#SLo ddns && chmod +x ddns

使用PIP 安装 PyPI - Python Version PyPI - Wheel

Pypi 安装当前版本或者更新最新版本

  • 安装当前版本[current version]: pip install ddns=v2.7.3
  • 更新最新版[update latest version]: pip install -U ddns

v2.7.2: Merge pull request #98 from NewFuture/NewFuture-patch-1

28 Sep 13:36
b94851c
Compare
Choose a tag to compare

PyPI version Deploy OK

使用二进制文件 cross platform

各平台下载/使用方式

  • Windows

    1. 下载 ddns.exe 运行
    2. [可选] 定时任务 下载 create-task.bat相同目录,以管理员权限运行
  • Ubuntu

# 1. 下载ddns 
curl https://github.com/NewFuture/DDNS/releases/download/v2.7.2/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录): 
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.7.2/create-task.sh | bash
  • Mac OSX

# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.7.2/ddns-osx -#SLo ddns && chmod +x ddns

使用PIP 安装 PyPI - Python Version PyPI - Wheel

Pypi 安装当前版本或者更新最新版本

  • 安装当前版本[current version]: pip install ddns=v2.7.2
  • 更新最新版[update latest version]: pip install -U ddns

Changes:

This list of changes was auto generated.

v2.7.1

17 Sep 05:44
Compare
Choose a tag to compare

PyPI version Deploy OK

使用二进制文件 cross platform

各平台下载/使用方式

  • Windows

    1. 下载 ddns.exe 运行
    2. [可选] 定时任务 下载 create-task.bat相同目录,以管理员权限运行
  • Ubuntu

# 1. 下载ddns 
curl https://github.com/NewFuture/DDNS/releases/download/v2.7.1/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录): 
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.7.1/create-task.sh | bash
  • Mac OSX

# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.7.1/ddns-osx -#SLo ddns && chmod +x ddns

使用PIP 安装 PyPI - Python Version PyPI - Wheel

Pypi 安装当前版本或者更新最新版本

  • 安装当前版本[current version]: pip install ddns=v2.7.1
  • 更新最新版[update latest version]: pip install -U ddns

v2.7.0: Merge pull request #79 from NewFuture/feat-cmd-as-ip

18 Aug 14:35
ec8d3c8
Compare
Choose a tag to compare

PyPI version Deploy OK

使用二进制文件 cross platform

各平台下载/使用方式

  • Windows

    1. 下载 ddns.exe 运行
    2. [可选] 定时任务 下载 create-task.bat相同目录,以管理员权限运行
  • Ubuntu

# 1. 下载ddns 
curl https://github.com/NewFuture/DDNS/releases/download/v2.7.0/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录): 
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.7.0/create-task.sh | bash
  • Mac OSX

# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.7.0/ddns-osx -#SLo ddns && chmod +x ddns

使用PIP 安装 PyPI - Python Version PyPI - Wheel

Pypi 安装当前版本或者更新最新版本

  • 安装当前版本[current version]: pip install ddns=v2.7.0
  • 更新最新版[update latest version]: pip install -U ddns

Changes:

  • ec8d3c8 Merge pull request #79 from NewFuture/feat-cmd-as-ip [ #77 ]
  • f236dc5 feat(index): 使用命令行输入作为目标IP
  • 2763d34 Merge pull request #70 from NewFuture/fix-dnspod-get-domain-id [ #69 ]
  • d259f4e fix(dnspod): domain id fix #69
  • 5400a41 Merge pull request #62 from xufan6/patch-1
  • a920389 fix ipv6 regex under mac ifconfig
  • aaf1e79 fix ip regex in ip address format

This list of changes was auto generated.

v2.6.4

04 May 08:48
Compare
Choose a tag to compare

PyPI version Deploy OK

使用二进制文件 cross platform

各平台下载/使用方式

  • Windows

    1. 下载 ddns.exe 运行
    2. [可选] 定时任务 下载 create-task.bat相同目录,以管理员权限运行
  • Ubuntu

# 1. 下载ddns 
curl https://github.com/NewFuture/DDNS/releases/download/v2.6.4/ddns -#SLo ddns && chmod +x ddns
# 2. [可选] 定时任务(当前目录): 
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.6.4/create-task.sh | bash
  • Mac OSX

# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.6.4/ddns-osx -#SLo ddns && chmod +x ddns

使用PIP 安装 PyPI - Python Version PyPI - Wheel

Pypi 安装当前版本或者更新最新版本

  • 安装当前版本[current version]: pip install ddns=v2.6.4
  • 更新最新版[update latest version]: pip install -U ddns

Changes:

  • bccb840 fix(schema): update all to v2
  • 0d0144c docs(readme): update example config
  • 52b61b5 fix(schema): update cache $id
  • cf3951e docs(readme): fix typos
  • c82eb03 docs(readme): proxy DIRECT
  • 8777b2b docs(readme): update 参数表
  • 9282b00 refactor(log): warning to warn
  • 6285810 feat(schema): 添加cache字段是否启用缓存
  • 2b8389f feat(cli): add short ‘-v’ for version
  • 9b6dfa8 docs(readme): fix markdown render
See more
  • 656b6fb docs(readme): 更新说明文档
  • 347ee16 ci(azure): update date time format
  • 2cb59be docs(readme): update os
  • 6b781c9 docs(readme): update install

This list of changes was auto generated.

v2.6.3

02 May 06:20
Compare
Choose a tag to compare

PyPI version Deploy OK

使用二进制文件 cross platform

各平台下载/使用方式

  • Windows

    1. 下载 ddns.exe 运行
    2. 定时任务 下载 create-task.bat相同目录,以管理员权限运行
  • Ubuntu

# 下载ddns: 
curl https://github.com/NewFuture/DDNS/releases/download/v2.6.3/ddns -#SLo ddns && chmod +x ddns
# 2. 定时任务(当前目录):
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.6.3/create-task.sh | bash
  • Mac OSX

# 命令行下载
curl https://github.com/NewFuture/DDNS/releases/download/v2.6.3/ddns-osx -#SLo ddns && chmod +x ddns

使用PIP 安装 PyPI - Python Version PyPI - Wheel

Pypi 安装当前版本或者更新最新版本

  • 安装当前版本[current version]: pip install ddns=v2.6.3
  • 更新最新版[update latest version]: pip install -U ddns

Changes:

  • a093cdb ci(tavis): date time
  • e0b18e0 fix(pip): setup celan and version
  • b5db620 ci(Travis): deploy skip_cleanup
  • a26f7ae docs(release): update pip and platform
  • b953182 docs(pypi): badges for pip
  • cd77e3f refactor(import): change import to import from
  • af7d21e feat(cli): version & help info

This list of changes was auto generated.

v2.5.13

01 May 18:27
Compare
Choose a tag to compare

latest deploy

  • Windows 下载 ddns.exe
  • Ubuntu 下载 ddns
  • Mac OS X下载 ddns-osx
  • 其他平台可下载源码(需python 运行环境)

Windows

Ubunutu

  • ddns 运行
curl https://github.com/NewFuture/DDNS/releases/download/v2.5.13/ddns -#SLo ddns && chmod +x ddns
  • 创建定时任务(当前文件夹)
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.5.13/create-task.sh | bash

Mac OSX

curl https://github.com/NewFuture/DDNS/releases/download/v2.5.13/ddns-osx -#SLo ddns && chmod +x ddns

Changes:

See more
  • 70d57b4 feat(pypi): support for pip install
  • 02f150c fix(ssl): inject cert for windows nt [ #56 ]
  • 9271824 Update README.md

This list of changes was auto generated.

v2.5.8

20 Apr 16:03
Compare
Choose a tag to compare

latest deploy

  • Windows 下载 ddns.exe
  • Ubuntu 下载 ddns
  • Mac OS X下载 ddns-osx
  • 其他平台可下载源码(需python 运行环境)

Windows

Ubunutu

  • ddns 运行
curl https://github.com/NewFuture/DDNS/releases/download/v2.5.8/ddns -#SLo ddns && chmod +x ddns
  • 创建定时任务(当前文件夹)
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.5.8/create-task.sh | bash

Mac OSX

curl https://github.com/NewFuture/DDNS/releases/download/v2.5.8/ddns-osx -#SLo ddns && chmod +x ddns

Changes:

See more

This list of changes was auto generated.

v2.5.6

04 Apr 13:02
6c656ec
Compare
Choose a tag to compare

latest deploy

  • Windows 下载 ddns.exe
  • Ubuntu 下载 ddns
  • Mac OS X下载 ddns-osx
  • 其他平台可下载源码(需python 运行环境)

Windows

Ubunutu

  • ddns 运行
curl https://github.com/NewFuture/DDNS/releases/download/v2.5.6/ddns -#SLo ddns && chmod +x ddns
  • 创建定时任务(当前文件夹)
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.5.6/create-task.sh | bash

Mac OSX

curl https://github.com/NewFuture/DDNS/releases/download/v2.5.6/ddns-osx -#SLo ddns && chmod +x ddns

Changes:

  • 6c656ec Merge pull request #52 from NewFuture/NewFuture-fix-51 [ #51 ]
  • 130ce33 fix(alidns): log action #51
  • 3be1a1a fix(DNSPOD_COM): user_token 作为请求auth参数 [ #50 ]
  • 21e4be5 修改dnspod国际版token参数为user_token
  • 80775c3 docs(release): add windows files links

This list of changes was auto generated.

自动发布

30 Mar 10:18
Compare
Choose a tag to compare

latest deploy

  • Windows 下载 ddns.exe
  • Ubuntu 下载 ddns
  • Mac OS X下载 ddns-osx
  • 其他平台可下载源码(需python 运行环境)

Windows

  • 下载 ddns.exe 运行
  • 定时任务 下载 create-task.bat 相同目录

Ubunutu

  • ddns 运行
curl https://github.com/NewFuture/DDNS/releases/download/v2.5.5/ddns -#SLo ddns && chmod +x ddns
  • 创建定时任务(当前文件夹)
curl -sSL https://github.com/NewFuture/DDNS/releases/download/v2.5.5/create-task.sh | bash

Mac OSX

curl https://github.com/NewFuture/DDNS/releases/download/v2.5.5/ddns-osx -#SLo ddns && chmod +x ddns

Changes:

See more

This list of changes was auto generated.