Updated 1.7.0 release notes to prod

This commit is contained in:
Mitchell McCaffrey
2021-01-20 19:51:30 +11:00
parent 1e545b3220
commit 7a13cf46bf
3 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "owlbear-rodeo",
"version": "1.7.0 (preview)",
"version": "1.7.0",
"private": true,
"dependencies": {
"@babylonjs/core": "^4.2.0",

View File

@@ -1,3 +1,5 @@
[embed:](https://www.youtube.com/embed/MWbfbN3Brhw)
## Major Changes
### Sticky Notes
@@ -52,7 +54,8 @@ In this update the fog tool has been changed to hopefully help work better with
- Fixed crash when sometimes zooming out too far with a custom token on the map.
- Fixed a bug where the drawing erase tool could still be used outside of the drawing tool.
- Fixed a bug causing the colour of the glass and gemstone dice to be wrong.
- Fixed a bug that would cause custom tokens to not load until a refresh.
---
Preview
Jan 20 2021

View File

@@ -49,7 +49,7 @@ function ReleaseNotes() {
Release Notes
</Text>
<div id="v170">
<Accordion heading="v1.7.0 (Preview)" defaultOpen>
<Accordion heading="v1.7.0" defaultOpen>
<Markdown source={v170} />
</Accordion>
</div>