Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga committed Sep 20, 2023
1 parent 09aa4b4 commit b3ddc56
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/release-notes/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ title: CLI

## Unreleased

## v9.7.0

### Core: Downloader/bundler
- Download the TypeScript definition file for standalone client library mode. This won't include the TypeScript definition file to the final application bundle.

## v9.6.1

### Bugfixes/Improvements
Expand Down
6 changes: 6 additions & 0 deletions docs/release-notes/client-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ title: Client Library

## Unreleased

## v3.12.0

### Improvements/bugfixes
- Improved the performance of the draggable regions API by throttling Neutralino framework function calls.
- Fix the restarting issue that happens when the app path contains spaces.

## v3.11.0

### API: window
Expand Down
19 changes: 19 additions & 0 deletions docs/release-notes/framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ title: Framework

## Unreleased

## v4.14.0

### Filesystem API
- Introduce the `filesystem.getWatchers` function to get all created watchers.
- Add binary file reading support for the `filesystem.updateOpenedFile(id, action, data)` function. This function implements `readBinary` and `readAllBinary` actions and `dataBinary` output action in the `openedFile` global event.
- Return the existing watcher identifier from `filesystem.createWatcher` if there is an existing active watcher for the given path.

### OS API
- Add a way to set current working directory for process creation functions: `os.execCommand(command, options)` now supports `cwd` via the options object and `os.spawnProcess(command, cwd)` accepts currently working directory via the second string parameter.

### Improvements/bugfixes
- Fix Unicode charactor issues in the tray menu on Windows.
- Avoid including null bytes to file reader events initiated by the `filesystem.openFile` function.
- Discard `window` method executions on non-window modes.

### DevOps
- Update external GitHub Action packages to their latest versions.
- Fix issues of the failing test cases

## v4.13.0

### Core: persistent window state
Expand Down

0 comments on commit b3ddc56

Please sign in to comment.