Difference between revisions of "Release notes/0.92.3/de"

From Inkscape Wiki
Jump to navigation Jump to search
Line 80: Line 80:
* The Document Properties dialog now has a more compact layout, so all items should be accessible on smaller screens (Bug #[https://bugs.launchpad.net/inkscape/+bug/1510831 1510831])
* The Document Properties dialog now has a more compact layout, so all items should be accessible on smaller screens (Bug #[https://bugs.launchpad.net/inkscape/+bug/1510831 1510831])


== More bug fixes ==
== Weitere Fehlerkorrekturen ==


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.
Es wurden sogar noch mehr Fehler behoben als oben aufgeführt sind. Diese betreffen jedoch wahrscheinlich nur eine sehr kleine Nutzergruppe oder sind nur für Entwicklung und Paketierung relevant.


For a complete list, visit [https://launchpad.net/inkscape/+milestone/0.92.3 our launchpad bug tracker] and see the [https://gitlab.com/inkscape/inkscape/commits/0.92.x commit history on gitlab] (all changes from August, 6th 2017 until release date).
Eine vollständige Übersicht geben [https://launchpad.net/inkscape/+milestone/0.92.3 unser Bugtracker auf Launchpad] und die [https://gitlab.com/inkscape/inkscape/commits/0.92.x Beitragshistorie auf GitLab] (alle Änderungen zwischen dem 6. August 2017 und dem Veröffentlichtungsdatum).


==Übersetzungen==
==Übersetzungen==

Revision as of 18:55, 12 March 2018

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

Inkscape 0.92.3 enthält hauptsächlich Fehlerkorrekturen und Stabilitätsverbesserungen. Dennoch bringt diese Version auch einge kleinere neue Funktionen mit. Zum Beispiel lassen sich die Radien einer Ellipse jetzt als Zahlen in der Werkzeugeinstellungsleiste eingeben, und die Schreibrichtung kann von Links-nach-Rechts (LTR) auf Rechts-nach-Links (RTL) umgestellt werden. Windowsbenutzer werden sich darüber freuen, dass die langen Startzeiten, die einigen unter ihnen zu schaffen machten, deutlich verkürzt werden konnten. Eine neue Darstellungsoption, die auch den zuvor festgelegten Standardwert optimiert, kann die Performance bei der Arbeit mit Filtern wesentlich verbessern.

Viele Fehlerkorrekturen beziehen sich auf wichtige Funktionen von Inkscape, wie zum Beispiel Probleme beim Drucken, Abstürze bei Verwendung des Knotenwerkzeuges oder Probleme mit Tastaturkürzeln.

Verbesserungen

Kommandozeile

Für den Export in das SVG-Format werden drei neue Kommandozeilenparameter unterstützt, die die Seitengröße beeinflussen:

  • --export-area-drawing (Funktion gewünscht in Bug #1597921 und Bug #1722844)
  • --export-area-page beim Verwenden von --export-id
  • --export-margin

Textwerkzeug

Unterstützung für den Wechsel zwischen den Schreibrichtungen Links-nach-Rechts (LTR) und Rechts-nach-Links (RTL) wurde hinzugefügt (auf schmalen Monitoren ist die Einstellung im Überhangmenü der Werkzeugeinstellungsleiste für das Textwerkzeug zu finden. Man klickt dazu auf das kleine Dreieck ganz rechts in der Leiste.).

Ellipsen-/Kreiswerkzeug

Die Werkzeugeinstellungsleiste erhielt zwei neue Felder zum Einstellen des vertikalen und des horizontalen Radius (Rx/Ry) (Bug #1181127).

PDF+LaTeX-Export

Support for multi-line text with basic support for line-spacing attribute was added. (Bug #771959)

Please note:

  • Currently only the line-spacing of the top level text element is considered, i.e. all lines in one text element share the same line spacing.
  • LaTeX is much more clever with respect to line spacing, so layout might not always be exactly the same as in Inkscape.
  • Make sure to use a continuously scalable font in LaTeX, otherwise results might be unexpected.

Preferences

A new renderer option called "Rendering tile multiplier" was added. Making this value larger can speed up drawing, if you have large areas with complex filters in your drawing or work a lot with high zoom levels on filtered objects. Making the value smaller can make zooming and panning in relevant areas faster on low-end hardware (if there are no large filtered areas on the visible part of the canvas). The default value makes your screen consist of about four tiles that are rendered independently, if you're not using a hidpi screen (which requires more tiles). A more detailed explanation is available here.

Startup Performance

The first start of Inkscape on Windows is much faster now.

This is the result of improvements in fontconfig 2.13.0, a third party library which handles font related tasks for Inkscape. One of the tasks is creating an index of all fonts available on the system which is much faster now. If the new indexing causes any issues (i.e. fonts or glyphs not available that could be used before) make sure to let us know or report the issue directly to the fontconfig project.

Extensions

Extensions on Windows can now make use of Tkinter, without requiring users to install it themselves. Tkinter provides functionality for creating interactive graphical user interfaces. This is used, for example, by the TexText extension that renders mathematical LaTeX formulas to SVG (feature request at bug #1735451).

Regression fixes

  • Potentially missing command line output in Inkscape 0.92.2 on Windows 7. (Bug #1714278)
  • Extensions in the 'Raster' submenu relying on ImageMagick were broken and caused crashes in Inkscape 0.92.2 on Windows. (Bug #1720330)
  • gcodetools were creating wrong orientation points since the dpi change had been made for Inkscape 0.92 (Bug #1680760)
  • Regression on 0.92.2 makes it impossible to fill a powerstroke shape (Bug #1715433)
  • The preferences dialog was tiny by default (Bug #1360213)
  • Node handles no longer get too large when selected, and they also revert back to standard size when deselected (Bug #1568644)
  • Export to .odg (Open Document Drawing) works again on Windows (Bug #1654034)
  • Inkscape no longer freezes when trying to import clipart from OpenClipart when the openclipart.org server takes too long to respond to requests (Bug #1745521)
  • Text that are written in vertical direction now have their marks (e.g. accents) on the correct side again (gitlab commit)
  • The 'Clone original' path effect works again to fill a path with a PowerStroke applied to it (useful for drawing cartoons) (Bug #1715433)

Important bugfixes

  • Fix crash when attempting to drag path at cap or line join. (Bug #1691406)
  • Inkscape process did not exit cleanly on Windows. (Bugs #1412365 and #1715339, also causing #1714278)
  • File extension was sometimes omitted when adding saved files to Windows' list of "recently used documents" resulting in unusable links ([1])
  • Do not crash on systems with illegal fontconfig configurations. (Bug #1716516)
  • Resolve issues when attempting to save files to non-existing directories. Could happen for shortcuts.xml (Bug #1719629) and when setting the autosave location manually.
  • Allow cancellation of bitmap export. (Bug #1195929)
  • Fix issues with PDF+LaTeX export: wrong stacking of text/graphics, missing pages in PDF output (Bugs #771957, #1417470)
  • Fix shortcuts not working as expected when a non-latin keyboard layout is the primary keyboard layout on a system. (Bugs #1226962, #1730246, #1734308)
  • Printing multiple copies of the document resulted in one copy and many blank pages (Bug #490866, #1733424)
  • Fix export area when exporting single objects to SVG using the --export-id command line switch (Bug #1306662, #1707368)
  • Fix DXF output and Windows vector print scaling for documents with a custom view box (Bug #1672066)
  • Invalid output generated from extensions no longer makes Inkscape crash (gitlab commit)
  • The Ruler Live Path Effect now shows correct measurements in the default template (and other non-px-based templates), too (Bug #1460858)
  • The Document Properties dialog now has a more compact layout, so all items should be accessible on smaller screens (Bug #1510831)

Weitere Fehlerkorrekturen

Es wurden sogar noch mehr Fehler behoben als oben aufgeführt sind. Diese betreffen jedoch wahrscheinlich nur eine sehr kleine Nutzergruppe oder sind nur für Entwicklung und Paketierung relevant.

Eine vollständige Übersicht geben unser Bugtracker auf Launchpad und die Beitragshistorie auf GitLab (alle Änderungen zwischen dem 6. August 2017 und dem Veröffentlichtungsdatum).

Übersetzungen

Die folgenden Übersetzungen der Benutzeroberfläche wurden aktualisiert:

  • Französisch
  • Deutsch
  • Islandisch
  • Italienisch
  • Koreanisch
  • Spanisch
  • Ukrainisch

Die folgenden Übersetzungen für den Installer wurden aktualisiert:

  • Koreanisch

Zu den Übersetzungen der Benutzeroberfläche beitragen

Möchtest Du uns bei den Übersetzungen helfen? Erfahre hier, wie Du mitmachen kannst!

Documentation

Documentation Relaunch

The Inkscape documentation repository, containing the man page, the keyboard shortcut list as well as the tutorials and their respective translation files, has been almost completely refactored (Java has been dropped in favor of Python), and was updated to work with git and gitlab.

Documentation Updates

The man page and the keyboard shortcut list have been updated.

Where to find recent documentation

Continuously updated man page (for command line usage), keyboard and mouse shortcut list, tutorials and translation statistics for the various parts of the Inkscape project are available on the inkscape.org website:

Tutorials, as always, are also included with your Inkscape installation.

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

  • DPI Change: known issues with 'Scale elements' option (1653230,1653236,1654342,1654796,1654880,1654903,1655005,1655053,1660228)
  • DPI Change: Default grids in documents created with Inkscape 0.91 don't scale correctly (Bug #1653893)
  • Line height: Changing "baseline spacing" stops working (#1707808)
  • Renderer: Artifacts in Gaussian blur effects with default quality settings (Bug #1656383)
  • Node editor: Deselecting selected nodes of complex paths takes a long time (Bug #1652100)
  • Performance: Using the objects dialog at least once in your Inkscape session slows down actions such as duplicate and delete for files with many objects. (Bug #1431274)

Previous releases