Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaltby committed Oct 15, 2024
1 parent 256de1f commit 05026d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add ability to define constant values, compared to variables these don't take any extra memory when used in game
- Add ability to select all scenes with Ctrl/Cmd + A from Game World view
- Add plugin manager for installing plugins from the official plugin repository, accessible from the menu at `Plugins / Plugin Manager`
- Add support for theme, localization and project template plugins

### Changed

- Optimised performance of "Show Connections" calculations by moving most of the effort to a thottled Worker thread. This also improves script editing performance when Connections are visible.
- "Switch" event updated to allow use of constant values for each branch condition
- Optimised compilation of backgrounds by reusing tileset data where possible if common tilesets are used [@Mico27](https://github.com/Mico27)
- Moved `.gbsres` files for assets to the same folder as the asset files. Allows asset plugins to include `.gbsres` e.g sprite asset pack plugins can include animations
- Optimised script editor by throttling the processing that was occuring on every key press

### Fixed

- Fix issue where errors in watched files could cause application to crash
- Fix issue where quickly clicking Create Project button during project creation could prevent new project from opening
- Fix issue where quickly clicking "Create Project" button during project creation could prevent new project from opening

## [4.1.3] - 2024-09-16

Expand Down

0 comments on commit 05026d3

Please sign in to comment.