summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlangurmonkey2023-03-15 16:36:47 +0100
committerlangurmonkey2023-03-15 16:36:47 +0100
commit5e2cdb517c7fef235185c69bc9081c6ac53b79c4 (patch)
tree0fcc93ab4dd203e2e7183f1e239dede89388753d
parentac8ca68377d589c5302d78f5e6375494a37cecfe (diff)
downloadaur-5e2cdb517c7fef235185c69bc9081c6ac53b79c4.tar.gz
Version 3.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--releasenotes.txt40
3 files changed, 18 insertions, 36 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 433eb5d74fc4..f844a9350b21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gaiasky
pkgdesc = Open source 3D universe simulator for desktop and VR with support for more than a billion objects
- pkgver = 3.4.1.0cf299d94
+ pkgver = 3.4.2.041928e7c
pkgrel = 1
epoch = 2
url = https://zah.uni-heidelberg.de/gaia/outreach/gaiasky
@@ -10,8 +10,8 @@ pkgbase = gaiasky
license = MPL
depends = jre-openjdk
depends = xorg-xrandr
- source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/3.4.1.0cf299d94/gaiasky-3.4.1.0cf299d94.tar.gz
- md5sums = 121ad79ca7bbfc315377b74902121120
- sha256sums = d3d1444e8cceec89f307ee59ebd9621113666cf8f08cdeebda456f85aa776148
+ source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/3.4.2.041928e7c/gaiasky-3.4.2.041928e7c.tar.gz
+ md5sums = d4c02dd09c579102df8f6083d99285b2
+ sha256sums = cae91ce792427234a0f5d3c144cc428287ceea7bf1168e233b26a7b16141cce9
pkgname = gaiasky
diff --git a/PKGBUILD b/PKGBUILD
index 90286fb0130d..46e46344a9ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Toni Sagrista Selles <tsagrista@ari.uni-heidelberg.de>
pkgname=gaiasky
-pkgver=3.4.1.0cf299d94
+pkgver=3.4.2.041928e7c
pkgrel=1
epoch=2
pkgdesc="Open source 3D universe simulator for desktop and VR with support for more than a billion objects"
@@ -21,8 +21,8 @@ install=gaiasky.install
changelog=releasenotes.txt
source=("http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/${pkgver//_/-}/$pkgname-${pkgver//_/-}.tar.gz")
noextract=()
-md5sums=("121ad79ca7bbfc315377b74902121120")
-sha256sums=("d3d1444e8cceec89f307ee59ebd9621113666cf8f08cdeebda456f85aa776148")
+md5sums=("d4c02dd09c579102df8f6083d99285b2")
+sha256sums=("cae91ce792427234a0f5d3c144cc428287ceea7bf1168e233b26a7b16141cce9")
validpgpkeys=()
prepare() {
diff --git a/releasenotes.txt b/releasenotes.txt
index 27f89791185b..ae18f1d8be77 100644
--- a/releasenotes.txt
+++ b/releasenotes.txt
@@ -1,38 +1,20 @@
-# Gaia Sky 3.4.1
+# Gaia Sky 3.4.2
## Features
-- initial implementation of a proper in-scene VR user interface with mouse interaction.
-- use gamepad UI in VR.
-- VR controllers use same mappings format as gamepads.
-- add specific mappings for Valve Index VR controllers.
-- add generic VR controller model.
-- welcome and loading VR screens are now 3D surfaces in-scene.
-- add VR controller interaction in VR welcome screen.
-- sRGB setting enables SRGB format only in VR frame buffers.
+- add support for reference system transformations to STIL data provider.
+- add image format and quality to preferences dialog for screenshots and frame output system.
+- add dark background to content frame in welcome screen.
+- do not force-show dataset manager when no base data is found.
## Bug Fixes
-- typo in German translation file. Fixes [#706](https://codeberg.org/gaiasky/gaiasky/issues/706).
-- remove unused configuration setting `scriptsLocation`.
-- tooltip and layout issues in datasets component.
-- invalid focus state in natural camera.
-- add object name checks to most API calls.
-- omit regular gamepad window bindings in gamepad configuration window.
-- first loading frame produced in VR with incorrect sizing.
-- connect visibility buttons in gamepad GUI to global visibility event, and add tooltips with name.
-- remove `IVRHeadsetView` interface from OpenVR initialization so that Gaia Sky works with OpenComposite, which translates OpenVR to OpenXR.
-- properly close file stream when done with them.
-- prevent hang on close due to daemon thread notify() calls.
-- incorrect filtering in slider backgrounds.
-- incorrect filtering in UI table baground image.
-- script with wrong loader name. Fixes [#703](https://codeberg.org/gaiasky/gaiasky/issues/703).
-
-## Code Refactoring
-
-- update VR controllers in their own system.
-- move VR UI classes to own package.
+- labels in shape objects not showing up, focusable shape objects not working.
+- unchecked cast in focus check method.
+- welcome screen Gaia Sky icon causing problems with macOS package.
+- initialize screenshots and frame output post processor even if not initially active.
## Documentation
-- update API call fade in/out descriptions.
+- add note concerning support for Apple M1/2 ARM.
+