File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
## [ Unreleased]
3
+
4
+
5
+ ## [ 0.3.0]
3
6
### Added
4
7
- ` EditorExportPlugin ` for minifying Lua scripts with ` LuaSrcDiet ` on
5
8
release exports. Minification may be turned off with the
67
70
- API documentation
68
71
69
72
70
- [ Unreleased ] : https://github.com/gilzoide/godot-lua-pluginscript/compare/0.2.0...HEAD
73
+ [ Unreleased ] : https://github.com/gilzoide/godot-lua-pluginscript/compare/0.3.0...HEAD
74
+ [ 0.3.0 ] : https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.3.0
71
75
[ 0.2.0 ] : https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.2.0
72
76
[ 0.1.0 ] : https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/0.1.0
73
77
[ r1 ] : https://github.com/gilzoide/godot-lua-pluginscript/releases/tag/r1
Original file line number Diff line number Diff line change 1
1
[plugin]
2
2
3
3
name =" Lua PluginScript"
4
- description =" Tools for Lua PluginScript: REPL tab"
4
+ description =" Tools for Lua PluginScript: REPL tab and export plugin for minifying scripts "
5
5
author =" gilzoide"
6
- version =" 0.1 .0"
6
+ version =" 0.3 .0"
7
7
script =" plugin.gd"
Original file line number Diff line number Diff line change 48
48
PropertyHint = PropertyHint ,
49
49
--- `Enumerations.PropertyUsage`
50
50
PropertyUsage = PropertyUsage ,
51
- --- Project version: 0.2 .0
52
- _VERSION = ' 0.2 .0' ,
51
+ --- Project version: 0.3 .0
52
+ _VERSION = ' 0.3 .0' ,
53
53
}
54
54
55
55
local global_constants = api .godot_get_global_constants ()
You can’t perform that action at this time.
0 commit comments