From 315fab99a8cb40cff139fe8f0fa8babb34e2824f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 20 Jul 2025 22:04:21 +0200 Subject: [PATCH] 1.7.0 --- TODO | 4 +++- meson.build | 4 ++-- project.conf | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index dee6da6..a36231f 100644 --- a/TODO +++ b/TODO @@ -204,4 +204,6 @@ Disable hotkeys if virtual keyboard is found (either at startup or after running But wont keyboard remapping software grab the keyboard first if they detect it quickly? If we fail to grab it because some other software did then dont grab any keyboards nor gsr-ui virtual keyboards, just listen to them. -Support localization. \ No newline at end of file +Support localization. + +Add option to not capture cursor in screenshot when doing region/window capture. \ No newline at end of file diff --git a/meson.build b/meson.build index a916403..5734cb9 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.6.10', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.7.0', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') if get_option('buildtype') == 'debug' add_project_arguments('-g3', language : ['c', 'cpp']) @@ -62,7 +62,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.7.3"', language: ['c', 'cpp']) +add_project_arguments('-DGSR_FLATPAK_VERSION="5.7.4"', language: ['c', 'cpp']) executable( meson.project_name(), diff --git a/project.conf b/project.conf index dbb6c89..472c038 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gsr-ui" type = "executable" -version = "1.6.10" +version = "1.7.0" platforms = ["posix"] [lang.cpp]