Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga committed Feb 25, 2025
1 parent 6c40691 commit d9cb33b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <path>` 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
Expand Down

0 comments on commit d9cb33b

Please sign in to comment.