Fix markdown
This commit is contained in:
parent
24a97c08e1
commit
ad51399064
|
|
@ -1,9 +1,11 @@
|
||||||
# 0.7.10-alpha:
|
# 0.7.10-alpha:
|
||||||
New features:
|
New features:
|
||||||
- Add proper save/export dialog for web UI
|
- Add proper save/export dialog for web UI
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
- When trying to play an animation and the scrubber is on the last frame, the animation will play from the beginning
|
- When trying to play an animation and the scrubber is on the last frame, the animation will play from the beginning
|
||||||
- Lightningbeam now uses pointer events instead of mouse events for input, so it can be used with styluses and touchscreens
|
- Lightningbeam now uses pointer events instead of mouse events for input, so it can be used with styluses and touchscreens
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
- Fix outlines losing their colors
|
- Fix outlines losing their colors
|
||||||
- Fix audio not opening properly
|
- Fix audio not opening properly
|
||||||
|
|
@ -14,8 +16,10 @@ Bugfixes:
|
||||||
New features:
|
New features:
|
||||||
- MP4 export is now faster and full resolution
|
- MP4 export is now faster and full resolution
|
||||||
- Added WebM export
|
- Added WebM export
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
- Files saved in Lightningbeam 0.7.7 or later are now opened by directly parsing the file structure, bypassing the need to replay every action
|
- Files saved in Lightningbeam 0.7.7 or later are now opened by directly parsing the file structure, bypassing the need to replay every action
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
- Fix frame number after exporting video
|
- Fix frame number after exporting video
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue