Git commit 400c49e11d0eaec8d725355a1dc4a0d11a7d0330 by David Jarvie. Committed on 20/12/2024 at 22:48. Pushed by djarvie into branch 'master'.
Update documentation M +2 -2 CMakeLists.txt M +3 -0 Changelog M +2 -7 doc/index.docbook https://invent.kde.org/pim/kalarm/-/commit/400c49e11d0eaec8d725355a1dc4a0d11a7d0330 diff --git a/CMakeLists.txt b/CMakeLists.txt index cbcf3ea01..e450868a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,10 +9,10 @@ set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_ # Whenever KALARM_VERSION changes, set the 3 variables below it to the first # KDE Release Service version which will contain that KAlarm release. # (This must be the full release version, not an alpha or beta release.) -set(KALARM_VERSION "3.10.0") +set(KALARM_VERSION "3.10.1") set(KALARM_VERSION_RELEASE_SERVICE_MAJOR "24") set(KALARM_VERSION_RELEASE_SERVICE_MINOR "12") -set(KALARM_VERSION_RELEASE_SERVICE_MICRO "0") +set(KALARM_VERSION_RELEASE_SERVICE_MICRO "1") # If KAlarm's version has not changed since the last KDE Release Service version, # this code sets a sub-version x.x.x.N to avoid duplicate version numbers in diff --git a/Changelog b/Changelog index 8e987e624..80fcc3f8f 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,8 @@ KAlarm Change Log +=== Version 3.10.1 (KDE Gear 24.12.1) --- 20 December 2024 === +* Show normal decorated alarm windows over full screen applications on X11. + === Version 3.10.0 (KDE Gear 24.12) --- 30 September 2024 === * Provide build option to use VLC or MPV to play sounds. * Show all Run Mode options in Preferences dialogue. diff --git a/doc/index.docbook b/doc/index.docbook index 90c46159e..0fd261a7c 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -39,8 +39,8 @@ <!-- Don't change format of date and version of the documentation --> -<date>2024-9-12</date> -<releaseinfo>3.10.0 (KDE Gear 24.12)</releaseinfo> +<date>2024-12-20</date> +<releaseinfo>3.10.1 (KDE Gear 24.12.1)</releaseinfo> <abstract> <para>&kalarm; is a personal alarm message, command and email scheduler by &kde;.</para> @@ -2108,11 +2108,6 @@ titlebar or frame, so you cannot move it or resize it.</para> </listitem> </itemizedlist> -<note><para>When an alarm is displayed on top of a full screen -application, it is shown as a non-modal window regardless of this -configuration setting. This is due to a limitation of the window -system.</para></note> - <para>You can choose in the <link linkend="preferences-view">Configuration dialog</link> which of two schemes should be used to position alarm message windows:</para>