summaryrefslogtreecommitdiff
path: root/www/sourceforge/README.mkd
diff options
context:
space:
mode:
Diffstat (limited to 'www/sourceforge/README.mkd')
-rw-r--r--www/sourceforge/README.mkd23
1 files changed, 16 insertions, 7 deletions
diff --git a/www/sourceforge/README.mkd b/www/sourceforge/README.mkd
index 0282858..ce5a1d0 100644
--- a/www/sourceforge/README.mkd
+++ b/www/sourceforge/README.mkd
@@ -10,13 +10,22 @@ It comes in two flavours: MacOSX (Cocoa) and GTK+. Note that you will need to b
* poppler (including glib bindings - tested with 0.12.4)
* An Objective-C compiler (eg: gcc-objc)
-## Changes since 0.6:
+## Changes since 0.7:
### GTK+ flavour:
-- Add bounding box support
-- Add support for different node shapes
-- Improved error reporting
-- Add scrolling support (CTRL+mouse wheel)
-- Add a pan tool to move around the graph
-- Add edge and graph property palettes
+* Compilers without basic Objective C 2 support cannot be
+ used to compile TikZiT any more
+* Add support for scale to node styles
+* Add support for editing edge styles
+* Add support for multiple custom preambles
+* The path to pdflatex is now configurable
+* Make everything look a bit better
+* Edges now start from the edge of a node, not the centre,
+ which is what tikz does
+* Edges can now have arrow heads and arrow tails
+* Nodes and edges have consistent ordering, and this can be
+ changed with Edge->Arrange
+* Edges now have colours
+* Edges can now be reversed easily
+* Fix various crashes