Skip to content

Commit d6617ff

Browse files
增加:2.4.0的版本号和CHANGELOG
1 parent 8c3e6f5 commit d6617ff

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.4.0] - 2022-12-9
8+
9+
### Added
10+
- 基于2.3.2的BETA版本,支持使用Lua来扩展编辑器[示例场景](Content/Tutorials/14_EditorExtension/)
11+
- `UnLuaInterface` 增加 `Run in Editor`,允许编辑器非PIE(不运行游戏)状态下绑定到Lua
12+
- 支持Lua扩展自定义菜单、工具栏、控制台命令等
13+
14+
### Fixed
15+
- 打包时提示`Binaries/Lua.dll`被占用
16+
717
## [2.3.2] - 2022-12-9
818

919
### Added

Plugins/UnLua/UnLua.uplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
33
"Version": 2,
4-
"VersionName": "2.3.2",
4+
"VersionName": "2.4.0",
55
"FriendlyName": "UnLua",
66
"Description": "Lua scripting plugin",
77
"Category": "Scripting",

0 commit comments

Comments
 (0)