Difference between revisions of "Version/0.9.4"
< Version
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
==Release Notes== | ==Release Notes== | ||
+ | |||
===New Features=== | ===New Features=== | ||
+ | |||
+ | ====User Interface==== | ||
* Support for some minimal color drag and drop. | * Support for some minimal color drag and drop. | ||
− | * Plugins | + | * Crosshair cursor for edge chain tool. |
− | * | + | |
− | + | ====Plugins==== | |
− | + | * New plugin '''Fill Area''' shows a message when there are too few vertices selected. | |
− | + | * The plugin dialog can now reload plugins. | |
− | * Scripting | + | * Scripts and plugins can be edited within Knotter. |
− | + | * Wizard to create plugins. | |
− | + | * New plugin '''Text''' writes some text in knots. | |
+ | |||
+ | ====Scripting==== | ||
+ | * Progress dialog | ||
+ | * More functionality to {{js|document.graph}} | ||
===Bug Fixes=== | ===Bug Fixes=== | ||
Line 24: | Line 31: | ||
* The Script console output supports the keyboard shortcut Ctrl+C to copy. | * The Script console output supports the keyboard shortcut Ctrl+C to copy. | ||
* Artifacts created by some style settings have been removed. | * Artifacts created by some style settings have been removed. | ||
− | * Scripting node.edges does not contain null edges any more. | + | * Scripting {{js|node.edges}} does not contain null edges any more. |
+ | * The chain edge guide is properly removed when changing tool. |
Revision as of 10:55, 11 June 2013
Contents
Download
Knotter 0.9.7 | ||
---|---|---|
Package | Sources | |
Repository | git://github.com/mbasaglia/Knotter.git | |
Online viewer | GitHub | |
Tarball | knotter-git.tar.gz |
For instruction on how to build Knotter from source see Building from source.
Screenshots
Release Notes
New Features
User Interface
- Support for some minimal color drag and drop.
- Crosshair cursor for edge chain tool.
Plugins
- New plugin Fill Area shows a message when there are too few vertices selected.
- The plugin dialog can now reload plugins.
- Scripts and plugins can be edited within Knotter.
- Wizard to create plugins.
- New plugin Text writes some text in knots.
Scripting
- Progress dialog
- More functionality to
document.graph
Bug Fixes
- Fixed issue with the save knot style preference checkbox.
- Canceling the save dialog no longer creates a file.
- The Script console output supports the keyboard shortcut Ctrl+C to copy.
- Artifacts created by some style settings have been removed.
- Scripting
node.edges
does not contain null edges any more. - The chain edge guide is properly removed when changing tool.