mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Bump version & update changelog
This commit is contained in:
parent
3374bdedc3
commit
0a6ee2977d
3 changed files with 8 additions and 4 deletions
|
@ -24,6 +24,10 @@ This file holds the changelog for Pepperminty Wiki. This is the master list of t
|
||||||
- Pepperminty Wiki _shouldn't_ make remote requests without you asking it to - see above and the theme gallery
|
- Pepperminty Wiki _shouldn't_ make remote requests without you asking it to - see above and the theme gallery
|
||||||
|
|
||||||
|
|
||||||
|
## v0.19.2-hotfix2
|
||||||
|
- Patched another crazy bug in the extra data system in the downloader
|
||||||
|
|
||||||
|
|
||||||
## v0.19.1-hotfix1
|
## v0.19.1-hotfix1
|
||||||
- Patched [the downloader](https://starbeamrainbowlabs.com/labs/peppermint/download.php) which was throwing warnings when packing downloads
|
- Patched [the downloader](https://starbeamrainbowlabs.com/labs/peppermint/download.php) which was throwing warnings when packing downloads
|
||||||
|
|
||||||
|
@ -72,7 +76,7 @@ _(No changes have been made since the last beta release.)_
|
||||||
- Big update to the backend Markdown parser _Parsedown_
|
- Big update to the backend Markdown parser _Parsedown_
|
||||||
- Use Parsedown's new untrusted feature for comments
|
- Use Parsedown's new untrusted feature for comments
|
||||||
- Added new `all_untrusted` setting to allow treating *everything* as untrusted (default: false) - turn it on if your wiki allows anonymous edits
|
- Added new `all_untrusted` setting to allow treating *everything* as untrusted (default: false) - turn it on if your wiki allows anonymous edits
|
||||||
- Switch to [nightdocs](https://gitlab.com/sbrl/nightdocs) instead of [docpress](https://docpress.github.io/) ~~(the [official docs](https://starbeamrainbowlabs.com/labs/peppermint/_docpress/) will update & change URL on the next stable release)~~ the new docs are available [here](https://starbeamrainbowlabs.com/labs/peppermint/__nightdocs/01-Welcome.html)!
|
- Switch to [nightdocs](https://gitlab.com/sbrl/nightdocs) instead of [docpress](https://docpress.github.io/) (the [official docs](https://starbeamrainbowlabs.com/labs/peppermint/_docpress/) will update & change URL on the next stable release)
|
||||||
- Add moar [badges](https://shields.io/) to the README & docs :D
|
- Add moar [badges](https://shields.io/) to the README & docs :D
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Pepperminty Wiki",
|
"name": "Pepperminty Wiki",
|
||||||
"version": "0.19.0",
|
"version": "0.19.2",
|
||||||
"description": "A wiki in a box. This is the API documentation.",
|
"description": "A wiki in a box. This is the API documentation.",
|
||||||
"title": "Pepperminty Wiki"
|
"title": "Pepperminty Wiki (0.13-dev)"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pepperminty-wiki",
|
"name": "pepperminty-wiki",
|
||||||
"version": "0.19.0",
|
"version": "0.19.2",
|
||||||
"description": "A wiki in a box",
|
"description": "A wiki in a box",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
Loading…
Reference in a new issue