Skip to content

v1.1.1

Compare
Choose a tag to compare
@Joshua-Zou Joshua-Zou released this 10 Apr 22:34
· 75 commits to main since this release
3d994ce

Changes

  • Fixed security vulnerability introduced in v.1.1.0
  • Improve console experience (Now only scrolls the console container and not the entire page, and doesn't show weird non-ascii characters)
  • Start deployment on docker startup setting added

New Versioning System (introduced in previous pre-release)

As new features get added, changes to the config file will undoubtedly come along. A way to get around this is the versioning system. If a newer version of NDS requires a config file with version 3 or higher, the server will throw an error when started, indicating you to run the command npm run update-config. This will start a script that loops through other scripts that incrementally update the config file. For example, if a file needs to go from version 1 to version 3, the script will run update1to2.js and update2to3.js

Installation

  1. Download and extract the files attached
  2. Navigate to the directory in terminal and run npm i to install required NPM dependencies
  3. Run npm run start

Full Changelog: v1.1.0...v1.1.1