summarylogtreecommitdiffstats
path: root/releasenotes.txt
diff options
context:
space:
mode:
authorlangurmonkey2023-11-29 09:22:19 +0100
committerlangurmonkey2023-11-29 09:22:19 +0100
commitb3669da8ee78b6c5cc1b94f17780e89e5a8b2e4f (patch)
tree127062875696bad6e187acb40cb6c819efe035d2 /releasenotes.txt
parentc7f031b2fe7155bb98358f6d0eacd49c423f1072 (diff)
downloadaur-b3669da8ee78b6c5cc1b94f17780e89e5a8b2e4f.tar.gz
Version 3.5.7-3.
Diffstat (limited to 'releasenotes.txt')
-rw-r--r--releasenotes.txt25
1 files changed, 8 insertions, 17 deletions
diff --git a/releasenotes.txt b/releasenotes.txt
index 900f6cad7bcd..5c492072e1b6 100644
--- a/releasenotes.txt
+++ b/releasenotes.txt
@@ -1,19 +1,10 @@
-# Gaia Sky 3.5.7-2
-
-## Features
-- display stars with missing radial velocity information as 'N/A' instead of 0. This requires a re-generation of the catalogs.
-- add oblateness to sphere parameters.
-- artificially increase the number of labels setting in star groups of compact octrees (fewer than 3 nodes).
-- enable `numLabels` attribute for star set objects in order to control the number of labels rendered for a given star set.
-- add script to generate gitstats from repository.
+# Gaia Sky 3.5.7-3
## Bug Fixes
-- restore octree drawing functionality.
-- always initialize star group sorting data (not only if 'numLabels' = 0), otherwise the system may crash, for it is used elsewhere for other purposes.
-- check active list in star set exists before using.
-- free XR events after using them.
-- make sure that a mesh exists before disposing.
-- rename `scene::star::group::numLabel` configuration property to `scene::star::group::numLabels`.
-
-## Build System
-- update gradle wrapper script files and jar.
+- columns corresponding to the same UCD maintain the order of appearance in the source table when used.
+- use concurrent hash set in 'selecting' list in the OpenXR input listener to prevent concurrent modification errors.
+- resizing log window does not resize contents. Fixes [#749](https://codeberg.org/gaiasky/gaiasky/issues/749).
+- prevent getting name from second closest object if it is invalid. Fixes [#750](https://codeberg.org/gaiasky/gaiasky/issues/750).
+- use logical keys instead of key codes by converting GDX's codes to GLFW, which uses the logical keyboard layout. Fixes [#748](https://codeberg.org/gaiasky/gaiasky/issues/748).
+- rename makefile, update build script to detect `/opt/gaiasky` installation.
+- use default mappings file if the configured one does not exist.