Difference between revisions of "Release notes/1.1.2"

From Inkscape Wiki
Jump to navigation Jump to search
m (Inkscape main program fixes included until Dec 27 2021.)
(Add documentation fixes up to Dec 27 2021)
Line 98: Line 98:
== Documentation ==
== Documentation ==


*
* Documentation is now built with current Inkscape and Python 3. The tutorial files make use of SVG2 flowed text ([https://gitlab.com/inkscape/inkscape/-/merge_requests/3531 MR docs#3531])
* Translation statistics show correct version number ([https://gitlab.com/inkscape/inkscape-docs/documentation/-/commit/4eb6a4f710d815c4d580ac0938fe694da654649a Commit 4eb6a4])
* Documentation for how to generate and write documentation updated ([https://gitlab.com/inkscape/inkscape-docs/documentation/-/commit/069f692e9b350a888127006d591c9ddea611ee43 Commit docs-069f69]; [https://gitlab.com/inkscape/inkscape-docs/documentation/-/commit/53f93cc0d7036401852cd4b691d3133e8c4435cf Commit docs-53f93c])
* Man page export area description improved ([https://gitlab.com/inkscape/inkscape-docs/documentation/-/commit/72b2a8756238817c819f454e8791268897723617 Commit docs-72b2a8])
* Added two XML editor shortcuts to keyboard shortcut reference ([https://gitlab.com/inkscape/inkscape-docs/documentation/-/commit/a4700890efa2e8a8127496d05944133d7b843b1b Commit docs-a47008], [https://gitlab.com/inkscape/inkscape-docs/documentation/-/issues/55 Bug docs#55])
* Broken translation files now cause the documentation generation to abort ([https://gitlab.com/inkscape/inkscape-docs/documentation/-/commit/f3f16d9efe0989ff8c19b43a370caf91fe530c52 Commit docs-f3f16d], [https://gitlab.com/inkscape/inkscape-docs/documentation/-/issues/37 Bug docs#37])


=== Contributing to documentation and documentation translation ===
=== Contributing to documentation and documentation translation ===

Revision as of 19:47, 27 December 2021


Warning symbol.png These Release Notes are in Draft Status.

Important Links:



Warning symbol.png Pending questions:


Release highlights

Definitely not released yet.


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)

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


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