Skip to content

Releases: Aervyon/jsLiam

072520

26 Jul 03:02
Compare
Choose a tag to compare

jsLiam V3

Enhanced

  • Setting the presence (Internal)
  • README
  • Quality

Removed

  • Any JS files that are not configuration files were removed, you will need to compile the TS files yourself.
  • Other unnecessary files
  • Bugs

Updated

  • package.json
  • example configs
  • gitignore
  • Updates to the typescript config file

Added

  • Development stuff such as implementing eslint

062219

22 Jun 07:29
Compare
Choose a tag to compare

With version 2 there were serious code improvements, style improvements, and a much cleaner look to it. The API was removed as it served no purpose.
Garbage/useless files such as the .bats were removed, the file structure redone, and the dependencies purged.
Rewrote the README file to be much less confusing (hopefully).

091218

09 Dec 00:15
Compare
Choose a tag to compare

Made it almost completely customizable (unless there is no more customization i can put in, i can't think of any.). Fixed the update function. Allowed for refreshing the client while running the app. Made the config consistent. Added features including:
The ability to disable both image keys, to remove both image texts (bug from before if i remember correctly), the ability to have rotating image keys, a static quote (stays constant), and the ability to reset the timestamp while the app is running.
See README.md on how to do these things. (Under: Configuration keys)

231118

08 Dec 06:58
Compare
Choose a tag to compare

Base presence. Allows for some basic customization as well as a hot reloadable config, still very limited. Poor design for customization, does not alklow for too much more customization, easily. The design part will be addressed in the next release.