1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00
Files
gimp/NEWS

116 lines
4.4 KiB
Plaintext
Raw Normal View History

------------------------------
2004-12-28 17:42:33 +00:00
GNU Image Manipulation Program
Development Branch
2004-12-28 17:42:33 +00:00
------------------------------
This is the development branch of GIMP.
2025-03-23 23:07:12 +01:00
2025-03-29 10:57:39 +01:00
Overview of Changes from GIMP 3.0.2 to GIMP 3.0.4
=================================================
2025-04-21 15:49:03 +02:00
Core:
- Make maximum radius for generated brushes consistent across
codebase.
2025-03-29 10:57:39 +01:00
Graphical User Interface:
- Highlight selected device in GimpDeviceStatus.
2025-04-21 15:49:03 +02:00
- Various theme leak fixes.
- UX improvement: GimpViewableDialog (e.g. Fill/Stroke path and more)
now has "OK" as default response.
- Icon size settings now also applying to Move and Transform icon
boxes.
- Commit hash is now shown in About dialog in all non-release builds
(i.e. even in stable series, when we are in-between releases).
- Hide Force slider for Pencil Tool (rather than just making it
insensitive).
- Define merged titlebar icon colors.
- Keep menubar color consistent when out of focus.
- We don't show Fx icon for tool-based filters.
- Updated splash without micro version in it.
2025-03-29 10:57:39 +01:00
Plug-ins:
- Restore GUI to Difference Clouds script. This had been lost since
GIMP 2.8!
2025-04-21 15:49:03 +02:00
- Fixes in various file format support, such as: DDS, SVG…
2025-03-29 10:57:39 +01:00
Build:
2025-04-21 15:49:03 +02:00
- Windows Installer:
* Make the installer aware of Install, Reinstall and Update modes.
* Add Repair mode to Windows installer: in particular we can now fix
installations when the previous install directory cannot be
accessed anymore.
* The feature to delete the config folder on Windows uninstall will
now make a backup on the Desktop first (allowing people to delete
it themselves, move it, or even restore it later if needed).
* Uninstalling while GIMP is running is made impossible (among other
issues, it was causing partial uninstallation).
* Downgrading is only possible by uninstalling first.
* Development warning is shown in dev build of stable series too.
* Add fractional scaling support to Installer welcome image.
2025-03-29 10:57:39 +01:00
- Our AppImage won't ship debug symbols anymore. Better debugging can
be set with: export DEBUGINFOD_URLS="https://debuginfod.debian.net"
2025-04-21 15:49:03 +02:00
- Windows builds:
* Ship babl/GEGL and libgimp headers, static libs and pkg-config
files for plug-in developers.
* Dedicated file icon for XCF files.
* Generate native .pdb CodeView symbols on Windows (smaller debug
data files, usable by MSIX and better debugging ability).
- Crossbuilds are dropped from CI.
- Shell scripts used in the meson build are ported to Python (more
portable and much faster on some platforms, in particular Windows).
- Some build scripts were moved around for reorganization.
2025-03-29 10:57:39 +01:00
2025-03-23 23:07:12 +01:00
Overview of Changes from GIMP 3.0.0 to GIMP 3.0.2
=================================================
This is a bug-fix only release.
Core:
- Mark some strings translatable.
- Fix crash when choosing a brush in grid view.
- Windows: temporary revert of some Input Device handling code which
was breaking pressure sensitivity for some graphics tablets (though
this revert may make issues with the eraser tip).
- Fix crash when choosing a non-existing font in text tool options.
Tools:
- Reorder Line Art Detection options per design decision.
Graphical User Interface:
- Keep headerbar color consistent when out of focus.
- Histogram uses the luminance value of the foreground color as a
threshold to lighten or darken the border color for contrast with
the histogram itself.
- Improve separation between panels in dark theme.
- Add default response for GimpQueryBox dialogues.
- Spacing between toolbox widgets improved.
- GimpSpinScale slider colors inverted.
- New icons: "gimp-toggle-on" and "gimp-toggle-off" and using them in
the Search Action's list as icons for toggle actions.
Plug-ins:
- Python Console uses the luminance of the background color for error
text.
- Metadata Editor: fix buffer overflow.
- Gradient Flare: fix crash when setting the size to 0.
- Screenshot: X11 implementation is bypassed (in favor of portals)
when running on XWayland.
Build:
- Various packaging fixes and cleanup.
- The Windows installer now prompts (only in user installation) about
deleting GIMP config files when uninstalling.
- GEGL 0.4.58 is now our minimum requirement.
- Windows installer: create Restore Point on system-wide install.