Difference between revisions of "Version/0.9.4"
< Version
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
==Download== | ==Download== | ||
− | + | {{:Version/0.9.4/Download}} | |
− | |||
==Screenshots== | ==Screenshots== | ||
− | {{:Version/0.9. | + | {{:Version/0.9.4/Screenshots}} |
Revision as of 08:23, 13 June 2013
Contents
Download
Knotter 0.9.4 | ||
---|---|---|
Package | 32 bit | 64 bit |
Sources (Cross platform) |
knotter-0.9.4.tar.gz | |
Windows (Windows, ReactOS) |
knotter-0.9.4-windows-32.zip | knotter-0.9.4-windows-64.zip |
Deb (Qt4) (Debian, Ubuntu, Trisquel and similar) |
knotter_0.9.4-2_i386.deb | knotter_0.9.4-2_amd64.deb |
Deb (Qt5) (Debian, Ubuntu, Trisquel and similar) |
knotter_0.9.4-2-qt5_i386.deb | knotter_0.9.4-2-qt5_amd64.deb |
RPM (Fedora, Redhat, Blag and similar) |
knotter-0.9.4-1.i686.rpm | knotter-0.9.4-1.x86_64.rpm |
AUR (Arch, Parabola and similar) |
knotter | |
OS/2 (OS/2, eComStation) |
knotter-0.9.4-os2.7z |
Screenshots
Release Notes
This release has been focused mostly on improving the plugin facilities. This has led to a better infrastructure to create and mange plugins and several new pre-installed plugins.
Other changes include a more polished user interface and improved editing tools.
Many bugs have been fixed.
New Features
User Interface
- Support for some minimal color drag and drop.
- Crosshair cursor for edge chain tool.
- It is now possible to select edges and change their type from the Selection Style dialog.
Plugins
- 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 Insert Text writes some text in knots.
- New plugin Mirror to copy and mirror vertices.
- New plugin Remove Duplicates to clean up the graph.
Scripting
- Progress dialog
- More functionality to
document.graph
Internals
- The code that manages the editing tools has been refactored to allow future extensions.
Packages
- Official package for Windows 64 bit.
- Deb packages both for Qt4 and Qt5.
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.
- Fixed a bug that caused code from the script console to crash Knotter.
- Select All will now activate the selection style dialog as expected.
- Fixed post-installation bug on deb packages.