summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlangurmonkey2023-07-26 09:49:37 +0200
committerlangurmonkey2023-07-26 09:49:37 +0200
commitf79c3ba9ed860c311bd853088e95c0f4ec789c77 (patch)
tree11aeb86dab336f5c54a58e685d512e41a405c1db
parent95b7a0826a4925a80b188d8d1124ba2c52a30d54 (diff)
downloadaur-f79c3ba9ed860c311bd853088e95c0f4ec789c77.tar.gz
Version 3.5.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--releasenotes.txt16
3 files changed, 20 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3edf783c8dd..a21d769ed9e8 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.5.1.ebd5983f4
+ pkgver = 3.5.2.f8a396004
pkgrel = 1
epoch = 2
url = https://zah.uni-heidelberg.de/gaia/outreach/gaiasky
@@ -10,8 +10,8 @@ pkgbase = gaiasky
license = MPL
depends = java-runtime
depends = xorg-xrandr
- source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/3.5.1.ebd5983f4/gaiasky-3.5.1.ebd5983f4.tar.gz
- md5sums = 5f06a63a48ca404bcb934b68da11b78c
- sha256sums = 3c03830e79c48b1c30f3e49da0c8dde4aa5f74eacc5c0aeec4d29b8f0661a4d7
+ source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/3.5.2.f8a396004/gaiasky-3.5.2.f8a396004.tar.gz
+ md5sums = 2a596c813a818d321fb94aded3757428
+ sha256sums = 522ba86c5b3d7e60951fe5b71857b59326c5343a3cfbcdd38bd64572b9804977
pkgname = gaiasky
diff --git a/PKGBUILD b/PKGBUILD
index 00a34590786d..ed94b9e8bebc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Toni Sagrista Selles <tsagrista@ari.uni-heidelberg.de>
pkgname=gaiasky
-pkgver=3.5.1.ebd5983f4
+pkgver=3.5.2.f8a396004
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=("5f06a63a48ca404bcb934b68da11b78c")
-sha256sums=("3c03830e79c48b1c30f3e49da0c8dde4aa5f74eacc5c0aeec4d29b8f0661a4d7")
+md5sums=("2a596c813a818d321fb94aded3757428")
+sha256sums=("522ba86c5b3d7e60951fe5b71857b59326c5343a3cfbcdd38bd64572b9804977")
validpgpkeys=()
prepare() {
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).