-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adeira-source-id: 1cc8313af1c8f58257d12a4758c493ad67dbc77a
- Loading branch information
1 parent
7a8c673
commit 27aa40c
Showing
5 changed files
with
65 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
title: "Triplex 0.59: Backend Stability Improvements" | ||
ogTitle: Triplex 0.59.0 | ||
date: 2023-10-27 | ||
description: This release significantly improves | ||
--- | ||
|
||
▵ Triplex 0.59.0 completes a large refactor of the backend to improve scene | ||
stability, fixing bugs, enabling new features, and setting us up for success | ||
into the future. | ||
|
||
## New features | ||
|
||
- Exit selection command can now be triggered using the `Shift+CmdOrControl+F` | ||
hotkey | ||
- Transform actions (translate/rotate/scale) are now available in the selection | ||
menu | ||
- Triplex now warns you when the file you have open is outside where your | ||
project has defined files should be | ||
[[#135](https://github.com/try-triplex/triplex/issues/135)] | ||
|
||
## Bug fixes | ||
|
||
- Union literal labels are now shown in the select input when possible | ||
[[#87](https://github.com/try-triplex/triplex/issues/87)] | ||
- Saving no longer accidentally triggers the scale transform mode | ||
[[#145](https://github.com/try-triplex/triplex/issues/145)] | ||
- Changes to your scene are no longer visually lost when entering / exiting / | ||
reloading components [[#3](https://github.com/try-triplex/triplex/issues/3), | ||
[#53](https://github.com/try-triplex/triplex/issues/53)] | ||
- Adding a new element then saving no longer results in the component briefly | ||
being unmounted [[#48](https://github.com/try-triplex/triplex/issues/48)] | ||
|
||
## Chores | ||
|
||
- When loading a project if it fails to load an error screen is now shown | ||
instead of nothing | ||
- A loading screen is now shown when opening Triplex | ||
[[#31](https://github.com/try-triplex/triplex/issues/31)] |