Difference between revisions of "Release notes/0.93"

From Inkscape Wiki
Jump to navigation Jump to search
(Add LPE`s and some bugs)
Line 35: Line 35:
== Live Path Effects ==
== Live Path Effects ==


[Please fill in]
BSPline and Spiro improvements in Pen/Pencil mode. With "Alt" you can move previous node. Please consider backport to 0.92.3 as they are "new" tools and seems OK users get the best using mode as soon as possible. On trunk in r.b04f74f9
 
* '''Measure Line'''<br/>This new path effect add DIN and custom style meassure lines to "straight" segments in a path.<br/>Here are a video working:[https://www.youtube.com/watch?v=ppgt2GPm1IY Meassure Line LPE]
 
* '''Clone original Improvements'''<br/>This path effect now allow items instead paths and has a lot of power behaind.<br/>Here are a video working:[https://www.youtube.com/watch?v=JAJAxKNY8lA Clone Original Improvements]
 
* '''Mirror Simmetry and Rotate Copies Split feature'''<br/>This new feature allow custom style for each piece without unlinking LPE<br/>Here are the video: [https://www.youtube.com/watch?v=mIzrQ2lpzuw Mirror Symmetry and Rotate Copies LPE Split option]
 
* '''Power Clip and Power Mask LPE'''<br/>This new LPE add options to clips and masks.<br/>Here are the video working [https://ia601501.us.archive.org/34/items/00003303/0000-3303.ogv PowerClip and PowerMask LPE]
 
* '''Fillet/Chamfer'''<br/>This new LPE add fillet and chamfer to paths. Also add a new internal class that allow to handle extra info per node, the LPE itself is a example of use the new classes.<br/>Here are the video working [https://www.youtube.com/watch?v=wJKzGhJULfc Fillet/Chamfer LPE]
 
* '''Boolean Operations LPE'''<br/>Allow boolean operations non destructives...
 
* '''Embrodery Stich'''<br/>A LPE to handle embrodery...


== Import / Export ==
== Import / Export ==
Line 66: Line 80:


* Symbols: Visio Stencils loaded from .vss files now use their actual name instead of a placeholder derived from the symbol file's name ([https://bugs.launchpad.net/inkscape/+bug/1676144 bug 1676144])
* Symbols: Visio Stencils loaded from .vss files now use their actual name instead of a placeholder derived from the symbol file's name ([https://bugs.launchpad.net/inkscape/+bug/1676144 bug 1676144])
* Shapes on Pen and Pencil tools now retain color and width ([https://bugs.launchpad.net/inkscape/+bug/1707899 bug:1707899]). Please consider backport 0.92.3. Commit to master on d0930c9b


For an exhaustive list of bugs that have been fixed, please see the [https://launchpad.net/inkscape/+milestone/0.93 milestones page for Inkscape 0.93].<!-- CHECK on Release -->.
For an exhaustive list of bugs that have been fixed, please see the [https://launchpad.net/inkscape/+milestone/0.93 milestones page for Inkscape 0.93].<!-- CHECK on Release -->.

Revision as of 23:23, 14 August 2017

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

Inkscape 0.93

(definitely not released yet - AnnouncePlanning093)

Release highlights

Released on «YYYY-MM-DD».

[Please fill in]

New Features and Improvements

  • Inkview was considerably improved and got some new features
  • Support folders as input (will load all SVG files from the specified folder)
    The `-r` or `--recursive` option will even allow to search subfolders recursively.
  • Implement `-t` or `--timer` option which allows to set a time after which the next file will be automatically loaded.
  • Add `-s` or `--scale` option to set a factor by which to scale the displayed image.
  • Add `-f` or `--fullscreen` option to launch Inkview in fullscreen mode
  • Many smaller fixes and improvements
  • Shortcuts
  • Allow to use "Super", "Hyper" and "Meta" modifier keys
  • Improve shortcut handling code. This should fix a lot of issues and allow to use a lot of shortcuts which were inaccessible before, especially on non-English keyboard layouts.
  • Customisable share folder - All files in share can be over-ridden by placing files in the user's `~/.config/inkscape` folder. These include keyboard files (no change) to user interface files (glade files) and menu xml files to configure the menus, toolbars and interfaces of Inkscape (very raw themeing support).
  • Inkscape is starting to use glade for it's dialogs so they can be reconfigured by users. Only one is currently supported.

Important changes

[Please fill in]

The icon preview dialog now correctly shows the page background (Bug #1537497). As a side effect, custom UI icons SVG files need updating to have their background color alpha channel set to 0 so that they display correctly (see Bug #1661989).

Live Path Effects

BSPline and Spiro improvements in Pen/Pencil mode. With "Alt" you can move previous node. Please consider backport to 0.92.3 as they are "new" tools and seems OK users get the best using mode as soon as possible. On trunk in r.b04f74f9

  • Measure Line
    This new path effect add DIN and custom style meassure lines to "straight" segments in a path.
    Here are a video working:Meassure Line LPE
  • Clone original Improvements
    This path effect now allow items instead paths and has a lot of power behaind.
    Here are a video working:Clone Original Improvements
  • Fillet/Chamfer
    This new LPE add fillet and chamfer to paths. Also add a new internal class that allow to handle extra info per node, the LPE itself is a example of use the new classes.
    Here are the video working Fillet/Chamfer LPE
  • Boolean Operations LPE
    Allow boolean operations non destructives...
  • Embrodery Stich
    A LPE to handle embrodery...

Import / Export

[Please fill in]

Extensions

  • All INX Parameters now have the common attribute indent="n" where n specifies the level of indentation in the extension UI.
  • Add appearance="url" for INX Parameters of type "description". You can now add clickable links to your extension UI.

SVG and CSS

[Please fill in]

Command Line

  • xverbs (command line commands that take parameters, e.g. for saving the selection under a specified filename as svg file) (mailing list thread)
  • New verb allows to swap fill and stroke from command line: EditSwapFillStroke (a keyboard shortcut can now be assigned to it)(bug 675690)

New dependencies

* libsoup - Used for making http requests without the need for dbus and gvfs.

Translations

New UI translations for [please fill in].

Notable Bugfixes

  • Symbols: Visio Stencils loaded from .vss files now use their actual name instead of a placeholder derived from the symbol file's name (bug 1676144)
  • Shapes on Pen and Pencil tools now retain color and width (bug:1707899). Please consider backport 0.92.3. Commit to master on d0930c9b

For an exhaustive list of bugs that have been fixed, please see the milestones page for Inkscape 0.93..

Known Issues

[Please fill in]

Previous releases