Releases: ygguser/peers_updater
Peers updater v. 0.3.4
Added
- Added WebSocket-peers support (
ws://
|wss://
)
Peers updater v. 0.3.3
Changed
- Сhanged default paths:
/etc/yggdrasil.conf
->/etc/yggdrasil/yggdrasil.conf
;/var/run/yggdrasil.sock
->/var/run/yggdrasil/yggdrasil.sock
Peers updater v. 0.3.2
Added
- Adaptation for Yggdrasil v. 0.5 (quic:// support)
Peers updater v. 0.3.1
Fixed
- Error while loading shared libraries (libssl.so) (#10).
Peers updater v. 0.3.0
Added
- Added the ability to simply disable some functionality during assembly. For more information, see README.md
Changed
- The number of dependencies has been reduced and some of them have been replaced with "lighter" alternatives. As a result, smaller binaries are obtained.
- Added a couple of notes about the build from source
Peers updater v. 0.2.0
Added
- Added the
-S
(--self_update
) option.
Starting from this version, it will be possible to update the utility by running it with the -S
option. This is done for the simplicity and convenience of updating. You will no longer need to manually download the release from GitHub, unpack and manually replace the executable file - the utility will do all this automatically.
Usage example:
Checking the version:
./peers_updater -V
Yggdrasil peers updater 0.2.0
./peers_updater -S
New release found: 0.2.0 --> 0.2.1
Downloading...
Extracting...
Replacing binary file...
Done.
Checking the version again:
./peers_updater -V
Yggdrasil peers updater 0.2.1
Here we see that the program has been successfully updated.
The utility with the -S
option can be run on a schedule (cron, windows scheduler) or manually.
Peers updater v. 0.1.0
Added
- Added the
-I
(--ignore_country
) option. Related to #6
Changed
- Updated versions of dependencies (clap, nu-json, regex, attohttpc)
Some antiviruses may falsely trigger on compressed UPX binary files, so I added uncompressed files as well.
Peers updater v. 0.0.9
Fixed:
- adding one peer twice with different protocols (#5)
Some antiviruses may falsely trigger on compressed UPX binary files, so I added uncompressed files as well.
Peers updater v. 0.0.8
Changed:
- optimizing the size of executable files
Some antiviruses may falsely trigger on compressed UPX binary files, so I added uncompressed files as well.
Peers updater v. 0.0.7
Fixed:
- fix incorrect behavior without the
-i
option