Releases: pmmp/DevTools
Releases · pmmp/DevTools
1.13.2
1.13.1
This release is compatible with PocketMine-MP 3.0.0 and all later minor/patch releases.
- Fixed file (non directory) paths not working as
--make
arguments forConsoleScript
- Cleaned up
genplugin
command - now it doesn't write useless files to disk - Fixed
ConsoleScript
ignoring compression type - Fixed some duplicated directory separators
- Fixed projects not being buildable if they were contained in a hidden directory or otherwise excluded build path.
1.13.0 for PocketMine-MP 3.0.0
- Now uses strict types and typehints throughout.
- Updated for PocketMine-MP PluginLoader rewrite.
- Reduced duplication of code between DevTools main and ConsoleScript (now more dependent on ConsoleScript).
1.12.10 for APIs 3.0.0-ALPHA7-12
- support for API 3.0.0-ALPHA12 release
- fixed symlinked files not being included in built phars
- fixed phar builds not working on Windows due to hardcoded forward slashes
1.12.9 for APIs 3.0.0-ALPHA7-11
- support for API version 3.0.0-ALPHA11 release
1.12.8 for APIs 3.0.0-ALPHA7-10
- Fixed entry path resolution when relative paths are used in
--entry
- Fixed undefined variable in generated plugin phar stubs
- DevTools will no longer crash when folder plugins have invalid data directories or have no main class to be found
- Bump for API 3.0.0-ALPHA10
1.12.7 for APIs 3.0.0-ALPHA7-9
- Added support for wildcard in
/makeplugin
to build all folder plugins (/makeplugin *
) - Fixed
/genplugin
crash and cleaned up some bad logic
1.12.6 for APIs 3.0.0-ALPHA7-9
- Updated for ALPHA9
- Fixed RCE vulnerability in /genplugin (Missing return after regex check on name and author - thanks GH Freax13)
- /genplugin now automatically sanitizes plugin names and authors which have illegal characters in them
1.12.4 for APIs 3.0.0-ALPHA7-8
- bump for API 3.0.0-ALPHA8
1.12.3.2 for APIs 3.0.0-ALPHA7
- Fixed a stupid Friday-evening bug in the previous revision