From d9cb33b38668d9e47529936c1771daa4375a77ce Mon Sep 17 00:00:00 2001 From: Shalitha Suranga Date: Tue, 25 Feb 2025 16:28:10 +0530 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e2a7a9..e3e02fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,20 @@ rename `Unreleased` topic with the new version tag. Finally, create a new `Unrel ## Unreleased -## v11.3.1 +### Core: Bundler +- Let developers copy additional non-resource files like configuration files to the final app bundle using `cli.copyItems` array. +- Add the `--macos-bundle` flag to the `build` command to rename MacOS binary to a `*.app` file. +- Add the `--config-file ` to use a custom Neutralinojs config file for creating the bundle. i.e., `neu build --config-file prod.config.json` ### Bugfixes/improvements +- Support spaces in internal CLI arguments, i.e., `neu run -- --window-title="Window title"` + +### Dependencies +- Update several dependency packages +## v11.3.1 + +### Bugfixes/improvements - Add execution permissions for binaries after downloading them in Unix-based and Unix-like platforms. ## v11.3.0