v1.1.1
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
- Download and extract the files attached
- Navigate to the directory in terminal and run
npm i
to install required NPM dependencies - Run
npm run start
Full Changelog: v1.1.0...v1.1.1