Difference between revisions of "Release notes/1.1.2"

From Inkscape Wiki
Jump to navigation Jump to search
m (→‎Extension bug fixes: add some more)
m (→‎Extension bug fixes: Hopefully done with extensions)
Line 101: Line 101:
* The '''Hershey Text''' extension no longer fails if a text has the style attribute <code>line-height:normal;</code> ([https://gitlab.com/inkscape/extensions/-/merge_requests/302 MR extensions#302], [https://gitlab.com/inkscape/extensions/-/issues/361 Bug #361])
* The '''Hershey Text''' extension no longer fails if a text has the style attribute <code>line-height:normal;</code> ([https://gitlab.com/inkscape/extensions/-/merge_requests/302 MR extensions#302], [https://gitlab.com/inkscape/extensions/-/issues/361 Bug #361])
* The '''GCodetools Plasma''' extension now generates GCode again ([https://gitlab.com/inkscape/extensions/-/merge_requests/388 MR extensions#388], [https://gitlab.com/inkscape/extensions/-/issues/276 Bug extensions#276])
* The '''GCodetools Plasma''' extension now generates GCode again ([https://gitlab.com/inkscape/extensions/-/merge_requests/388 MR extensions#388], [https://gitlab.com/inkscape/extensions/-/issues/276 Bug extensions#276])
* Exporting as '''HTML5 Canvas''' no longer fails when the drawing contains a text put on a path (but the text is ignored) ([https://gitlab.com/inkscape/extensions/-/merge_requests/318 MR extensions#318], [https://gitlab.com/inkscape/extensions/-/issues/292 Bug extensions#292])


=== Bugfixes in particular extensions ===
=== Bugfixes in particular extensions ===
Line 107: Line 108:
* The '''space character''' in the ''''Braille'''' text extension now has the correct width ([https://gitlab.com/inkscape/extensions/-/issues/410 Bug extensions#410])
* The '''space character''' in the ''''Braille'''' text extension now has the correct width ([https://gitlab.com/inkscape/extensions/-/issues/410 Bug extensions#410])
* The '''Voronoi''' extension now properly respects the page boundaries ([https://gitlab.com/inkscape/extensions/-/merge_requests/382 MR extensions#382], [https://gitlab.com/inkscape/extensions/-/issues/403 Bug extensions#403])
* The '''Voronoi''' extension now properly respects the page boundaries ([https://gitlab.com/inkscape/extensions/-/merge_requests/382 MR extensions#382], [https://gitlab.com/inkscape/extensions/-/issues/403 Bug extensions#403])
* Cell sizes and stroke width in the '''Voronoi''' extension allow entering larger values now ([https://gitlab.com/inkscape/extensions/-/merge_requests/356 MR extensions#356])
* Mockups created with the '''Interactive Mockup''' extension work correctly with current browsers again ([https://gitlab.com/inkscape/extensions/-/merge_requests/405 MR extensions#405])
* Mockups created with the '''Interactive Mockup''' extension work correctly with current browsers again ([https://gitlab.com/inkscape/extensions/-/merge_requests/405 MR extensions#405])
* The '''Web Slicer''' extension now exports images again ([https://gitlab.com/inkscape/extensions/-/issues/267 Bug extensions#267], [https://gitlab.com/inkscape/extensions/-/merge_requests/406 MR extensions#406])
* The '''Web Slicer''' extension now exports images again ([https://gitlab.com/inkscape/extensions/-/issues/267 Bug extensions#267], [https://gitlab.com/inkscape/extensions/-/merge_requests/406 MR extensions#406])
* When importing a '''DXF file''', polylines are now included ([https://gitlab.com/inkscape/extensions/-/merge_requests/338 MR extensions#338])
* When importing a '''DXF file''', polylines are now included ([https://gitlab.com/inkscape/extensions/-/merge_requests/338 MR extensions#338])
* Help texts for paper thickness in the '''Perfect bound cover''' bookcover making extension were improved ([https://gitlab.com/inkscape/extensions/-/merge_requests/304 MR extensions#304], [https://gitlab.com/inkscape/extensions/-/issues/265 Bug extensions#265])
* Help texts for paper thickness in the '''Perfect bound cover''' bookcover making extension were improved ([https://gitlab.com/inkscape/extensions/-/merge_requests/304 MR extensions#304], [https://gitlab.com/inkscape/extensions/-/issues/265 Bug extensions#265])
* The '''Scatter''' extension now places objects at the correct positions again ([https://gitlab.com/inkscape/extensions/-/merge_requests/323 MR extensions#323], [https://gitlab.com/inkscape/extensions/-/merge_requests/323 MR extensions#323])
* The tangential (along path direction) offset for '''scattered objects''' is now defined in % of pattern object length ([https://gitlab.com/inkscape/extensions/-/merge_requests/323 MR extensions#323])
* Formulas rendered by '''LaTeX (pdflatex)''' now more reliably give the correct result ([https://gitlab.com/inkscape/extensions/-/merge_requests/349 MR extensions#349])
* The '''JessyInk keybindings''' dialog now better fits on the screen ([https://gitlab.com/inkscape/extensions/-/merge_requests/340 MR extensions#340], [https://gitlab.com/inkscape/extensions/-/issues/261 Bug extensions#261], [https://gitlab.com/inkscape/extensions/-/merge_requests/380 MR extensions#380])


=== Improvements that apply to all extensions ===
=== Improvements that apply to all extensions ===

Revision as of 18:15, 3 February 2022


Release highlights

Definitely not released yet.

Inkscape 1.1.2 is a maintenance and bugfix release, which brings you more than 20 bug fixes, 8 crash fixes, 13 improved translations and improved documentation.

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)
  • On macOS, the system menu now uses the correct language and menu decorations look better on systems with non-English locales (MR #3531)
  • When clicking on the color indicator in the bottom left corner, the Fill and Stroke dialog will now open again (Bug #2621, MR #3754)
  • Multiple untranslatable strings are now translatable (MR #3918, Bug #2492, Bug #2279, Bug #809)
  • When automatically converting text to path on the commandline for export, differently formatted text parts no longer lose their styling (MR #3918, Bug #2602)
  • Clones/symbols/glyphs are now positioned correctly relative to each other when pasting them into a new document (MR #3922, Bug #387)
  • Copy-pasting an object with a Live Path Effect repeatedly into a new document now pastes the current object, not an outdated one (MR #3922, Bug #1743)
  • Linking an additional path to the Measure Path LPE as a projection target works again (MR #3922, Bug #3035)
  • Saving files with markers as SVG1.1 results in valid markers again (MR #3942, Bug #2785)

Dialogs

  • Filter editor: The standard deviation for Gaussian blur can now be 0, if there is no blur (MR #3650, Bug #2724)

Themes

  • win32 theme now contains expand/collapse arrows for expandable lists (MR #3636, Bug #2876)
  • win32 theme offers improved contrast when hovering over text (MR #3550)
  • win32 theme context menu border looks better now (MR #3550)
  • win32 theme offers improved contrast when hovering over text (MR #3550)


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
  • Copied style no longer includes the shape of a flowed text and some other text positioning data, which caused all kinds of strange behavior (MR #3899, Bug #2807)

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)
  • … running inkscape --actions=action-list on the command line if Inkscape has been built with DBUS support (MR #3636, Bug #2813)
  • … exporting to a raster image file with a file name that contains non-ASCII characters (MR #3784, Bug #2548)
  • … importing an SVG file that contains a 3D box (MR #3592, Bug #2881)
  • … pressing Backspace while using the Bézier tool (MR #3715, Bug #2764)
  • … selecting Other locations in the Open/Save/Import dialog, with the preview active (MR #3786, Bug #2549)
  • … dragging a guide line off the canvas to delete it (MR #3899, Bug #3084)
  • … starting Inkscape with the Icon Preview panel open on Wayland (Bug #3047, MR #3937)
  • copying nodes if there is a Bend LPE in the clipboard (MR #3942)
  • … (freeze) when changing the document's license while the Selectors and CSS dialog is open (MR #3939, Bug #2700)

Extension bug fixes

Crash fixes

Bugfixes in particular extensions


Improvements that apply to all extensions

  • The file chooser in extensions can no longer accidentally choose a directory instead of a file (MR extensions#3716, Bug #2822)
  • Compact float notation (such as 1.2 .3 ) in paths is now supported for all extensions (MR extensions#385)
  • Extensions are now able to process files with a lot of deeply nested groups (MR extensions#376, Bug extensions#429)
  • Extensions that call external programs no longer mangle texts with special characters on systems that do not use UTF-8 encoding (MR extensions#363)

Improvements for development / deployment

Translations

The following UI translations received updates:

  • Brazilian Portuguese
  • Catalan
  • Croatian
  • Czech
  • German
  • Greek
  • Hungarian
  • Lithuanian
  • Romanian
  • Russian
  • Simplified Chinese
  • Slovenian
  • Traditional Chinese
  • Spanish
  • Ukrainian


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.

  • Extensions: The unit conversions for circles and rectangles is incorrect, which leads to displaced elements for some extensions (extensions#437, extensions#438). Workaround: Convert circles and rectangles to paths before calling the extension.

Other releases