Commit Graph

10 Commits

Author SHA1 Message Date
Sebastian Palencsar
a6a204ae2b chore(release): bump version to 1.1.0 for desktop UI redesign
Mark the Mac-inspired layout, About page, and i18n work as a minor
release across CMake, Flatpak, AUR, AppStream metadata, and docs.
2026-06-27 13:30:45 +02:00
Sebastian Palencsar
fe0591e32d fix(flatpak): add --device=dri for GPU/EGL access
Without /dev/dri the sandbox could not initialize EGL, causing MESA/ZINK
warnings on startup. Version stays at 1.0.5.
2026-06-22 17:01:50 +02:00
Sebastian Palencsar
448aa130a7 chore: keep release version at 1.0.5 (pkgrel 3)
Bugfix builds should not advance the app version ahead of the published
GitHub/AUR release. Distinct builds are identified by the git hash in
About. Consolidate interim 1.0.6–1.0.8 flatpak notes into 1.0.5.
2026-06-22 16:56:24 +02:00
Sebastian Palencsar
2de7706ec0 fix: expose dialog aliases so About and Manual+ open (1.0.8)
HeaderNavigation and StationCard access dialogs via app.aboutDialog etc.,
but Main.qml never exported those ids as property aliases after the QML
module refactor. Align AboutDialog anchoring with the other dialogs.
2026-06-22 16:55:17 +02:00
Sebastian Palencsar
5eef320b5a fix: About dialog version display (1.0.7)
Pass app version and build id explicitly from Main.qml to AboutDialog
instead of relying on context properties inside the QML module scope.
Remove the confusing "Public beta" label.
2026-06-22 16:52:18 +02:00
Sebastian Palencsar
75ef65e1d8 release: bump to 1.0.6 and show build id in About dialog
Make Flatpak updates unmistakable after clients were stuck on the
May 1.0.3 commit. Expose bearwaveVersion/bearwaveBuildId to QML and
set the flatpak manifest version explicitly.
2026-06-22 16:43:49 +02:00
Sebastian Palencsar
ccb215274d fix(flatpak): move runtime to KDE 6.10 (freedesktop 25.08)
Restore the Flatpak manifest to the repo and target org.kde.Platform
6.10 instead of the EOL 6.6/23.08 stack reported in issue #5.

Add a maintainer build script and a CI job that verifies the manifest
builds against the current KDE SDK.
2026-06-22 16:20:31 +02:00
Sebastian Palencsar
6c93b70c1d Move Flatpak manifest and showcase to flatpak_backup folder 2026-05-27 07:53:10 +02:00
Sebastian Palencsar
b511387c39 Fix Flathub linter errors 2026-05-25 19:55:06 +02:00
Sebastian Palencsar
ccbf5b430d Rename App ID to de.nerdbear.bearwave 2026-05-25 09:37:11 +02:00