Skip to content

Releases: Y0ursTruly/slate

Version 1.1.1

17 Nov 18:55
7746c02
Compare
Choose a tag to compare

Small bugs fixed + it ensures main-server is awake before other setup activities 👌

Version 1.1.0

15 Nov 01:31
Compare
Choose a tag to compare

the public and private key setup from user to server now includes rsa cryptography 🔑 🗝️

Version 1.0.97

26 Jun 22:57
987a2a2
Compare
Choose a tag to compare

Description Updated(makes more sense) and now that automation is complete

Version 1.0.96

25 Jun 20:35
030d357
Compare
Choose a tag to compare

automation bug fix(onbeforeunload function in browser wasn't working from v1.0.95)

Version 1.0.95

25 Jun 02:41
5ac9764
Compare
Choose a tag to compare

automated startup(running the JavaScript file in nodejs is all that's needed)

  • installs dependencies
  • gets and stores keys
  • renews keys if stored keys are invalid
  • by nature wakes up server before launch

Version 1.0.93

22 Jun 21:56
a70f6af
Compare
Choose a tag to compare

nothing major, just I make sure the mainserver is awake before launching and I keep user to user messages inside their DOM div elements

Version 1.0.92

20 Jun 00:52
48a1b6a
Compare
Choose a tag to compare

After testing on different environments and some stress testing.. this is the result

Version 1.0.91

18 Jun 17:59
7848310
Compare
Choose a tag to compare

v1.0.91 has a small bug fix, tweaked description and edited readme(in examples section) in comparison to v1.0.9

The small bug was that using await on the shellCommand function caused it to hang on some cases, so I stopped using await for shellCommand entirely

Version 1.0.9

17 Jun 23:14
24e33bf
Compare
Choose a tag to compare

This is my first nodejs project I started(way back in 2019). I mean I started the project December 2018 but it was only in the middle of 2019(summer vacation) that I began using nodejs by researching how to apply my concepts.. personally I love this project

This release is a major change of how the mainserver and the localhost listener communicate. With a new public and private key system, I can finally call this homemade encryption method asynchronous. Please clone, and have fun using this synchronous(live) messaging system

Version 1.0.81

29 Mar 00:13
98e1e8b
Compare
Choose a tag to compare

No more executables, just the source js, also the first version with an npm package
The next update would include but is not limited to a change in the variable theList which would pave the path to more updates
Version 1.0.8 had a clumsy bug, sorry about that >:{
Stay Tuned >:D