Difference between revisions of "Release notes/1.1.2"
Jump to navigation
Jump to search
m (Next batch.) |
m (Almost done for the main program.) |
||
Line 22: | Line 22: | ||
<!-- | <!-- | ||
c78b9e5ce4 - (Wed, 22 Dec 2021 16:12:35 -0500) Sync extensions in time for 1.1.2 - Martin Owens (HEAD -> 1.1.x, origin/1.1.x) | c78b9e5ce4 - (Wed, 22 Dec 2021 16:12:35 -0500) Sync extensions in time for 1.1.2 - Martin Owens (HEAD -> 1.1.x, origin/1.1.x) | ||
([MR #], [Bug #]) | |||
+ Documentation updates | |||
eb90963e84 - (Sat, 2 Oct 2021 02:55:00 +0000) Fix unintended nesting win32 - Krishna | eb90963e84 - (Sat, 2 Oct 2021 02:55:00 +0000) Fix unintended nesting win32 - Krishna | ||
b3b284958b - (Mon, 27 Sep 2021 08:13:08 +0000) fix context-menu decoration - Krishna | b3b284958b - (Mon, 27 Sep 2021 08:13:08 +0000) fix context-menu decoration - Krishna | ||
Line 43: | Line 41: | ||
=== General === | === General === | ||
* Fixed Windows test builds, so testers can again try out intermediate versions ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3762 MR #3762] | * Fixed '''Windows test builds''', so testers can again try out intermediate versions ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3762 MR #3762] | ||
* Fixed building Inkscape with GCC 12 / C++17 ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3683 MR #3683]) | * Fixed '''building Inkscape with GCC 12 / C++17''' ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3683 MR #3683]) | ||
* Toolbar fields now use the units the user selected as display units (in Document preferences) again ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3716 MR #3716], [https://gitlab.com/inkscape/inkscape/-/issues/1747 Bug #1747]) | * Fixed '''building Inkscape with Poppler 21.11.0''', e.g. on Slackware Linux ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3636 MR #3636], [https://gitlab.com/inkscape/inkscape/-/issues/2906 Bug #2906]) | ||
* Mouse cursors for tools are now completely visible, no matter how transparent the currently selected color is ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3640 MR #3640], [https://gitlab.com/inkscape/inkscape/-/issues/2025 Bug #2025]) | * '''Toolbar fields''' now use the units the user selected as display units (in Document preferences) again ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3716 MR #3716], [https://gitlab.com/inkscape/inkscape/-/issues/1747 Bug #1747]) | ||
* '''Mouse cursors''' for tools are now completely visible, no matter how transparent the currently selected color is ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3640 MR #3640], [https://gitlab.com/inkscape/inkscape/-/issues/2025 Bug #2025]) | |||
* '''Graphic tablet pens''' that have a built-in eraser tip now again automatically switch to the correct tool ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3636 MR 3636], [https://gitlab.com/inkscape/inkscape/-/issues/2866 Bug #2866]) | |||
=== Dialogs === | === Dialogs === | ||
* Filter editor: The standard deviation for Gaussian blur can now be 0, if there is no blur ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3640 MR #3650], [https://gitlab.com/inkscape/inkscape/-/issues/2724 Bug #2724]) | * '''Filter editor''': The standard deviation for Gaussian blur can now be 0, if there is no blur ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3640 MR #3650], [https://gitlab.com/inkscape/inkscape/-/issues/2724 Bug #2724]) | ||
=== Themes === | |||
* '''win32 theme''' now contains expand/collapse arrows for expandable lists ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3636 MR #3636], [https://gitlab.com/inkscape/inkscape/-/issues/2876 Bug #2876]) | |||
=== Filters === | === Filters === | ||
Line 89: | Line 93: | ||
Fixed a crash when … | Fixed a crash when … | ||
* … grouping / ungrouping / importing / pasting a 3D box or after doing so and editing it ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3717 MR #3731], [https://gitlab.com/inkscape/inkscape/-/issues/2833 Bug #2833]) | * … grouping / ungrouping / importing / pasting a '''3D box''' or after doing so and editing it ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3717 MR #3731], [https://gitlab.com/inkscape/inkscape/-/issues/2833 Bug #2833]) | ||
* … trying to add the '''"Measure segments" Live Path Effect''' to a path with empty / one-node subpaths ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3636 MR #3636], [https://gitlab.com/inkscape/inkscape/-/issues/2725 Bug #2725]) | |||
* … when running <code>inkscape --actions=action-list</code> on the command line if Inkscape has been built with DBUS support ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3636 MR #3636], [https://gitlab.com/inkscape/inkscape/-/issues/2813 Bug #2813]) | |||
== Extension bug fixes == | == Extension bug fixes == | ||
* … the file chooser in extensions can no longer accidentally choose a directory instead of a file ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3716 MR #3716], [https://gitlab.com/inkscape/inkscape/-/issues/2822 Bug #2822]) | * … the '''file chooser''' in extensions can no longer accidentally choose a directory instead of a file ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3716 MR #3716], [https://gitlab.com/inkscape/inkscape/-/issues/2822 Bug #2822]) | ||
Revision as of 19:24, 27 December 2021
These Release Notes are in Draft Status.
Important Links:
|
Pending questions:
|
Release highlights
Definitely not released yet.
New Features
Bug fixes
General
- Fixed Windows test builds, so testers can again try out intermediate versions (MR #3762
- Fixed building Inkscape with GCC 12 / C++17 (MR #3683)
- Fixed building Inkscape with Poppler 21.11.0, e.g. on Slackware Linux (MR #3636, Bug #2906)
- Toolbar fields now use the units the user selected as display units (in Document preferences) again (MR #3716, Bug #1747)
- Mouse cursors for tools are now completely visible, no matter how transparent the currently selected color is (MR #3640, Bug #2025)
- Graphic tablet pens that have a built-in eraser tip now again automatically switch to the correct tool (MR 3636, Bug #2866)
Dialogs
- Filter editor: The standard deviation for Gaussian blur can now be 0, if there is no blur (MR #3650, Bug #2724)
Themes
Filters
- …
Import
- …
Export
- …
Markers
- …
Menus
- …
Packaging
- …
Tools
Text tool
- Font dropdown now updates when changing font for the same text multiple times through the dropdown menu (MR #3731, Bug #2056)
- Line spacing works again with current Pango versions (e.g. 1.49) as used on Fedora Linux (MR #3717, Bug #2864)
- Line spacing now always stays the same when only changing the line height units (MR #3640, Bug #2465)
- Unicode mode now accepts numbers entered with numpad keys (a bug with a long beard, reported in 2014! MR #3716, Launchpad Bug #1394559
Crash fixes
Fixed a crash when …
- … grouping / ungrouping / importing / pasting a 3D box or after doing so and editing it (MR #3731, Bug #2833)
- … trying to add the "Measure segments" Live Path Effect to a path with empty / one-node subpaths (MR #3636, Bug #2725)
- … when running
inkscape --actions=action-list
on the command line if Inkscape has been built with DBUS support (MR #3636, Bug #2813)
Extension bug fixes
- … the file chooser in extensions can no longer accidentally choose a directory instead of a file (MR #3716, Bug #2822)
Translations
The following UI translations received updates:
- Croatian
- Simplified Chinese
- Czech
- Russian
- Catalan
Contributing to interface translations
Want to help with translations? Learn how to help!
Documentation
- …
Contributing to documentation and documentation translation
Contributions to the documentation translations, as well as improvements to its contents, are welcome at the inkscape-docs repository.
Known issues
These issues could not be fixed in time for the 1.1.2 release.
Other releases
- Inkscape 1.5 — development branch
- Inkscape 1.4 — current stable release branch
- Inkscape 1.3 (1.3.1, 1.3.2)
- Inkscape 1.2 (1.2.1, 1.2.2)
- Inkscape 1.1 (1.1.1, 1.1.2)
- Inkscape 1.0 (1.0.1, 1.0.2)
- Inkscape 0.92 (0.92.1, 0.92.2, 0.92.3, 0.92.4, 0.92.5)
- Inkscape 0.91
- Inkscape 0.48 (0.48.1, 0.48.2, 0.48.3, 0.48.4, 0.48.5)
- Inkscape 0.47
- Inkscape 0.46
- Inkscape 0.45
- Inkscape 0.44
- Inkscape 0.43
- Inkscape 0.42
- Inkscape 0.41
- Inkscape 0.40
- Inkscape 0.39
- Inkscape 0.38
- Inkscape 0.37
- Inkscape 0.36
- Inkscape 0.35