Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Jun 13, 2024
1 parent da1b74b commit b601893
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
10 changes: 7 additions & 3 deletions _drafts/friction-096.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@ This release includes several UI/UX changes.
* Added "Clear Recent Files" in edit menu
* Timeline settings menu renamed to "filters"
* Fixed menu state on project load
* Fixed path keyTimes when exporting SVG
* Allow modifications on the timeline/graph during playback

## SVG

* Fixed path `keyTimes` when exporting SVG
* Improved export SVG dialog
* Added `line` support in SVG importer

## Renderer

Expand All @@ -52,7 +56,7 @@ The renderer now supports profiles on selected codecs.
## Effects

* Effects can now be renamed
* Several crash fixes for shader effects
* Improved shader effects stability

## Windows

Expand All @@ -72,7 +76,7 @@ The renderer now supports profiles on selected codecs.
* Removed/Refactored a lot of legacy code
* Upgraded from Qt 5.12.12 to Qt 5.15.14
* Fixes several UI issues
* Qt 5.15.14 is now a requirement
* Qt 5.15.3+ is now a requirement
* Warning during startup if using unsupported FFmpeg version
* We only support the version we ship with our binaries
* QtSvg and image formats is not needed anymore, we only need PNG (included in qtbase)
Expand Down
1 change: 1 addition & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ <h3 id="contributors">Contributors</h3>
<li><a href="https://github.com/MaurycyLiebner">Maurycy Liebner</a></li>
<li><a
href="https://github.com/sanjuchopracool">sanjuchopracool</a></li>
<li><a href="https://github.com/vestineo">Prashant Nagar</a></li>
<li><a href="https://github.com/AlexKiryanov">Alex Kiryanov</a></li>
<li><a href="https://www.adambelis.com">Adam Belis</a></li>
<li><a href="https://github.com/rschiang">Poren Chiang</a></li>
Expand Down
1 change: 1 addition & 0 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
* [Ole-André Rodlie](https://github.com/rodlie)
* [Maurycy Liebner](https://github.com/MaurycyLiebner)
* [sanjuchopracool](https://github.com/sanjuchopracool)
* [Prashant Nagar](https://github.com/vestineo)
* [Alex Kiryanov](https://github.com/AlexKiryanov)
* [Adam Belis](https://www.adambelis.com)
* [Poren Chiang](https://github.com/rschiang)
Expand Down

0 comments on commit b601893

Please sign in to comment.