aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-26 13:39:14 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-26 13:39:14 +0200
commit5a17aae0ab7b684bbdf9fc22d6d32f9148ad528f (patch)
tree6800199aab2f9a1ffa36fbff7e5bd51253b6cfce
parent329ccdc970d31e2993226bac6bd784404357819d (diff)
flatpak 5.5.0
-rw-r--r--TODO4
-rw-r--r--meson.build2
2 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index 2e562b5..4bf57f7 100644
--- a/TODO
+++ b/TODO
@@ -161,4 +161,6 @@ Support cjk font. Use fc-match to find the location of the font. This also works
Keyboard layout is incorrect on wayland when using kde plasma keyboard settings to setup multiple keyboards, for example when changing to french.
Text input is correct, but hotkey is incorrect.
- Need to use "setxkbmap fr" as well. \ No newline at end of file
+ Need to use "setxkbmap fr" as well.
+
+Allow to configure replay by disk space as well. When changing bitrate change an editable field that says the disk space, and when changing that disk space field then change the bitrate or duration.
diff --git a/meson.build b/meson.build
index 5285197..0264e72 100644
--- a/meson.build
+++ b/meson.build
@@ -61,7 +61,7 @@ datadir = get_option('datadir')
gsr_ui_resources_path = join_paths(prefix, datadir, 'gsr-ui')
add_project_arguments('-DGSR_UI_VERSION="' + meson.project_version() + '"', language: ['c', 'cpp'])
-add_project_arguments('-DGSR_FLATPAK_VERSION="5.4.0"', language: ['c', 'cpp'])
+add_project_arguments('-DGSR_FLATPAK_VERSION="5.5.0"', language: ['c', 'cpp'])
executable(
meson.project_name(),