Difference between revisions of "Release notes/1.1"

From Inkscape Wiki
Jump to navigation Jump to search
m
(Some updates and text improvements)
Line 57: Line 57:
==== 'Outline Overlay' display mode ====
==== 'Outline Overlay' display mode ====


This show a mix of draw with a hover outline, making it sensitive as outline (paths no fills)
In this mode, a toned down view of the drawing (not click-sensitive) is shown behind the (click-sensitive) object outlines.


=== Tools ===
=== Tools ===
Line 70: Line 70:


==== Connector tool ====
==== Connector tool ====
* Connection lines now update in real time
 
* Connection lines now update in real time while objects are moved
* New sub-point connections for clones and groups, allowing users to use Inkscape to connect diagrams together like in other drafting tools:
* New sub-point connections for clones and groups, allowing users to use Inkscape to connect diagrams together like in other drafting tools:


Line 78: Line 79:


==== Calligraphy Tool ====
==== Calligraphy Tool ====
* Added support for multiple units and increased precision for the pen width
 
* Users can now switch between zoom independent units and absolute units through the "%" symbol in the unit selector
* The tool now supports units for the width, with a much increased precision (up to three digits after the decimal separator, e.g. 0.005). The old, zoom-dependent width behavior is accessible with the unit '%'.


=== Dialogs ===
=== Dialogs ===
Line 94: Line 95:
New preferences:
New preferences:
* In Edit > Preferences > Imported images: Import, there is a new option that allows you to disable relative paths to linked files ("Store absolute file path for linked images", active by default).
* In Edit > Preferences > Imported images: Import, there is a new option that allows you to disable relative paths to linked files ("Store absolute file path for linked images", active by default).
* In Edit > Preferences > Rendering > there is a new option <code>Redraw while editing</code> that improve performace of redrawing for some faster CPUs  ("Responsive", active by default)
* In Edit > Preferences > Rendering > there is a new option to <code>Redraw while editing</code> that improves performance of redrawing with some faster CPUs  ("Responsive", active by default)
* In Edit > Preferences > Interface > Keyboard has new tab  '''Modifiers''' you can customize modifiers keybord shoruts ( for example holding CTRL for scaling without change ratio )
* In Edit > Preferences > Interface > Keyboard, in the new '''Modifiers''' tab, you can customize keyboard shortcut modifiers for on-canvas mouse actions (for example holding Ctrl for scaling while keeping the object's aspect ratio can be changed to Shift) [Known issue: doesn't survive a restart]


==== About dialog ====
==== 'About Inkscape' dialog ====
The about dialog has been rebuilt from scratch with a bigger window and a tabbed interface.
 
* The current's version splash artwork is now displayed in full size, as it deserves!
The Help > About Inkscape dialog has been rebuilt from scratch with a larger window (and image) and a tabbed interface.
* The user-contributed About Screen artwork is now displayed much larger, as it should be!
* Authors and translators are now featured on separate tabs.
* Authors and translators are now featured on separate tabs.
* A new license tab offers a brief explanation of Inkscape licensing.  
* A new license tab offers a brief explanation of Inkscape licensing.  
* All the tabs include calls to action or links to the official website for more information.
* All the tabs include calls to action or links to the official website for more information.
* The current version of Inkscape is displayed on a button. When clicked, the version code is copied to the clipboard.
* The current version of Inkscape is displayed on a button. When clicked, the full version information is copied to the clipboard, so it can be used in bug reports, for example.


[[File:New about dialog.gif]]
[[File:New about dialog.gif]]
Line 120: Line 122:
</gallery>
</gallery>


==== "Taper Stroke" LPE improved ====
==== "Taper Stroke" LPE ====


The Taper stroke LPE has been updated to include taper direction options (allowing the taper to run to one side of the path, instead of to the middle) and smoothing options for both ends of the path, allowing more interesting paths to be made in the effect. In addition, using the keybind '''Shift+click''' on the on-canvas knots allows quickly alternating between the different possible taper shapes.
The Taper stroke LPE has been updated to include taper direction options (allowing the taper to run to one side of the path, instead of to the middle) and smoothing options for both ends of the path, allowing more interesting paths to be made in the effect. In addition, using the keybind '''Shift+click''' on the on-canvas knots allows quickly alternating between the different possible taper shapes.
Line 129: Line 131:
</gallery>
</gallery>


==== New shortcut for "Fill between many" LPE ====
==== "Fill between many" LPE ====


A new shortcut has been added under the Path menu to automatically create a linked fill path using the '''Fill between many''' path effect. The effect is created beneath the selected paths and automatically selected to faciliate moving the path into the correct z-order and styling it as intended. For greater efficiency, the shortcut can also be bound to a hotkey using the '''Preferences''' dialog.
A new shortcut has been added under the Path menu to automatically create a linked fill path using the '''Fill between many''' path effect. The effect is created beneath the selected paths and automatically selected to faciliate moving the path into the correct z-order and styling it as intended. For greater efficiency, the shortcut can also be bound to a hotkey using the '''Preferences''' dialog.
Line 138: Line 140:
</gallery>
</gallery>


==== Improvment to LPE Offset ====
==== "Offset" LPE ====
This LPE uses a new faster method for calculating offset. And now also can offset open paths without closing them.
 
Offset calculation works faster now. Open paths can now have an offset that is not automatically closed [Known issue: when they don't self-intersect].
 
==== "Slice" LPE (new) ====


==== New LPE Slice ====
This new path effect allows you to split an object into two without destroying the original (or more by stacking multiple LPEs).
This LPE allows you to split the object into two (or more by stacking multiple LPE ).
It works with groups, shapes, and paths. If you want to use it on Text, you need to use the 'Clone' LPE and apply the 'Slice' LPE on this clone.  
It works with groups, shapes, and paths. If you want to use it on Text, you need to use the LPE clone and apply LPE Slice on this clone.
[Known issue: crashes when one tries to edit the path]


[[File:Slice LPE 1.gif|800px|frameless]]
[[File:Slice LPE 1.gif|800px|frameless]]
Line 149: Line 154:
=== Extensions ===
=== Extensions ===


A new extension allows to directly save as a PDF through Scribus, if Scribus 1.5+ is found in the path. This should allow to produce a color-managed PDF if the SVG is color-managed.


== Notable bugfixes ==
== Notable bugfixes ==
Line 160: Line 164:
=== Other bug fixes ===
=== Other bug fixes ===


* Dragging connected objects now does not leave the connections behind until dragging concludes. Instead, lines follow drag smoothly.
* The color selector's color wheel looks better now on HiDPI screens [https://gitlab.com/inkscape/inkscape/-/merge_requests/2416 MR #2416]
* fixed Antialiasing problem with the color wheel for HiDPI screens [https://gitlab.com/inkscape/inkscape/-/merge_requests/2416 2416]
* The color indicator field in the bottom left corner of the window now uses a constant width and has been cleaned up a bit [https://gitlab.com/inkscape/inkscape/-/merge_requests/2400 MR #2400]  
* clean-up and making  paint selector layout  more constant  [https://gitlab.com/inkscape/inkscape/-/merge_requests/2400 2400]  
* The size of the double-arrow handles in the color sliders has been increased [https://gitlab.com/inkscape/inkscape/-/merge_requests/2427 MR #2427]
* Increase size of arrows on color sliders [https://gitlab.com/inkscape/inkscape/-/merge_requests/2427 2427]
* Fix of multiple regressions and bugs with '''Stroke to path''' [https://gitlab.com/inkscape/inkscape/-/merge_requests/2410 MR #2410]
* Fix of multiple regressions and bugs for command '''Storke to path''' [https://gitlab.com/inkscape/inkscape/-/merge_requests/2410 2410]
* Fix of feColorMatrix filter primitive default rendering [https://gitlab.com/inkscape/inkscape/-/merge_requests/2424 MR #2424]
* Fix of feColorMatrix filter primitive defoult rendering [https://gitlab.com/inkscape/inkscape/-/merge_requests/2424 2424]
* You can now just click in the color wheel to select a color [https://gitlab.com/inkscape/inkscape/-/merge_requests/2428 MR #2428]
* Enable selection by click in the color wheel [https://gitlab.com/inkscape/inkscape/-/merge_requests/2428 2428]


=== Even more bug fixes ===
=== Even more bug fixes ===

Revision as of 23:37, 9 November 2020

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

Release highlights

Definitely not released yet.

Inkscape 1.1 is a stability and bugfix release.

[For changes made even before the 1.0 release that aren't in 1.0, try to find out if the checked and not stroked ones here: https://gitlab.com/inkscape/inkscape/-/issues/1030 have really not been cherrypicked]

The most notable improvements are:

  • Fill in

Important changes

For packagers

  • We no longer depend on GtkSpell and ASpell but on GSpell for spell checking.
  • lib2geom has been moved into its own git submodule (like the extensions).

Improvements

  • XInclude support (see !1150) TODO: Move to a "technical" or "advanced" section?
  • Hidden dialogs stop receiving signals and release resources
  • Shell mode: a history of commands is now remembered and can be accessed with the up and down arrow keys. [Tab ... autocompletion?]
  • Recognize layers in SVG files exported from CorelDraw (see !2046)

General user interface

  • Dock layouts are now saved in an xml file (docklayout.xml) in the user preferences directory, making them transferable.
  • The legacy gradient editor (a dialog that could previously be enabled in the preferences for the gradient tool) has been removed.


Canvas

Rotation lock

A new menu item has been added to allow the user to prevent the rotation of the canvas with key bindings commonly associated with zooming in other applications. This setting can be toggled on a per-window basis. In addition, a new preference option has been added to allow users to set the mode to be on when a new window is opened.

Themeable cursors

A set of SVG-based, themeable mouse cursors with HiDPI support were added. These new cursors are coupled with the icon themes. The default set (hicolor theme) is stored in ~inkscape\share\inkscape\icons\hicolor\cursors.

More information can be found on the SVG Cursors page.

'Outline Overlay' display mode

In this mode, a toned down view of the drawing (not click-sensitive) is shown behind the (click-sensitive) object outlines.

Tools

Node tool

The node tool now allows to copy, cut and paste a selection of nodes. These nodes can be inserted into the original path, into a different path or they can be pasted as a completely new path.

Connector tool

  • Connection lines now update in real time while objects are moved
  • New sub-point connections for clones and groups, allowing users to use Inkscape to connect diagrams together like in other drafting tools:

Calligraphy Tool

  • The tool now supports units for the width, with a much increased precision (up to three digits after the decimal separator, e.g. 0.005). The old, zoom-dependent width behavior is accessible with the unit '%'.

Dialogs

Preferences dialog

  • Added new search bar in the preferences dialogue that performs a recursive search over all the nested categories of settings
  • press F3 or Ctrl+G for next result
  • press Shit+F3 or Ctrl+Shift+G for previous result

New preferences:

  • In Edit > Preferences > Imported images: Import, there is a new option that allows you to disable relative paths to linked files ("Store absolute file path for linked images", active by default).
  • In Edit > Preferences > Rendering > there is a new option to Redraw while editing that improves performance of redrawing with some faster CPUs ("Responsive", active by default)
  • In Edit > Preferences > Interface > Keyboard, in the new Modifiers tab, you can customize keyboard shortcut modifiers for on-canvas mouse actions (for example holding Ctrl for scaling while keeping the object's aspect ratio can be changed to Shift) [Known issue: doesn't survive a restart]

'About Inkscape' dialog

The Help > About Inkscape dialog has been rebuilt from scratch with a larger window (and image) and a tabbed interface.

  • The user-contributed About Screen artwork is now displayed much larger, as it should be!
  • Authors and translators are now featured on separate tabs.
  • A new license tab offers a brief explanation of Inkscape licensing.
  • All the tabs include calls to action or links to the official website for more information.
  • The current version of Inkscape is displayed on a button. When clicked, the full version information is copied to the clipboard, so it can be used in bug reports, for example.

New about dialog.gif

Live path effects

Automatic fill preservation for path effects

LPEs which render strokes as fills (Join Type, Power Stroke, and Taper Stroke) have been modified to automatically preserve the previous fill by creating a linked path when applied to an object.

"Taper Stroke" LPE

The Taper stroke LPE has been updated to include taper direction options (allowing the taper to run to one side of the path, instead of to the middle) and smoothing options for both ends of the path, allowing more interesting paths to be made in the effect. In addition, using the keybind Shift+click on the on-canvas knots allows quickly alternating between the different possible taper shapes.

"Fill between many" LPE

A new shortcut has been added under the Path menu to automatically create a linked fill path using the Fill between many path effect. The effect is created beneath the selected paths and automatically selected to faciliate moving the path into the correct z-order and styling it as intended. For greater efficiency, the shortcut can also be bound to a hotkey using the Preferences dialog.

"Offset" LPE

Offset calculation works faster now. Open paths can now have an offset that is not automatically closed [Known issue: when they don't self-intersect].

"Slice" LPE (new)

This new path effect allows you to split an object into two without destroying the original (or more by stacking multiple LPEs). It works with groups, shapes, and paths. If you want to use it on Text, you need to use the 'Clone' LPE and apply the 'Slice' LPE on this clone. [Known issue: crashes when one tries to edit the path]

Slice LPE 1.gif

Extensions

Notable bugfixes

Crash fixes

Fix a crash …

Other bug fixes

  • The color selector's color wheel looks better now on HiDPI screens MR #2416
  • The color indicator field in the bottom left corner of the window now uses a constant width and has been cleaned up a bit MR #2400
  • The size of the double-arrow handles in the color sliders has been increased MR #2427
  • Fix of multiple regressions and bugs with Stroke to path MR #2410
  • Fix of feColorMatrix filter primitive default rendering MR #2424
  • You can now just click in the color wheel to select a color MR #2428

Even 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 GitLab issue tracker and see the commit history (all changes since DATE until release date).

Breaking changes / Action required

Extensions

Element selections API has been improved, the API in 10 of using self.svg.selected is deprecated in favour of the new self.svg.selection interface. The previous API will continue to work for the time being but should be updated to the new API. Selection is now a type of ElementList which provides filtering, ordering and other generalised functionality, if you need an element list for example to make a bounding box, this is the way to do it.

Translations

The following UI translations received updates:

  • Language

The following documentation translations received updates:

  • Language

Contributing to interface translations

Want to help with translations? Learn how to help!

Documentation

  • Some missing options were added to the man page (command line help)
  • Some missing keyboard shortcuts were added to the keyboard shortcut reference

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

Previous releases