Difference between revisions of "Release notes/1.0.2"

From Inkscape Wiki
Jump to navigation Jump to search
(Update main program info up to Dec 24)
Line 32: Line 32:
== New Features ==
== New Features ==


* Zooming by middle mouse button click (pressing scroll wheel) can now be deactivated in Edit > Preferences > Behavior > Steps: Zoom with middle mouse click ([https://gitlab.com/inkscape/inkscape/-/commit/1867368bb3c07e8add379a4f971f113e3429847c Commit 186736])
* Zooming by '''<kbd>middle mouse button click</kbd>''' (pressing scroll wheel) can now be deactivated in <code>Edit Preferences Behavior Steps: Zoom with middle mouse click</code> ([https://gitlab.com/inkscape/inkscape/-/commit/1867368bb3c07e8add379a4f971f113e3429847c Commit 186736])
* Canvas rotation by Ctrl + middle mouse click can be prevented in two ways:
* Canvas rotation by '''<kbd>Ctrl + middle mouse drag</kbd>''' / '''<kbd>Ctrl + Shift + Scroll</kbd>''' can be prevented in two ways:
** temporarily for the current document from View > Canvas Orientation > Lock Rotation ([https://gitlab.com/inkscape/inkscape/-/commit/5eb7c56ef2a3385cdc0af37dd05fd0b1588ea381 Commit 8ea381])
** temporarily for the current document from <code>View Canvas Orientation Lock Rotation</code> ([https://gitlab.com/inkscape/inkscape/-/commit/5eb7c56ef2a3385cdc0af37dd05fd0b1588ea381 Commit 8ea381])
** for all new Inkscape windows in Edit > Preferences > Interface: Lock canvas rotation by default ([https://gitlab.com/inkscape/inkscape/-/commit/e8c10dccda0bc53d444883fea825d907625e60b5 Commit 5e60b5])
** for all new Inkscape windows in <code>Edit Preferences Interface: Lock canvas rotation</code> by default ([https://gitlab.com/inkscape/inkscape/-/commit/e8c10dccda0bc53d444883fea825d907625e60b5 Commit 5e60b5])


== Bug fixes ==
== Bug fixes ==

Revision as of 02:17, 29 December 2020

Other languages:
English


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

Important Links:


Warning symbol.png Pending questions:



About this release

Definitely not released yet.

Inkscape 1.0.2 is mainly a stability and bugfix release.

New Features

  • Zooming by middle mouse button click (pressing scroll wheel) can now be deactivated in Edit → Preferences → Behavior → Steps: Zoom with middle mouse click (Commit 186736)
  • Canvas rotation by Ctrl + middle mouse drag / Ctrl + Shift + Scroll can be prevented in two ways:
    • temporarily for the current document from View → Canvas Orientation → Lock Rotation (Commit 8ea381)
    • for all new Inkscape windows in Edit → Preferences → Interface: Lock canvas rotation by default (Commit 5e60b5)

Bug fixes

General

  • A series of related bugs with text objects was fixed (MR #2434).
    All of the affected actions required a text object to behave like a path, but it behaved like a group, and the action failed. This series of bugs mostly affected new users who were following tutorials which did not work as expected.
    Specifically, the following actions now work again:
    • A text object unioned with itself results in a single path again.
    • Text objects can again be used with other objects in all Boolean operations.
    • Text objects can again be inset and outset.
    • Text objects can again be used to create a Dynamic Offset or a Linked Offset.
  • Converting an object's stroke to a path no longer makes its clones vanish (Bug #1120)
  • Improved rendering performance when zooming through multiple zoom levels (Commit 28e21e)
  • CSS classes that start with a letter that isn't part of the ASCII set are no longer ignored (Bug #1094)
  • An outdated link that pointed to a potentially offensive website now has been removed from a branding document (Commit b53beb)
  • Clips and masks now ... (needs info - see https://gitlab.com/inkscape/inkscape/-/merge_requests/2580#note_474796742)(Commit 985f39)
  • Random actions should no longer cause sudden scaling of the canvas (Commit dc6a60)
  • Transforms made to items cloned with the Clone Original LPE are now retained after reopening a saved document (Commit fb433a)
  • Fixed some transformation issues on linked LPE item transforms (Commit 769c56)
  • When converting an object's stroke to a path, any clones that were linked to the path are now correctly re-linked to the group resulting from the operation (Bug #1120)

macOS

  • Packaging has been updated for macOS, which improves a performance regression in Inkscape 1.0.1, so Inkscape 1.0.2 is about as fast (or slow) as Inkscape 1.0. [needs confirmation]

Circle Tool

  • Arcs from Inkscape files created with versions older than 1.0 are no longer rendered as slices (Bug #1900)
  • When dragging on an ellipse's handles inside the ellipse to create an arc, Inkscape no longer renders it as a closed slice (Commit def938)

Mesh Gradient tool

  • Objects with a mesh gradient now keep their fill when copied to a different document (Bug #579)

Text tool

  • The font preview sample now contains the correct currency symbols €¢ (instead of \342\202\254\302\242). One needs to reset the preferences to see the updated font sample text (MR #2547).

Filter Editor dialog

  • The dialog elements are readable now when using a dark theme (Bug #885)

Objects dialog

  • The search function in the 'Objects' dialog shows results again (Bug #1736)

Crash fixes

Fix a crash …

Extension bug fixes

General

Specific extensions

  • A few label texts were improved in the new "Scribus PDF Export" extension (MR #226)
  • The preview works again for the "Interpolate" extension (Bug #303)

Extension failure fixes

  • "Change case" extension works again (Bug #302)
  • "Interpolate attribute in a group" extension works again (Bug #310)

Translations

The following user interface translations received updates:

  • language

The following documentation translations received updates:

  • language

Contributing to translations

Want to help with translations? Learn how to help!

Documentation

  • Update 1

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

  • Issue 1

Previous releases