Improving Changelog

This commit is contained in:
David Négrier 2021-05-10 19:01:18 +02:00
parent a95d592659
commit 58482f8ae6
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,11 @@
## Version 1.3.9 - in dev
### BREAKING CHANGES
- Scripting API:
- Changed function names: `restorePlayerControl` => `restorePlayerControls`, `disablePlayerControl` => `disablePlayerControls`.
Please keep in mind that the scripting API is still experimental. Some breaking changes can occur in it until we mark it as stable.
### Updates
- Mobile support has been improved
@ -7,6 +13,7 @@
- Mouse wheel support to zoom in / out
- Pinch support on mobile to zoom in / out
- Improved virtual joystick size (adapts to the zoom level)
### Bug Fixes

View File

@ -1,4 +1,4 @@
{.alert.alert-danger}
{.alert.alert-danger style="width:80%"}
This feature is "_experimental_". We may apply changes in the near future to the way it works when we gather some feedback.
{.section-title.accent.text-primary}