Switch back to fetch tarballs instead of the git repository.
The project has switched from appstream-glib to appstream as a dependency,
due to the prior isn't actively developed anymore[1].
This update also contains fixes for CVE-2025-10920, CVE-2025-10921, CVE-2025-10922,
CVE-2025-10923, CVE-2025-10924, CVE-2025-10925 and CVE-2025-10934.
[1]: c27096db9e
Release notes:
Core:
- Many false-positive build warnings have been cleaned out (and proper
issues fixed).
- Various crashes fixed.
- When creating a layer mask from the layer's alpha, but the layer has
no alpha, simply fill the mask with complete opacity instead of
a completely transparent layer.
- Various core infrastructure code reviewed, cleaned up, refactored
and improved, in drawable, layer and filter handling code, tree view
code, and more.
- GIMP_ICONS_LIKE_A_BOSS environment variable is not working anymore
(because "gtk-menu-images" and "gtk-button-images" have been
deprecated in GTK3 and removed in GTK4) and was therefore removed.
- Lock Content now shows as an undo step.
- Add alpha channel for certain transforms.
- Add alpha channel on filter merge, when necessary.
- Filters can now be applied non-destructively on channels.
- Improved Photoshop brush support.
- After deleting a palette entry, the next entry is automatically
selected. This allows easily deleting several entries in a row,
among other usage.
- Resize image to layers irrespective to selections.
- Improved in-GUI release notes' demo script language:
* We can now set a button value to click it:
"toolbox:text,
tool-options:outline=1,
tool-options:outline-direction"
* Color selector's module names can be used as identifiers:
"color-editor,color-editor:CMYK=1,color-editor:total-ink-coverage"
- Fixed Alpha to Selection on single layers with no transparency.
- Various code is slowly ported to newer code, preparing for GTK4 port
(in an unplanned future step):
* Using g_set_str() (optionally redefining it in our core code to
avoid bumping the GLib minimum requirement).
* Start using GListModel in various pieces of code, in particular
getting rid of more and more usage of GtkTreeView when possible
(as it will be deprecated with GTK4).
* New GimpRow class for all future row widgets.
* Use more of G_DECLARE_DERIVABLE_TYPE and G_DECLARE_FINAL_TYPE
where relevant.
* New GimpContainerListView using a GtkListBox.
* New GimpRowSeparator, GimpRowSettings, GimpRowFilter and
GimpRowDrawableFilter widgets.
- (Experimental) GEX Format was updated.
- Palette import:
* Set alpha value for image palette imports.
* Fix Lab & CMYK ACB palette import.
* Add palette format filters to import dialog, making it more
apparent what palette formats are supported, and giving the
ability to hide irrelevant files.
- Improved filter actions' sensitivity to make sure they are set
insensitive when relevant. In particular filters which cannot be run
non-destructively (e.g. filters with aux inputs, non-interactive
filters and GEGL Graph) must be insensitive when trying to run them
on group layers.
- Fix bad axis centering on zoom out.
- Export better SVG when exporting paths.
Tools:
- Text tool: make sure the default color is only changed when the user
confirms the color change.
- Foreground Selection tool: do not create a selection when no strokes
has been made. In particular this removes the unnecessary delay
which happened when switching to another tool without actually
stroking anything.
- All Transform tools: transform boundaries for preview is now
multi-layers aware.
- (Experimental) Seamless Clone tool: made to work again, though it is
still too slow to get out of Playground.
Graphical User Interface:
- Various improvements to window management:
* Keep-Above windows are set with the Utility hint.
* Utility windows are not made transient to a parent.
* Transient factory dialogs follow the active display, ensuring that
new image windows would not hide your toolbox and dock windows.
- Various CSS improvements for styling of the interface. Some theme
leaks were also fixed.
- New toggle button in Brushes and Fonts dockable, allowing brush and
font previews to optionally follow the color theme. For instance,
when using a dark theme, the brush and font previews could be drawn
on the theme background, using the theme foreground colors. By
default, these data previews are still drawn as black on white.
- Palette grid is now drawn with the theme's background color.
- Consistent naming patterns on human-facing options (first word only
capitalized).
- About dialog:
* We will now display the date and time of the last
check in a "Up to date as of <date> at <time>" string, differing
from the "Last checked on <date> at <time>" string. The former
will be used to indicate that GIMP is indeed up-to-date whereas
the latter when a new version was released and that you should
update.
* We now respect the system time/date format on macOS and Windows.
- The search popup won't pop up without an image.
- Better zoom step algorithm for data previews in container popup
(e.g. the brush popup in paint Tool Options).
- Disable animation in the Input Controller, Preferences and Welcome
dialogs for stack transition when animation are disabled in system
settings.
- Fixed crosshair hotspot on Windows (crosshair cursor for brushes was
offset with a non-100% display scale factor).
- Debug/CRITICAL dialog:
* Make sure it is non-modal.
* Follow the theme mode under Windows.
- While loading images, all widgets in the file dialog are made
insensitive, except for the Cancel button and the progress bar.
- Both grid and list views can now zoom via scroll and zoom gestures
(it used to only work in list views).
- Pop an error message up on startup when GIO modules to read HTTPS
links are not found and that we therefore fail to load the remote
gimp_versions.json file. With the AppImage package in particular, we
depend on an environment daemon which cannot be shipped in the
package. So the next best thing is to warn people and tell them what
they should install to get version checks.
- Welcome dialog:
* The "Community Tutorials" link is now shown after the
"Documentation" link.
* The "Learn more" link in Release Notes tab leads to the actual
release news for this version.
Plug-ins:
- PDF export: do not draw disabled layer masks.
- Jigsaw: the plug-in can now draw on transparent layers.
- Various file format fixes and improvements: JPEG 2000 import, TIFF
import, DDS import, SVG import, PSP import, FITS export, ICNS
import, Dicom import, WBMP import, Farbfeld import, XWD import, ILBM
import.
- Sphere Designer: use spin scale instead of spin entries (the latter
is unusable with little horizontal space).
- Animation Play: frames are shown again in the playback progress bar.
- Vala Goat Exercise: ignoring C warning in this Vala plug-in as it is
generated code and we cannot control it.
- file-gih: brush pipe selection modes now have nice, translatable
names.
- Metadata viewer: port from GtkTreeView to GtkListBox.
- File Raw Data: reduce Raw Data load dialogue height by moving to a
2-column layout.
- SVG import: it is now possible to break aspect ratio with specific
width/height arguments, when calling the PDB procedure
non-interactively (from other plug-ins).
- Print: when run through a portal print dialog, the "Image Settings"
will be exposed as a secondary dialog, outputted after the portal
dialog, instead of a tab on the main print dialog (because it is not
possible to tweak the print dialog when it is created by a portal).
This will bring back usable workflow of printing with GIMP when run
in a sandbox (e.g. Flatpak or Snap).
- Recompose: fixed for YCbCr decomposed images.
- Fixed vulnerabilities: ZDI-CAN-27684, ZDI-CAN-27863, ZDI-CAN-27878,
ZDI-CAN-27836, ZDI-CAN-27823, ZDI-CAN-27793.
- C Source and HTML export can now be run non-interactively too (e.g.
from other plug-ins).
- Map Object: fix missing spin boxes.
- Small Tiles: fix display lag.
API:
- libgimpui:
* new function: gimp_prop_toggle_new()
* updated widget default for GimpChoice in GimpProcedureDialog: when
the number of choices is below 3, a radio frame is used, and a
combo box otherwise (it used to always be a combo box).
* GimpExportProcedureDialog: comment text area will be made
(in)sensitive depending on the checked state of "Save Comment"
option.
* Use arrows for GimpSpinScale cursors.
* GimpColorScales: no decimal for u8 RGB color selector. This change
will help further distinguish between the 0...100 and 0..255 views
in the Color Selectors.
* Internal color drags now use a "application/x-geglcolor" target
since "application/x-color" is standard and should not be used for
our more powerful color formats.
- libgimp:
* new enum type: GimpTRCType
* gimp_file_save() sets the XCF or exported files accordingly.
* Metadata:
+ Favor existing image comment instead of always loading comment
from metadata.
+ Fix handling of "charset=" in comments.
+ Better heuristic to choose the comment to export, especially
when it has been edited in the export dialog comment field.
+ XMP modification date format fix and Exif.Image.DateTime
metadata has been modernized, also adding the timezone.
- PDB/libgimp:
* Allow nullable sample points and guide types for some
functions.
* GeglParamFilePath can now be passed across the wire.
- macOS: improve dock icon flashing issue.
Build:
- CI scripts synced to latest `master` state.
- Windows file format association list is now generated at build time,
avoiding discrepancies.
- Build scripts are made POSIX-compliant for better portability across
platforms.
- New nightly Snap package.
- New nightly Aarch64 flatpak.
- Core code ported from appstream-glib to libappstream.
- Windows installer now uses the latest InnoSetup again.
- New option -Dwin-debugging=dwarf to generate DWARF symbols on
Windows (defaults to CodeView symbols).
- Compilation should work again fine with older librsvg (before the
Rust port).
- release-stats.sh script updated to generate text directly pastable
into our release news.
- CI:
* Linux builds ported from unmaintained Kaniko to Buildah.
* Colored output and .pdb support for builds of dependency using
CMake.
* Ability to apply remote patches on dependency builds.
* New job "branches-check" to warn about dead branches.
* Our Debian jobs are now built with GCC again (the CLang builds are
switched to weekly scheduled jobs).
- Clean out deprecation warnings on GLib and GTK/GDK based on our
minimum requirement of these dependencies thanks to
GLIB_VERSION_MIN_REQUIRED() and GLIB_VERSION_MAX_ALLOWED() macros
(and equivalent GDK macros).
- We now build Exiv2 ourselves on Windows as a temporary workaround to
issue #12626.
- Improved packages binary caching with ORAS for Flatpak.
- AppImage: we now depend on Debian Trixie.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Backport a patch to fix the build:
libinput-sources/gf-candidate-popup.c:124:11: error:
too many arguments to function 'ibus_attribute_get_type';
expected 0, have 1
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The python "optimised" .pyc files contain buildpaths. Delete those and
leave the "unoptimised" .pyc files. The difference is very minor, mainly
that optimised bytecode doesn't contain any assert statements.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Commit c466cb9 (https://github.com/openembedded/meta-openembedded/commit/c466cb9)
switched to using ANY_OF_DISTRO_FEATURES, so theoretically users can have either
x11 or wayland in their DISTRO_FEATURES. In the case that only wayland is specified,
this build error is seen:
| In file included from ../sources/network-manager-applet-1.36.0/src/applet.c:25:
| ../sources/network-manager-applet-1.36.0/src/applet.h:14:10: fatal error: gdk/gdkx.h: No such file or directory
| 14 | #include <gdk/gdkx.h>
| | ^~~~~~~~~~~~
| compilation terminated.
gdkx.h is brought in via including x11 in DISTRO_FEATURES - so this patch removes
the incompatible headers in the case of x11 not being specified in DISTRO_FEATURES.
Signed-off-by: Eric Meyers <eric.meyers@arthrex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Drop patch 0001-Remove-register-storage-class-classifier.patch,
because it is included in this release.
Changelog:
Version 6.3.0 (August 2025)
- Look for gnuchess.ini in XDG_CONFIG_HOME or ~/.config/.
- Dynamically configure gnuchess.ini from gnuchess.ini.in.
- Disable engine book on 'book off'.
- Improve style of some help messages.
- More graceful program termination if book does not exist.
- Bug fix in (epd)load command.
- Fix potential buffer overflows in the pipes read/write.
Version 6.2.10 (April 2025)
- Tempo bonus added in the evaluation function.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Add UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX to check the correct
latest stable verison.
Before the patch:
$ devtool latest-version libtimezonemap
INFO: Current version: 0.4.6
INFO: Latest version:
After the patch:
$ devtool latest-version libtimezonemap
INFO: Current version: 0.4.6
INFO: Latest version: 0.4.6
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Version 49.1
~~~~~~~~~~~~
Released: 2025-10-10
This is a stable release with the following changes:
* Fixed search for additional packages requested by other apps
* Fixed update notifications, which could be missed sometimes
This release also updates translations:
* Bulgarian (twlvnn kraftwerk)
* Catalan (Jordi Mas i Hernandez)
* Chinese (Taiwan) (Cheng-Chia Tseng)
* Esperanto (Kristjan SCHMIDT)
* German (Tim Sabsch)
* Hungarian (Balázs Meskó)
* Interlingua (International Auxiliary Language Association) (Emilio Sepúlveda)
* Occitan (post 1500) (Quentin PAGÈS)
* Portuguese (Hugo Carvalho)
* Uighur (Abduqadir Abliz)
Version 49.0
~~~~~~~~~~~~
Released: 2025-09-12
This is a stable release with the following changes:
* Flag flatpak gpg-agent socket permission as potentially unsafe
* Do not animate featured carousel when animations are disabled
This release also updates translations:
* Basque (Asier Saratsua Garmendia)
* Catalan (Jordi Mas i Hernandez)
* Danish (Alan Mortensen)
* Dutch (Nathan Follens)
* English (United Kingdom) (Andi Chandler)
* Esperanto (Kristjan SCHMIDT)
* Finnish (Jiri Grönroos)
* Galician (Fran Diéguez)
* Georgian (Ekaterine Papava)
* Hebrew (Yaron Shahrabani)
* Hungarian (Balázs Úr)
* Korean (Seong-ho Cho)
* Lithuanian (Aurimas Aurimas Černius)
* Persian (Danial Behzadi)
* Portuguese (Brazil) (Juliano de Souza Camargo)
* Romanian (Antonio Marin)
* Russian (Artur S0)
* Spanish (Daniel Mustieles)
* Swedish (Anders Jonsson)
* Turkish (Sabri Ünal)
* Ukrainian (Yuri Chornoivan)
Version 49~rc
~~~~~~~~~~~~~
Released: 2025-08-29
This is an unstable release with the following changes:
* Show past updates in rpm-ostree plugin
* Always include Flatpak system installation
* Correct total review counter
* Support external release notes in AppStream data
* Support light/dark screenshots in AppStream data
This release also updates translations:
* Catalan (Jordi Mas)
* Chinese (China) (Luming Zh)
* Czech (Daniel Rusek)
* Dutch (Nathan Follens)
* Galician (Fran Diéguez)
* Japanese (Jun Oyamada)
* Persian (Danial Behzadi)
* Polish (Piotr Drąg)
* Russian (Artur S0)
* Slovenian (Martin)
Version 49~beta
~~~~~~~~~~~~~~~
Released: 2025-08-01
This is an unstable release with the following changes:
* Fix read of hardware support tags from app metainfo
* Switch to systemd-based startup
This release also updates translations:
* Chinese (Taiwan) (Cheng-Chia Tseng)
* Friulian (Fabio Tomat)
* Japanese (Takayuki Kusano)
* Romanian (Antonio Marin)
* Russian (Artur S0)
Version 49~alpha
~~~~~~~~~~~~~~~~
Released: 2025-06-27
This is an unstable release with the following changes:
* Improve contrast of some app safety ratings in dark mode
* Improve error handling when fetching app reviews
* Improve memory fragmentation after checking for updates
* Rewrite threading model for better performance
* Provide feedback in the UI after submitting a review
* Fix crash on application shutdown
* Disallow running gnome-software as root user
This release also updates translations:
* Belarusian (Vasil Pupkin)
* Chinese (Taiwan) (Cheng-Chia Tseng)
* Czech (Daniel Rusek)
* English (United Kingdom) (Andi Chandler)
* Friulian (Fabio Tomat)
* German (Philipp Kiemle, Martin Wagner)
* Interlingua (International Auxiliary Language Association) (Emilio Sepúlveda)
* Japanese (Makoto Sakaguchi)
* Kabyle (Athmane MOKRAOUI)
* Latvian (Rūdolfs Mazurs)
* Nepali (Pawan Chitrakar)
* Panjabi (A S Alam)
* Portuguese (Brazil) (Álvaro Burns)
* Romanian (Antonio Marin)
* Slovenian (Martin)
* Turkish (Emin Tufan Çetin)
* Ukrainian (Yuri Chornoivan)
* Uzbek (Baxrom Raxmatov)
* Vietnamese (Cas Pascal)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changes in 49.0
=================
- Minor code style cleanups
- Translation updates
Changes in 49.rc
=================
No changes
Changes in 49.beta
=================
- Improve detection of apps' metadata
- Improvements to the Global Shortcuts portal
- Add support for Papers as a print previewer
- Fix a wrong function signature in the USB portal
- Translation updates
Changes in 49.alpha
=================
- Translation updates
Signed-off-by: Khem Raj <raj.khem@gmail.com>
During the last update of the recipe the CVE_STATUS for this CVE
was incorrectly removed by me due to misreading the version info.
Rectify this issue by re-adding this deleted CVE_STATUS flag.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The vulnerability only affects MacOS: https://nvd.nist.gov/vuln/detail/CVE-2025-8672
While touching it, also remove an outdated CVE_STATUS, which has been reported against
a very old version of the application.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Confirmed by Andreas off list.
Add Khem as he is main maintainer of meta-oe, but surely he would accept any
help in these areas, don't be shy to step up.
Just add uppercase L in meta-oe README.md for consistency.
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The recipe can't be compiled for 32-bit targets currently, due to
GTimeVal usage - see bug report in the project[1].
Remove the 32-bit targets from the compatibility list until it is
fixed.
[1]: https://gitlab.gnome.org/GNOME/libchamplain/-/issues/61
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
When compiling for 32-bit targets, compilation fails with the following error:
| ../libgdata-0.18.1/demos/calendar/calendar-cli.c:47:22: error: passing argument 1 of 'gmtime' from incompatible pointer type [-Wincompatible-pointer-types]
| 47 | tm = gmtime (&tv->tv_sec);
Upstream meanwhile has refactored the failing part in an untagged commit:
they have removed the usage of GTimeVal, since it has been deprecated.
Since it also solves the compilation issue, backport that patch.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
3.56.0
- Use window icon for the menu button.
3.54.0
- Add basic color-scheme support.
- Updated translations.
As an oe-related change, it also solves a build failure for 32-bit targets:
| ../../metacity-3.52.0/src/core/screen.c: In function 'collect_timed_out_foreach':
| ../../metacity-3.52.0/src/core/screen.c:2431:55: error: passing argument 2 of 'sn_startup_sequence_get_last_active_time' from incompatible pointer type [-Wincompatible-pointer-types]
| 2431 | sn_startup_sequence_get_last_active_time (sequence, &tv_sec, &tv_usec);
| | ^~~~~~~
| | |
| | long int *
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The time_t type varies for 64bit and 32bit. So instead of using
long long, we should just use time_t. In this way, things build
for both 64bit and 32bit targets.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changes:
* libsysprof-capture: Clean ring buffer memory for counters
Also:
* Make elf loader search for debug links in .debug dirs
Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Fix the following compile error:
../../sources/libwnck-2.31.0/libwnck/tasklist.c:4355:49: error: passing argument 2 of 'sn_startup_sequence_get_last_active_time' from incompatible pointer type [-Wincompatible-pointer-types]
4355 | &tv_sec, &tv_usec);
| ^~~~~~~
| |
| long int *
In file included from /build/tmp/work/core2-32-wrsmllib32-linux/lib32-libwnck/2.31.0/lib32-recipe-sysroot/usr/include/startup-notification-1.0/libsn/sn.h:32,
from ../../sources/libwnck-2.31.0/libwnck/private.h:36,
from ../../sources/libwnck-2.31.0/libwnck/tasklist.c:40:
/build/tmp/work/core2-32-wrsmllib32-linux/lib32-libwnck/2.31.0/lib32-recipe-sysroot/usr/include/startup-notification-1.0/libsn/sn-monitor.h:84:79: note: expected 'time_t *' {aka 'long long int *'} but argument is of type 'long int *'
84 | time_t *tv_sec,
| ~~~~~~~~~~~~~~~~~~~^~~~~~
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changes:
* Ensure local dbus-monitor is reaped after capturing
* Modernization for various GTK deprecations
* Add new symbolizer for debuginfod which is enabled by default
* Many performance improvements for capture loading
* Support for unwinding without frame-pointers on distributions
lacking -fno-omit-frame-pointer at the toolchain level. This
uses a new "sysprof-live-unwinder" elevated helper process
which takes data from perf and unwinds the stack as soon as
it can without capturing the perf data to disk.
Thank you to Red Hat and the tools team for enabling this
work for RHEL.
* The greeter now persists your settings and restores them the
next time you run Sysprof.
* Various graph drawing improvements.
* Fixes for time display in various formats.
* Translation updates.
* Fix drawing of Y-reversed data point markers
* Make greeter save environment variables to state file for reuse
* Use D-Bus power profiles bus name rather than legacy D-Bus bus name
Also:
* Add new patch to fix environ shadowing in sysprof greeter
Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
==========
- #71 Adding GOA account fails with sonic.net IMAP service
- #81 Support Webflow authentication for Nextcloud
- #162 Cannot add a ProtonMail bridge with IMAP + TLS
- #242 Rename dconf key in gnome-online-accounts settings
- #408 "Account Name" GUI field is a bit ambiguous
- #420 Nextcloud login does not work anymore due to OPTIONS /login request
- #429 Linked online accounts no longer work
- #430 Invalid URI when adding Google account
- #434 Failed to generate a new POT file for the user interface of "gnome-
online-accounts" (domain: "po") and some missing files from POTFILES.in
- !340 goamsgraphprovider: ensure a valid PresentationIdentity
- !345 goadaemon: complete GTasks to avoid a scary debug warning
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
============
Version 48.3
============
- Various translation updates
- Various accessibility fixes
About
- Properly close System Details dialog supressing dispose warning
Common
- Fix use-after-free in CcPermissionInfobar
Colors
- Remote extra line below the device name
Global Shortcuts
- Discard request from invalid app ID
Wacom
- Plug stylus motion backlog array leak
============
Version 48.2
============
- Various translation updates
- Wrap settings panel names in small window sizes
- Call g_type_ensure for a custom class
- Add rounded borders to illustrations
About
- Fix multiple GPU name display with NVIDIA GPU on Desktop PC
Apps
- Set bold style to the app name
- Hide preference group if no permissions are shown
Notifications
- Fix crash when modifying app settings multiple times
Power
- Change power saver icon to leaf (matching GNOME Shell)
System
- Improve password generation logic
- Use EFF's Wordlists for Random Passphrases for password generator
Users
- Don't crash when failing to crop avatar images
Wacom
- Get motion history from tablets in test drawing area
============
Version 48.1
============
- Various translation updates
Keyboard
- Fix duplicated "Search" entries in the Custom Shortcuts
Network
- Fix bad memory access in wsec_size_group_clear()
Power
- Set suspend notice message visible by default
Printers
- Run printer details response callback when closing dialog
Wellbeing
- Don't make screen time row activatable
- Fix NAN handling for chart labels
- Fix chart height calculation for partially filled week
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>