Skip to content

Releases: ygguser/peers_updater

Peers updater v. 0.3.4

08 Aug 19:47
0a90253
Compare
Choose a tag to compare

Added

  • Added WebSocket-peers support (ws:// | wss://)

Peers updater v. 0.3.3

07 Nov 17:56
Compare
Choose a tag to compare

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

29 Oct 11:19
Compare
Choose a tag to compare

Added

  • Adaptation for Yggdrasil v. 0.5 (quic:// support)

Peers updater v. 0.3.1

01 Mar 20:10
Compare
Choose a tag to compare

Fixed

  • Error while loading shared libraries (libssl.so) (#10).

Peers updater v. 0.3.0

01 Mar 17:54
Compare
Choose a tag to compare

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

23 Feb 12:02
Compare
Choose a tag to compare

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

18 Feb 09:34
Compare
Choose a tag to compare

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

26 Jan 14:31
Compare
Choose a tag to compare

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

06 Jan 21:38
Compare
Choose a tag to compare

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

16 Dec 22:08
Compare
Choose a tag to compare

Fixed:

  • fix incorrect behavior without the -i option