Skip to content

Releases: ConzZah/ZeroTierConnect

v0.6

12 May 20:13
72bb654
Compare
Choose a tag to compare

Changes in this Release:

  • added "Q/q" (case insensitive) as Universal QUIT Hotkey. (cancels text entry, quits to main menu, exits the script).

  • added automatic savefile indexing

  • added alot of comments around new code

  • updated how menus are processed and shown to the user (this was long overdue)

  • made LCN.txts to .dot files

( those files let ztc remember the Last Connected Network values, and are also stored in the save directory ~/ZTC_Save )

  • fixed some other issues

( for detailed changes, read the source code. )

Cheers,

Conzzah / 2024

v0.5x

09 May 04:01
f0de00c
Compare
Choose a tag to compare

Changes in this Release:

  • added Autosave function for network values

(the script can now remember your last selected network)

  • ^ rewrote Save System accordingly ^

  • added Dependency Check / automatic install for curl, if not detected.

  • fixed some other issues

( for detailed changes, read the source code. )

Cheers,

Conzzah / 2024

v0.5

05 May 22:22
d0587ea
Compare
Choose a tag to compare

Changes in this Release:

  • Added Option to install Zerotier (from official source) if it isn't installed.

  • Added GET network options ( will release SET in the next update )

  • Added Option to cancel text entry by just typing "q"

  • Added Function to GET the actual network name

  • Rewrote SAVE/LOAD System, aswell as InitialRun

  • Regrouped code based on importance of functions

  • Added ALOT of comments around the code, so you can make sense of it.

(for detailed changes, read the source. )

Cheers,

Conzzah / 2024

v0.420x

02 Apr 05:25
574636c
Compare
Choose a tag to compare

Changes in this Release:

  • completely rewrote menus ( now with sub-menus WOW )
  • added a status screen
  • added return to main menu function
  • added list peers function
  • rewrote (and re-added) disconnect function
  • added alot of documentation ( inside the code )

Cheers,

Conzzah / 2024

v0.420

24 Mar 04:58
4549cb7
Compare
Choose a tag to compare
v0.420 Pre-release
Pre-release

Changes in this Release:

i wanted to make the code more readable because i don't like to read spaghetti-code.
specifically, i put the longer bits ( like loading and saving )into functions instead of them being a near endless string, which increases maintainability.

Cheers,

Conzzah / 2024

v0.4

22 Mar 03:44
269eed1
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release

Changes in this Release:

  • reworked the save-system so that more than one network can be saved and (loaded) connected to.
  • added first run loop (the script prompts you to create a save (only) if no savedata exists).
  • added (some) documentation in the form of #comments, so one can finally read my code without suffering a stroke lol.
  • went from 42 total lines of code to 35, reason: the 2nd main loop became unnecessary, due to its contents being added to the 1st main loop.

v0.4 screenshot:

v0 4_screenshot

Cheers,

Conzzah / 2024

v0.3

15 Mar 10:59
f6943b7
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

Changes in this Release:

  • added more options and a "save system" in which you can store a network id and connect to it with the press of a button.
  • (at first launch, the user will be prompted to enter a network id which is then stored in "save.txt" under "/home/$USER/Documents" )

v0.3 Screenshot:
image

v0.2

15 Mar 10:44
65df0be
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

slightly more advanced version (i made both v0.1 and v0.2 yesterday, thats why they're marked as pre-release).

v0.1

15 Mar 10:39
65df0be
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

this is the barebones version of the script.