summarylogtreecommitdiffstats
path: root/releasenotes.txt
diff options
context:
space:
mode:
authorlangurmonkey2023-07-26 09:49:37 +0200
committerlangurmonkey2023-07-26 09:49:37 +0200
commitf79c3ba9ed860c311bd853088e95c0f4ec789c77 (patch)
tree11aeb86dab336f5c54a58e685d512e41a405c1db /releasenotes.txt
parent95b7a0826a4925a80b188d8d1124ba2c52a30d54 (diff)
downloadaur-f79c3ba9ed860c311bd853088e95c0f4ec789c77.tar.gz
Version 3.5.2
Diffstat (limited to 'releasenotes.txt')
-rw-r--r--releasenotes.txt16
1 files changed, 13 insertions, 3 deletions
diff --git a/releasenotes.txt b/releasenotes.txt
index c0c2ebad9e8d..09c354a917d0 100644
--- a/releasenotes.txt
+++ b/releasenotes.txt
@@ -1,5 +1,15 @@
-# Gaia Sky 3.5.1
+# Gaia Sky 3.5.2
+
+## Features
+- improve keyframes window layout, with more space for keyframes and better sizing of keyframes table.
+- default to full screen for small displays, and refactor display resolution fetching process.
+- check AMD APU code name to detect Steam Deck.
+- steam deck programmatic detection to default to full screen at startup.
## Bug Fixes
-- paths in Windows do not accept certain characters and are unsuitable to represent our bookmarks. Add specific `BookmarkPath` implementation that fixes this.
-- VR flag from `--openvr` to `--openxr`.
+- exporting keyframes to camera path is missing the very last frame. Fixes [#729](https://codeberg.org/gaiasky/gaiasky/issues/729).
+- restore line rendering in keyframes, lost in a regression during the line refactoring campaign.
+- only deactivate main mouse/kbd listener if the current dialog is modal.
+- full-screen log item in translation files.
+- visual layout and information structure in about window, system tab.
+- apply patch provided by luzpaz fixing many typos in comments and strings. Fixes [#726](https://codeberg.org/gaiasky/gaiasky/issues/726).