Skip to content

Latest commit

 

History

History
149 lines (71 loc) · 6.1 KB

CHANGELOG.md

File metadata and controls

149 lines (71 loc) · 6.1 KB

Changelog

0.11.0 (2021-06-29)

Features

  • Validation for Yaml config files (154ab06)

0.10.0 (2021-06-17)

Features

  • Added command to select config file (1962e31)
  • Added json schemas for new contrib plugins (198e6eb)
  • Support for toml & yaml build files (bbc71a8)

0.9.0 (2021-04-13)

Features

  • Added abbility to choose files with open dialog (398b412)

0.8.0 (2021-04-13)

Features

  • LinkWorld command shows world version (2376f62)

0.7.1 (2021-04-08)

Bug Fixes

  • Update babelbox/load description (0781b5b)

0.7.0 (2021-04-07)

Bug Fixes

  • No schema descriptions in Intellisense popup (40a32be)

Features

  • Add completion for mcanitexgen plugin (cdf295d)
  • Add completions for external babelbox plugin (f845333)
  • Add pipeline completions (f682e64)

0.6.0 (2021-04-02)

Features

  • add completion for generator metadata (740239e)

0.5.4 (2021-03-26)

Bug Fixes

  • Using webpack to build extension (f83b5fd)

0.5.3 (2021-03-26)

Bug Fixes

  • Modules were not imported correctly (e7ee23a)

0.5.2 (2021-03-26)

Bug Fixes

  • Link world command was not included in activation events (9f396fd)

0.5.1 (2021-03-26)

Bug Fixes

  • Commands were not registered correctly (be536a3)

0.5.0 (2021-03-26)

Bug Fixes

  • Build executed if no config file was selected (b853783)

Features

  • Added beet.minecraftPath configuration (5a9b5fd)
  • Link command now lets you pick worlds to link to (f820ee8)

0.4.2 (2021-03-25)

Bug Fixes

  • Added check if beet.pyhonPath is valid (ae63ef0)
  • Beet tasks were not executed correctly (508e34e)

0.4.1 (2021-03-25)

Bug Fixes

  • Build command automatically selects config file if only one exists (3395be6)

0.4.0 (2021-03-25)

Features

  • Config file is now selectable in build task (af47c8c)

0.3.0 (2021-03-24)

Features

  • Added beet tasks (b9fdf59)
  • Added pythonPath setting (381b004)
  • Beet is executed with interpreter at python.pythonPath (915a4bb)
  • Beet tasks are executed with current python interpreter (a52cb78)
  • config: Added babelbox dialect completion (cc8555e)

0.2.0 (2021-03-24)

Bug Fixes

Features

  • schema for lectern config (fb301de)

[0.0.1]

  • Added autocomplete for beet project configuration files