commit ef069194cc9c564abece6187bdcfc6671fcd1a8b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Feb 4 05:12:02 2025 +0100

    Updates for release

commit 7253c013f01329080460c7c052d6486261286dcc
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Feb 4 04:51:28 2025 +0100

    libxfce4panel: Fix ABI break
    
    Only partially fixed in ea938314: the order of the signals accounts,
    obviously…
    
    Closes: panel-plugins/xfce4-pulseaudio-plugin#114
    Fixes: 585e2762fbf65419ada277e575142dc2265210dc
    Completes: ea93831413ba608c4f9a5c163ee002163a3578ff
    (cherry picked from commit d35d56a0f8bdd491e4d7445c3c463b0fdc231e66)

commit fced9f03ab5fc9dc6c80eb3ceb3c49a67988a2f1
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Feb 3 11:43:37 2025 +0100

    meson-build: Update debug/optimization flag management
    
    Related: xfce/xfce4-dev-tools!145
    (cherry picked from commit c60c29d812dcee44af99e0ab1ca350430ead7881)

commit ad098acda2594da914f314c10332f49c8f455536
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Feb 2 22:28:38 2025 +0100

    Back to development

commit fbacebfd80228d69ef1fd31f116b0c07d020a782
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Feb 2 22:16:09 2025 +0100

    Updates for release

commit b76ec7a40e8fd5382a30609b7893a4b58305fd92
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Feb 2 21:17:17 2025 +0100

    autotools-build: Get rid of maintainer mode where gdbus-codegen is used
    
    It now (glib 2.83.3) adds GLIB_VERSION_2_84 macro to the generated code,
    so we need to let the user generates these files himself.
    
    Fixes: #904
    (cherry picked from commit 41cb9b2b912a8e689da61a6d483a604db76146b8)

commit 5667bd6fdad21c8a10fdf77d2af09f04ac2a70ef
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Feb 2 19:33:06 2025 +0100

    Back to development

commit 636755fe6bef7e697e8db2df6c114741ae850e9f
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Feb 2 19:18:59 2025 +0100

    Updates for release

commit 13181303419ed1df435effd2fc9b2dd92659a377
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Feb 2 18:06:27 2025 +0100

    build: Bump libxfce4windowing required version to 4.20.1
    
    To benefit from patches related to the ext-workspace protocol, and in
    particular to avoid crashing at startup on compitors that support this
    protocol.

commit 244d24009bed2a521d0932c744892c8da71e80f2
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Feb 2 18:05:35 2025 +0100

    Update copyright year

commit d007bc2cf3d74c8b7ce6bc1961f9f8cbc0b4c80d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jan 31 18:32:29 2025 +0100

    meson-build: Don't add 'lib' prefix in static lib name
    
    It doesn't make much difference in this case, but we might as well not
    do it.

commit 197770fb98f8f58d59c285903dc3a53e2484127b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Jan 31 11:46:22 2025 +0100

    meson-build: Simplify feature opt dep management
    
    This seems to be the correct way to go: don't define a useless boolean
    variable and use dependency('') instead.

commit 25466a4a96bc20a7e6ea05d6d7ccf01f891cf7aa
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Jan 28 17:35:30 2025 +0100

    meson-build: Ensure xfce-revision.h was generated when using it

commit 2655f15f246d7f9b862ceb696b9aab623b3b065c
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Jan 28 17:01:56 2025 +0100

    build: Use VERSION_FULL intead of VERSION or PACKAGE_VERSION

commit 961e6d4e809efd1a865a86738e30a919c82db459
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Jan 28 17:25:25 2025 +0100

    autotools-build: Fix EXTRA_DIST redefinition

commit 389c0195e40d66738b683cfb7e8d30a60a79235d
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Jan 26 18:56:40 2025 +0100

    meson-build: Remove unneeded conditional
    
    It's empty if wayland is disabled.

commit aeadc9c3b2c0a2d4dc69f949f218093e60f3b7aa
Author: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Date:   Sat Jan 25 10:06:34 2025 +0100

    actions: Restore dialog accept on Enter behavior
    
    Commit 3811371b020a ("actions: Use xfce_message_dialog_new in confirmation dialogs")
    rewrote action dialogs to use libxfce4ui functions instead of the GTK ones,
    however it deleted a call to gtk_dialog_set_default_response (),
    apparently accidentally.
    
    Due to this, now these actions can no longer be accepted by simply pressing
    Enter, which is quite annoying and breaks user's muscle memory.
    
    Restore the old behavior by adding that gtk_dialog_set_default_response ()
    call back to the code.
    
    Fixes: 3811371b020a ("actions: Use xfce_message_dialog_new in confirmation dialogs")

commit 232c24fdbae2b24831ceb7605085748024b4b1c7
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Jan 15 19:19:01 2025 +0100

    Add meson build

commit 2d954b60e9a73b77ef9441989d46c84a79dfc561
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Jan 14 15:43:24 2025 +0100

    Turn some messages into warnings

commit 7957b503b89e61d91bab8b6818a5302178718634
Author: Anonymous <noreply@xfce.org>
Date:   Sat Jan 11 00:47:37 2025 +0100

    I18n: Update translation ca (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit b71e99e32eaea810db4bde5471a5c835cc44b800
Author: Anonymous <noreply@xfce.org>
Date:   Fri Jan 10 12:47:32 2025 +0100

    I18n: Update translation ca (98%).
    
    490 translated messages, 5 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 9917c27607cfffc428fb26cee288adc9241e1622
Author: Anonymous <noreply@xfce.org>
Date:   Thu Jan 9 12:47:33 2025 +0100

    I18n: Update translation vi (85%).
    
    424 translated messages, 71 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit cc313550559f2134028ba61368510cd4d556bb12
Author: Anonymous <noreply@xfce.org>
Date:   Thu Jan 9 00:48:16 2025 +0100

    I18n: Update translation vi (71%).
    
    353 translated messages, 142 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit ebe7147347f3fb3532a86a7a86a73651be2cd376
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Jan 6 20:46:24 2025 +0100

    build: Migrate to xdt-gen-visibility and xdt-check-abi

commit a786ec82b66e5dbe32310db2a286983d662d150b
Author: Anonymous <noreply@xfce.org>
Date:   Sun Jan 5 00:47:34 2025 +0100

    I18n: Update translation ru (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit f2fee799907e8ec5fb3b03137c85cff1d8c3d0ef
Author: Anonymous <noreply@xfce.org>
Date:   Wed Jan 1 12:47:41 2025 +0100

    I18n: Update translation sk (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit ec38157d21344424a83bf113ae83c59596f44204
Author: Anonymous <noreply@xfce.org>
Date:   Wed Jan 1 00:48:05 2025 +0100

    I18n: Update translation sq (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 62f6191ec2b93d9e1707d22556cf362044bb6e64
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Dec 31 22:15:01 2024 +0100

    wayland: windowmenu: Hide irrelevant workspace options

commit e488e77dcb1271ada5cac37be78229e5725d6276
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Dec 31 19:07:52 2024 +0100

    wayland: pager: Hide workspace settings

commit 4ab0d8fbdd9d1ed36751b0f346852bc20ae44bed
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Dec 31 16:45:08 2024 +0100

    docs: Add missing parameter to XfcePanelPlugin::hidden-event
    
    Fixes: 585e2762fbf65419ada277e575142dc2265210dc

commit 1aa4f5aed88d59e3090d26d97e2781dddfe9586f
Author: Gaël Bonithon <gael@xfce.org>
Date:   Tue Dec 31 16:35:14 2024 +0100

    wayland: libxfce4panel: Set kbd interact to on-demand for popup windows
    
    The implementation of the on-demand mode has evolved favorably in both
    wayfire and labwc, so it no longer seems necessary to use exclusive mode
    to ensure keyboard focus. As a result, closing the popup window when the
    focus is lost (by clicking anywhere else) works better.
    
    Fixes: #895

commit 7634a5e378c86309bbfaebd81dbecbe71248b096
Author: Gaël Bonithon <gael@xfce.org>
Date:   Mon Dec 30 16:26:18 2024 +0100

    tasklist: Add missing workspace property initialization on Wayland
    
    Completes: 3dfceab6e54a1aa8ccde4d14aecd4eab5ae5b5ba
    Related: #891

commit e0df33ee9715ab178b96ae363ef4473fa831456a
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Dec 29 21:14:22 2024 +0100

    panel: Deal with duplicated monitor models
    
    As much as possible, while being fully backward-compatible, and without
    modifying the code too much for a case that's not too common.
    
    Fixes: #892

commit 3dfceab6e54a1aa8ccde4d14aecd4eab5ae5b5ba
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Dec 29 15:26:59 2024 +0100

    tasklist: Disable workspace related properties on Wayland
    
    The ext-workspace protocol gives us no way to know which workspace a
    window is on, unfortunately.
    
    Fixes: #891

commit def8b0eb0da05f0a45b8d2572b7421f5705b43e6
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sat Dec 28 16:52:42 2024 +0100

    prefs-dialog: Don't trust xfconf_channel_get_string_list() return value
    
    Fixes: #890
    Related: xfce/xfconf!59

commit 09fc3106b2ec5db3f3d5b730e1bb4b8383699d36
Author: Anonymous <noreply@xfce.org>
Date:   Mon Dec 23 12:47:38 2024 +0100

    I18n: Update translation vi (67%).
    
    336 translated messages, 159 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit ea93831413ba608c4f9a5c163ee002163a3578ff
Author: Gaël Bonithon <gael@xfce.org>
Date:   Thu Dec 19 18:26:03 2024 +0100

    libxfce4panel: Fix XfcePanelPlugin size
    
    Fixes: 585e2762fbf65419ada277e575142dc2265210dc

commit 585e2762fbf65419ada277e575142dc2265210dc
Author: guiohm <github@guilhaume.fr>
Date:   Thu Dec 19 12:53:21 2024 +0000

    Add an hidden-event signal for plugins
    
    Related: panel-plugins/xfce4-genmon-plugin!20

commit 5802f0522f7af65321fde8e604db7255a2bab64b
Author: Anonymous <noreply@xfce.org>
Date:   Tue Dec 17 12:49:19 2024 +0100

    I18n: Update translation zh_CN (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit af861f30277d586214cdbc069b868c345245cdbf
Author: Anonymous <noreply@xfce.org>
Date:   Tue Dec 17 00:47:02 2024 +0100

    I18n: Update translation hu (99%).
    
    492 translated messages, 3 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 11468a1bd401724740ca66a82b54a69b04b0c07f
Author: Anonymous <noreply@xfce.org>
Date:   Tue Dec 17 00:47:01 2024 +0100

    I18n: Update translation da (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 20b078f7a3e4be0cc3e52a9fa66689cf9e5a98e1
Author: Anonymous <noreply@xfce.org>
Date:   Mon Dec 16 12:47:40 2024 +0100

    I18n: Update translation zh_CN (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 5b9bffb4b170dbf062c4417c491cde116398550b
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Dec 15 09:17:41 2024 +0100

    Back to development

commit 24db0e814dce98808f82a2439a0bc9d656e37cad
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Dec 15 09:03:21 2024 +0100

    Updates for release

commit e325dab377297d97775dc373dfed004e45ccaa25
Author: Anonymous <noreply@xfce.org>
Date:   Sun Dec 8 12:47:52 2024 +0100

    I18n: Update translation ro (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit e0eccd853cf65047a9a08b671f7ba1d5a3106c87
Author: Anonymous <noreply@xfce.org>
Date:   Sun Dec 8 00:47:36 2024 +0100

    I18n: Update translation he (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit b69436a4f93be4b8cc609496a6f8b93a36b05483
Author: Anonymous <noreply@xfce.org>
Date:   Tue Dec 3 12:47:15 2024 +0100

    I18n: Update translation fi (92%).
    
    459 translated messages, 36 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 845d26330931f8cb3b0724248de23524a1add29e
Author: Anonymous <noreply@xfce.org>
Date:   Tue Dec 3 00:47:17 2024 +0100

    I18n: Update translation pl (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 59cdd49ecc6d9ecf96c94d2fdd0f4d212fa3e6d4
Author: Anonymous <noreply@xfce.org>
Date:   Mon Dec 2 12:48:19 2024 +0100

    I18n: Update translation pl (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 789c757c61ef9e4ac91971b2a58e5652802b225f
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Dec 1 05:31:22 2024 +0100

    Back to development

commit d722b57f4e0360f3df794714348938833d245185
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Dec 1 05:18:18 2024 +0100

    Updates for release

commit e7b76cdc0c1ef6420e9ecb507806678442a33dea
Author: Anonymous <noreply@xfce.org>
Date:   Thu Nov 28 00:47:16 2024 +0100

    I18n: Update translation pt_BR (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1a269f63de92ddcd60eacc1caaa8457081e51c66
Author: Anonymous <noreply@xfce.org>
Date:   Wed Nov 20 11:59:20 2024 +0100

    I18n: Update po/LINGUAS list

commit e1421f19f5d66dd1ffd399644e78014eb24775c4
Author: Anonymous <noreply@xfce.org>
Date:   Tue Nov 19 10:04:47 2024 +0100

    I18n: Update po/LINGUAS list

commit 1baa9ca5cff31317911941c02e5376955a636984
Author: Anonymous <noreply@xfce.org>
Date:   Tue Nov 19 10:04:47 2024 +0100

    I18n: Update translation te (44%).
    
    220 translated messages, 275 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 80df5f741c738b354a41c1452fd91d54cffb5176
Author: Anonymous <noreply@xfce.org>
Date:   Mon Nov 18 12:47:16 2024 +0100

    I18n: Update translation pl (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit d2b4a7a72f9e4308e876ed3f7b18ed333c35cb9a
Author: Gaël Bonithon <gael@xfce.org>
Date:   Sun Nov 17 18:21:03 2024 +0100

    migrate: Update default config
    
    Fixes: #871

commit 0888fcc8be70dfc70c46d6ccca378005ca709146
Author: Anonymous <noreply@xfce.org>
Date:   Sun Nov 17 12:47:33 2024 +0100

    I18n: Update translation es (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit af2b6e8a2bcde0932c0024266f5473a40576d261
Author: Anonymous <noreply@xfce.org>
Date:   Sat Nov 16 00:47:54 2024 +0100

    I18n: Update translation tr (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit a06fc467de4638fdbebc1d811ff58038681c2163
Author: Anonymous <noreply@xfce.org>
Date:   Sat Nov 9 00:47:37 2024 +0100

    I18n: Update translation eu (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 41e0406d1d949517c88c9c33785723095d5d76e6
Author: Gaël Bonithon <gael@xfce.org>
Date:   Wed Nov 6 08:36:55 2024 +0100

    tasklist: Ensure group buttons have non empty label
    
    Fixes: #869

commit f6b0502b469003f49a5db14dc8dd60cf360465c7
Author: Anonymous <noreply@xfce.org>
Date:   Mon Nov 4 00:49:09 2024 +0100

    I18n: Update translation cs (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1e2e88571bcd68c79439b2ae68fc67883c86b222
Author: Anonymous <noreply@xfce.org>
Date:   Sun Nov 3 12:47:51 2024 +0100

    I18n: Update translation kk (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit f2680c0f34ee0b80d28501a1ba2b3bdc714307af
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Nov 1 14:54:20 2024 +0100

    Back to development

commit 1922484728fdae273629af7a4b0238c34b5fe375
Author: Gaël Bonithon <gael@xfce.org>
Date:   Fri Nov 1 14:37:14 2024 +0100

    Updates for release

commit 376f55b10eb4b4b6ec775657322f6bd1ba9a3773
Author: Anonymous <noreply@xfce.org>
Date:   Thu Oct 31 12:48:20 2024 +0100

    I18n: Update translation gl (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit c41d4f2c4162b2b4ccdc2a484851baae9c0a8a2b
Author: Anonymous <noreply@xfce.org>
Date:   Sat Oct 26 12:47:06 2024 +0200

    I18n: Update translation gl (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit ee3d11704d8cece537b8415823d68111573ab817
Author: Anonymous <noreply@xfce.org>
Date:   Thu Oct 24 00:47:25 2024 +0200

    I18n: Update translation nb (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit ac63d1bf9635a5e1cc2d093426d9a48dbdbd97cd
Author: Anonymous <noreply@xfce.org>
Date:   Wed Oct 23 00:47:22 2024 +0200

    I18n: Update translation sr (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 77cb753fba8607abaa2a6afa6d54b6b6e6bf84be
Author: Anonymous <noreply@xfce.org>
Date:   Wed Oct 23 00:47:22 2024 +0200

    I18n: Update translation fr (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 59094019100bf8a8a4cd4962c3bd1fa3f5e24e8e
Author: Anonymous <noreply@xfce.org>
Date:   Tue Oct 22 12:47:17 2024 +0200

    I18n: Update translation de (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 4b9ec3481efa7cc0e58af0088f53ba4c6c950a68
Author: Anonymous <noreply@xfce.org>
Date:   Tue Oct 22 00:47:28 2024 +0200

    I18n: Update translation en_GB (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 810d6b922bca82d4c6f64ae01bc0dc14a1dd4c62
Author: Zetta1  Reid0 <11255-Zetta1_Reid0@users.noreply.gitlab.xfce.org>
Date:   Mon Oct 21 08:19:57 2024 +0000

    systray: Handle general container orientation on Wayland too
    
    Fixes: #865

commit 6700bb1817aa4bf15f59a84b8e9384c9c949b731
Author: Anonymous <noreply@xfce.org>
Date:   Mon Oct 21 00:47:11 2024 +0200

    I18n: Update translation zh_CN (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit b5ea6715d426b83a307981d0cb82f6bac182c3b2
Author: Anonymous <noreply@xfce.org>
Date:   Mon Oct 21 00:47:11 2024 +0200

    I18n: Update translation oc (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 450b21b3742081fb3bbc434f4358a174b012cf8b
Author: Anonymous <noreply@xfce.org>
Date:   Mon Oct 21 00:47:11 2024 +0200

    I18n: Update translation et (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 7782d16edf0385395bb7207e0f9cb4e190f01165
Author: Anonymous <noreply@xfce.org>
Date:   Sun Oct 20 00:47:11 2024 +0200

    I18n: Update translation lt (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 556debd17f71c10e6d749012d0d9c82bd5be1527
Author: correctmost <11866-correctmost@users.noreply.gitlab.xfce.org>
Date:   Fri Oct 18 18:28:44 2024 -0400

    systray: Fix GSList element leak

commit d091798afe0c5ec25b49c1a434b8c99af8af3db9
Author: Anonymous <noreply@xfce.org>
Date:   Sat Oct 19 12:49:04 2024 +0200

    I18n: Update translation it (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 4934c7f3a85fce9dd7f0b128340c09485b7613d8
Author: Anonymous <noreply@xfce.org>
Date:   Sat Oct 19 12:49:04 2024 +0200

    I18n: Update translation es (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 0ae01b3ef71d2cf6000c559c9fa17992d606ba96
Author: Anonymous <noreply@xfce.org>
Date:   Sat Oct 19 00:47:01 2024 +0200

    I18n: Update translation uk (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 63fa447747575cc86db9a4c6b398c7ef4afec4fb
Author: Anonymous <noreply@xfce.org>
Date:   Sat Oct 19 00:47:01 2024 +0200

    I18n: Update translation sv (99%).
    
    493 translated messages, 2 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit eb62927aea97f159d820c60e8f45607c8e5638f9
Author: Anonymous <noreply@xfce.org>
Date:   Sat Oct 19 00:47:01 2024 +0200

    I18n: Update translation sq (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 540b63c37d7a00cc792ed16a2d114583891bcf89
Author: Anonymous <noreply@xfce.org>
Date:   Sat Oct 19 00:47:01 2024 +0200

    I18n: Update translation pt (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1182339d59e62e1469b409854a3450e4626b2612
Author: Anonymous <noreply@xfce.org>
Date:   Sat Oct 19 00:47:01 2024 +0200

    I18n: Update translation nl (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit d258ad945d5f7114b4f803c1ed307ebea6094305
Author: Bobby Rong <rjl931189261@126.com>
Date:   Fri Oct 18 21:02:32 2024 +0800

    migrate/default.xml.in: Remove unused plugin id
    
    Fixes c1f3d9258131b223.
    
    For some reason I am getting 'Plugin "(null)" could not be loaded, ...' dialog
    on a newly created VM (xfce4-panel 4.19.5). After clicking "Remove" I checked
    `~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml` and looks like
    this is the line that got "removed".

commit 459cacbb37fb76298359510c13b486274cd1e7b3
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:08 2024 +0200

    I18n: Update translation zh_TW (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 7bc60399da501b217032b33faf7bf13449300e12
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:08 2024 +0200

    I18n: Update translation zh_HK (84%).
    
    417 translated messages, 78 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 5bea84b7d2ce2c3a054b4cf304af640b5d2f4063
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:08 2024 +0200

    I18n: Update translation zh_CN (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 7bd2ac12ff14579b9e73cc324a17fa3f6b635248
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:08 2024 +0200

    I18n: Update translation uk (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1614ac4f4da84007677482fb196f1b447f4eab31
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:08 2024 +0200

    I18n: Update translation ug (76%).
    
    381 translated messages, 114 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 12e55f8335f2e30565c7450487b935b4b2bf17d0
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:07 2024 +0200

    I18n: Update translation tr (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 65f452eaa017a4a871d2adfaaf39c498013452f0
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:07 2024 +0200

    I18n: Update translation th (93%).
    
    461 translated messages, 34 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 2f9a16591bf47aaa59d47f9f6d6aea28c73701f4
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:07 2024 +0200

    I18n: Update translation sv (99%).
    
    492 translated messages, 3 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 1a68e72457922276ac7961d80114c6fae6b1a5fd
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:07 2024 +0200

    I18n: Update translation sr (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit a04315ce679dadf98bc2972a3412d12ec20e702f
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:07 2024 +0200

    I18n: Update translation sq (99%).
    
    493 translated messages, 2 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit b25d6054a18ddeef0226c52df559de6523788503
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:07 2024 +0200

    I18n: Update translation sl (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 8ff72a7a767d9ee909c05d2e076fe7f3f7168835
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:07 2024 +0200

    I18n: Update translation sk (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 44b869a7a29ad131f1fa6de95492207952136086
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:07 2024 +0200

    I18n: Update translation si (56%).
    
    279 translated messages, 216 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit cdb5eefb5063d4d1ff14a0c8e2c4555854ff88dd
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:06 2024 +0200

    I18n: Update translation ru (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit c41605cd561f9800c53b5916dd22c06ec1349247
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:06 2024 +0200

    I18n: Update translation ro (78%).
    
    388 translated messages, 107 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 84941e8308ceda50ba982b57f89621f9fb898380
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:06 2024 +0200

    I18n: Update translation pt_BR (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 8e82a468d1226bdd620a1c2939b82bed2d46dc17
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:06 2024 +0200

    I18n: Update translation pt (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 7e3e8162cf88553e037c5319548db8286269c576
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:06 2024 +0200

    I18n: Update translation pl (100%).
    
    495 translated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit ca7a69ec4aeef18fb51953a0447bdf78a78ff0f8
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:06 2024 +0200

    I18n: Update translation pa (56%).
    
    279 translated messages, 216 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit af1c6394fbc18ba0204d1013d55b1aa1408e8b49
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:06 2024 +0200

    I18n: Update translation oc (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit d9cbec92c8c700d75ae95e7f05c5fe1a1ff5d48f
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:06 2024 +0200

    I18n: Update translation nn (86%).
    
    430 translated messages, 65 untranslated messages.
    
    Transifex (https://explore.transifex.com/xfce/).

commit 0dc96c0a32d0c3c201043de13cee4c81c1227a61
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:06 2024 +0200

    I18n: Update translation nl (99%).
    
    494 translated messages, 1 untranslated message.
    
    Transifex (https://explore.transifex.com/xfce/).

commit f6fd56d40551b6199f949fc869aa3134eba4ba84
Author: Anonymous <noreply@xfce.org>
Date:   Fri Oct 18 12:48:05 2024 +0200

    I18n: Update translation nb (99%).
    
    494 translated messages, 1 untranslated message.
    
