Skip to content

Commit

Permalink
changelog(alpha-NLM): update changelog to include recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Dec 23, 2023
1 parent c2b6e54 commit 1cc4553
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/pages/about/changelog/alpha-NLM.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@
- All file and folder paths defined by an extension are validated upon installing or building it.
- Add a separate function for assinging extention flags to variables for `-install`, `-remove` and `-export`.
- Check for extensions flags through variables instead of checking the `$info_flags` string each if statement that validated a specific flag on `-install`, `-remove` and `-export`.
- Address multiple [ShellCheck](https://www.shellcheck.net/wiki/) advisories across `blueprint.sh` and it's libraries.
- Address all [ShellCheck](https://www.shellcheck.net/wiki/) advisories across `blueprint.sh` and it's libraries.
- Add new `developerIgnoreRebuild` flag that allows developers to skip rebuilding all panel assets when editing panel css upon running `-build`.
- Speed up "Checking Dependencies" by dumping `npm ls` and just looking for the module in the `node_modules` folder.
- Add new `-debug` command, which can be used to easily print all recent information and muted logs.
- The `-help` command can now also be triggered by providing zero arguments to the `blueprint` CLI tool.

<br/>

Expand All @@ -31,6 +34,7 @@
- "Checking dependencies" was ran before asking administrators for confirmation when running `-remove`.
- If extension script flags were present but the extension did not have given script, Blueprint would throw a weird error.
- The debug file path defined in `lib/bash_colors.sh` was relative, which would cause an error if not ran in the Pterodactyl directory.
- Extension file paths defined in `conf.yml` could escape the temporarily directory.

<br/>

Expand Down

0 comments on commit 1cc4553

Please sign in to comment.