File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22## [ Unreleased]
3+
4+
5+ ## [ 0.3.1]
36### Added
47- Support for ` codesign ` ing OSX builds directly from make invocation.
58 The optional parameters are ` CODE_SIGN_IDENTITY ` and ` OTHER_CODE_SIGN_FLAGS ` .
8689- API documentation
8790
8891
89- [ Unreleased ] : https://github.com/gilzoide/godot-lua-pluginscript/compare/0.3.0...HEAD
92+ [ Unreleased ] : https://github.com/gilzoide/godot-lua-pluginscript/compare/0.3.1...HEAD
93+ [ 0.3.0 ] : https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.3.1
9094[ 0.3.0 ] : https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.3.0
9195[ 0.2.0 ] : https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.2.0
9296[ 0.1.0 ] : https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.1.0
Original file line number Diff line number Diff line change 33name =" Lua PluginScript"
44description =" Tools for Lua PluginScript: REPL tab and export plugin for minifying scripts"
55author =" gilzoide"
6- version =" 0.3.0 "
6+ version =" 0.3.1 "
77script =" plugin.gd"
Original file line number Diff line number Diff line change 4848 PropertyHint = PropertyHint ,
4949 --- `Enumerations.PropertyUsage`
5050 PropertyUsage = PropertyUsage ,
51- --- Project version: 0.3.0
52- _VERSION = ' 0.3.0 ' ,
51+ --- Project version: 0.3.1
52+ _VERSION = ' 0.3.1 ' ,
5353}
5454
5555local global_constants = api .godot_get_global_constants ()
You can’t perform that action at this time.
0 commit comments