Add 'rojo doc' command

This commit is contained in:
Lucien Greathouse
2020-03-12 16:02:19 -07:00
parent 2a31937b81
commit 255bf439d3
6 changed files with 45 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
## Unreleased Changes for 0.6.x
* Added `--watch` argument to `rojo build`. ([#284](https://github.com/rojo-rbx/rojo/pull/284))
* Added dark theme support to plugin. ([#241](https://github.com/rojo-rbx/rojo/issues/241))
* Added the `rojo doc` command, which opens Rojo's documentation in your browser.
* Simplified filesystem access code dramatically.
* Improved error reporting and logging across the board.
* Log messages have a less noisy prefix.