Releases: skibish/ddns
Releases · skibish/ddns
3.1.1
You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/3.1.1/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns
Changes
Features
- Updated to 1.16
- Minimised size of docker image
Fixes
- Cleanup of static check errors
3.1.0
You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/3.1.0/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns
Changes
Features
- #23 New channel for sending notifications: Gotify. Thanks @devotoare! 🎉
3.0.5
You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/3.0.5/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns
Changes
Fixes
- Make it build for Windows
- Remove Makefile, because GitHub Actions are in use
3.0.4
You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/3.0.4/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns
Changes
Features
- Added
-v
flag to show build version and commit hash
3.0.3
You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/3.0.3/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns
Changes
Fixes
- Minimise Docker image size from
390MB
to16MB
- Change test version in
.travis.yml
to1.13
3.0.2
You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/3.0.2/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns
Changes
Fixes
3.0.1
You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/3.0.1/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns
Changes
Fixes
3.0.0
You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/3.0.0/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns
Changes
Breaking change
- Key
domain
is deprecated - Changed build architectures for Linux and Darwin (macOS) (from 32-bit to 64-bit)
Features
- Docker image is available for download
- New channel for sending notifications: Telegram
Fixes
- Fixed different typos
2.4.0
You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/2.4.0/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns
Changes
Features
- Added
domains
key to have a list of domains to update. #6
WARNING!: In the next major release key domain
will be deprecated. Warning was added in the code.
2.3.0
You can use these commands to install or upgrade DDNS
curl -L https://github.com/skibish/ddns/releases/download/2.3.0/ddns-`uname -s`-`uname -m` > /usr/local/bin/ddns
chmod +x /usr/local/bin/ddns
Changes
Features
- Move from
dep
togo mod
that was introduced in Go 1.11