Update changelog

This commit is contained in:
Starbeamrainbowlabs 2020-01-10 17:17:31 +00:00
parent 85e1c358e1
commit f0659ee1fc
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# Changelog
This file holds the changelog for Pepperminty Wiki. This is the master list of things that have changed (second only to the commit history!) - though the information for any particular release can also be found in the description of it's page for every release made on GitHub too.
## v0.20.1-hotfix1
- Fixed logic error in peppermint.json access checker (thanks, @nivex! #179)
## v0.20
_Just 1 change since the previous beta release._
@ -24,6 +26,9 @@ _Just 1 change since the previous beta release._
- An object can now be used to define groups of items in the more menu
- Hopefully it now looks less cluttered :P
- Headings now have an automatic id if you don't specify one (part of #141)
- Server-side diagramming support! See the [`parser_ext_renderers`](https://starbeamrainbowlabs.com/labs/peppermint/peppermint-config-info.php#config_parser_ext_renderers_enabled) setting for more information on how to configure it
- It hooks into external programs such as [nomnoml](http://nomnoml.com), [plantuml](http://plantuml.com/), and `abcm2ps` ([ABC musical notation](https://abcnotation.com/) rendering)
- It's generic enough to allow you to hook into any program that takes an input of some source text, and output some form of image
### Fixed
- Fixed a bug in the search query performance metrics