Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Releases: MajliTech/CloudIPsyncr

[!!! CRITICAL !!!] v1.1.3.5: Fixes for critical error

07 Jul 19:49
5cec808
Compare
Choose a tag to compare

What's Changed

  • Update build.sh to disable auto running cipsyncr-setup by @MajliTech in #8
  • Fix a obvius critical error in cipsyncr-setup by @MajliTech in #9

Full Changelog: v1.1.3.4...v1.1.3.5

Quick start

cd /tmp; mkdir cloudipsyncr; cd cloudipsyncr; rm linux-x64.zip;wget https://github.com/MajliTech/CloudIPsyncr/releases/download/v1.1.3.5/linux-x64.zip ; unzip linux-x64; sudo mv cloudipsyncr /usr/bin/; sudo mv cipsyncr-setup /usr/bin; sudo chmod +x /usr/bin/cloudipsyncr; sudo chmod +x /usr/bin/cipsyncr-setup;

v.1.1.3.4: So dumb that I forgot to remove debugging

06 Jul 07:59
3b2461f
Compare
Choose a tag to compare

What's new?

  • Only removed debugging

Do not update

If you use v1.1.3.3, you can skip this update. Just when configuring, you will see response from cloudflare.

Full Changelog: v1.1.3.3...v1.1.3.4

Quick start

cd /tmp; mkdir cloudipsyncr; cd cloudipsyncr; rm linux-x64.zip;wget https://github.com/MajliTech/CloudIPsyncr/releases/download/v1.1.3.4/linux-x64.zip ; unzip linux-x64; sudo mv cloudipsyncr /usr/bin/; sudo mv cipsyncr-setup /usr/bin; sudo chmod +x /usr/bin/cloudipsyncr; sudo chmod +x /usr/bin/cipsyncr-setup;

v1.1.3.3: Bug fixes

06 Jul 07:53
3c5f180
Compare
Choose a tag to compare

What's new?

  • Fixed #6 - the setup is now working again.
  • Change some string to new CloudIPsyncr

Quick start

cd /tmp; mkdir cloudipsyncr; cd cloudipsyncr; rm linux-x64.zip;wget https://github.com/MajliTech/CloudIPsyncr/releases/download/v1.1.3.3/linux-x64.zip ; unzip linux-x64; sudo mv cloudipsyncr /usr/bin/; sudo mv cipsyncr-setup /usr/bin; sudo chmod +x /usr/bin/cloudipsyncr; sudo chmod +x /usr/bin/cipsyncr-setup;

v.1.1.3.2: another small bug fix, now it should be working.

20 May 20:10
Compare
Choose a tag to compare

What has changed?

  • On start of the main service, the name has changed
  • Fixed the migration script, now it deletes the previous download
  • Fixed (future) quick start to delete the previous download.

Quick Start

cd /tmp; mkdir cloudipsyncr; cd cloudipsyncr; rm linux-x64.zip;wget https://github.com/MajliTech/CloudIPsyncr/releases/download/v1.1.3.2/linux-x64.zip ; unzip linux-x64; sudo mv cloudipsyncr /usr/bin/; sudo mv cipsyncr-setup /usr/bin; sudo chmod +x /usr/bin/cloudipsyncr; sudo chmod +x /usr/bin/cipsyncr-setup;

v1.1.3.1: small bug fix

20 May 20:00
Compare
Choose a tag to compare

What's new?

  • Point the program to the correct config.

Quick Start

cd ~; mkdir cloudipsyncr; cd cloudipsyncr; wget https://github.com/MajliTech/CloudIPsyncr/releases/download/v1.1.4/linux-x64.zip ; unzip linux-x64; sudo mv cloudipsyncr /usr/bin/; sudo mv cipsyncr-setup /usr/bin; sudo chmod +x /usr/bin/cloudipsyncr; sudo chmod +x /usr/bin/cipsyncr-setup;

v1.1.3: the new name

20 May 19:42
Compare
Choose a tag to compare

What's new?

  • A new name for the program to avoid legal issues.
  • Create a migration script
  • from now every new release has a Quick Start oneliner.

Quick Start

run cd ~; mkdir cloudipsyncr; cd cloudipsyncr; wget https://github.com/MajliTech/CloudIPsyncr/releases/download/v1.1.3/linux-x64.zip ; unzip linux-x64; sudo mv cloudipsyncr /usr/bin/; sudo mv cipsyncr-setup /usr/bin; sudo chmod +x /usr/bin/cloudipsyncr; sudo chmod +x /usr/bin/cipsyncr-setup;

v1.1.2: the first (stable) release

19 May 15:10
dfcf92e
Compare
Choose a tag to compare

This is finally complete!

Fixes:

  • Finally auto-detects the IP version correctly - that is when set from CloudFlare.

V1.1.1

19 May 08:21
Compare
Choose a tag to compare
V1.1.1 Pre-release
Pre-release

Fix error where no type is given to config, real fix soon.

v1.1

18 May 19:48
Compare
Choose a tag to compare
v1.1 Pre-release
Pre-release

Fix a stupid error where the app can't read the config.

The first release! Yay!

18 May 19:39
bb2c4aa
Compare
Choose a tag to compare
Pre-release
v1.0

Update build.yml