Release notes/0.92.4/de

From Inkscape Wiki
Revision as of 21:01, 9 January 2019 by Moini (talk | contribs) (Intermediate save.)
Jump to navigation Jump to search

Other languages: العربية Català Česky Deutsch English Español Français Italiano 日本語 한국어 Polski Português Português do Brasil Русский Slovenčina 中文

Die Highlights in dieser Version

Noch nicht veröffentlicht

Die Inkscape-Version 0.92.4 behebt vor allem Fehler der Vorversion und erhöht die Stabilität. Darüberhinaus wurde die Darstellung gefilterter Objekte, die Verwendung des Messwerkzeuges, bestimmte Dateispeichervorgänge und das Verschieben von Pfaden (mit einem Live-Path-Effekt) teilweise erheblich beschleunigt. Inkscape 0.92.4 enthält außerdem einige kleine, aber wirkungsvolle Verbesserungen.

Verbesserungen

Verteilen und Ausrichten

Mehrere, nicht gruppierte Objekte können jetzt wie eine Gruppe relative zu einem anderen Einzelobjekt ausgerichtet werden.

Dadurch hat nun die Option "Auswahl als Gruppe behandeln" in Verbindung mit "Zuletzt gewählt / Zuerst gewählt / Größtes Objekt / Kleinstes Objekt" erstmals eine Auswirkung; nämlich werden dabei alle Elemente wie eine Gruppe relativ zum 'fokussierten" Element bewegt. Dieses Element behält seine Position bei.

Beispiel für das Ausrichten mehrerer (nicht gruppierter) Objekte relativ zum zuerst gewählten Objekt:

Align as group to focused.gif

Schieberegler für Farben

Die Bewegung der Schieberegler zur Einstellung der Farbwerte kann nun durch Festhalten der "Strg"-Taste beim Ziehen schrittweise erfolgen.

(Die Schrittweite beträgt 16, falls der Maximalwert für den Regler 255 ist, und 10, falls der Maximalwert 100 ist.)

Color slider default.gif Color slider constrained.gif

Erweiterungen

  • Previously, the current selection was lost after running an extension. Now, whenever possible, Inkscape will try to keep the objects selected.
  • Extensions developers can again rely on the order of inkex.Effect.selected.iteritems() reflecting the user's selection order properly.
  • Extensions work faster now in documents consisting of a large number of objects. [To be confirmed.]

Automated Graphics Processing

Inkscape is now able to read and write pipes. You can use this to process data without using temporary files.

You can read from standard input:

 cat vector.svg | inkscape --file - --export-png img.png

You can write image data to standard output and directly convert to JPEG:

 inkscape --file vector.svg --export-png - | convert - out.jpg

Also a full processing chain is possible by reading and writing to pipes:

 cat vector.svg | inkscape --file - --export-png - | convert - out.jpg

Other improvements

  • Improved saving speed (especially some extreme slowdowns with certain large files like those created by Adobe Illustrator have been resolved, see also bug #1793877)
  • Improved filter rendering speed (Commit)
  • Improved performance of the measure tool, when grids are visible (Commit)
  • Dragging paths with a live path effect works faster now (Bug #[1] 245078)

Regression fixes

  • Deselecting a path with many nodes would take a long time (Bugs #1652100 and #1745763)
  • Ungrouping text elements would result in a changed font size. (Bug #1733651)
  • Some files with live path effects that could not be opened in Inkscape 0.92.3 work again in 0.92.4 (Bug #1769679)

Notable bugfixes

  • Some printer drivers (reportedly Canon, EPSON, and Konica Minolta drivers) either failed to print at all, or scaled documents to the wrong paper size. Inkscape would send print jobs with a custom paper size, instead of sizes supported by the drivers. (Bug #630635 comments 3-7; bug #1289733; GitLab MRs 258 and 259)
  • The measure tool became confused by mirrored text. Now it measures distances between letters correctly, even when mirrored. (Bug #1738504)
  • Fixed reduced opacity of partially transparent embedded bitmap images in PDF export. (Bug #381677)
  • Fixed reduced opacity of partially transparent filtered objects in PDF export when "Rasterize filter effects" is active. (Bug #381677)
  • Fixed a very annoying crash when Shift/Ctrl-clicking on control handles of shapes. (Bug #1594877)
  • Inkscape can now be built with up-to-date poppler library 0.72.0. This is especially useful for Mac OS users, using Homebrew for building Inkscape. (Commit)
  • Filter editor no longer crashes when removing the last blend filter (Bug #1795847)
  • Fixed a crash upon closing a document, when the default template was missing (Commit)
  • Copy-pasting the power stroke LPE from one path to another works better now (Bug #1005036)

More bug fixes

There were even more issues fixed than those listed above, but these probably only affect a small portion of users, or are relevant for development and packaging only.

For a complete list, visit our launchpad bug tracker and see the commit history on gitlab (all changes from March, 11th 2018 until release date).

Translations

The following UI translations received updates:

  • Brazilian Portuguese
  • Icelandic
  • Romanian
  • Spanish


The following documentation translations received updates:

  • Hungarian
  • Ukrainian

Contributing to interface translations

Want to help with translations? Learn how to help!

Documentation

  • Layout of HTML Keyboard Shortcut Reference improved
  • Indicate correct keyboard shortcut for the measurement tool in Keyboard Shortcut Reference
  • Clarification in the man page for usage of the -z / --verb options in combination

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

See bug tracker

Previous releases