Skip to content

Releases: pmmp/DevTools

1.13.2

13 Dec 19:48
Compare
Choose a tag to compare
  • Fixed crash in /makeplugin when the source files for a folder plugin were deleted from disk at runtime

1.13.1

09 Dec 15:29
Compare
Choose a tag to compare

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 for ConsoleScript
  • 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

19 Jun 10:18
Compare
Choose a tag to compare
  • 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

13 Apr 20:13
Compare
Choose a tag to compare
  • 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

05 Feb 11:17
Compare
Choose a tag to compare
  • support for API version 3.0.0-ALPHA11 release

1.12.8 for APIs 3.0.0-ALPHA7-10

17 Dec 13:10
Compare
Choose a tag to compare
  • 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

06 Nov 21:03
Compare
Choose a tag to compare
  • 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

30 Oct 17:26
Compare
Choose a tag to compare
  • 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

28 Sep 10:46
Compare
Choose a tag to compare
  • bump for API 3.0.0-ALPHA8

1.12.3.2 for APIs 3.0.0-ALPHA7

09 Sep 00:04
Compare
Choose a tag to compare
  • Fixed a stupid Friday-evening bug in the previous revision