summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAlex Merry <dev@randomguy3.me.uk>2012-08-24 15:30:36 +0100
committerAlex Merry <dev@randomguy3.me.uk>2012-08-24 15:30:36 +0100
commit86443912d9602adc0b2d762f2f1dd88cc17766ff (patch)
tree090cfb8327546a3b104e3b5a5395d328363131b9 /www
parent4ab38dad5f40117edc51b6e82cda477cbb2f725f (diff)
Website and README updates for the 0.9 release
Diffstat (limited to 'www')
-rw-r--r--www/htdocs/link.php2
-rw-r--r--www/sourceforge/README.mkd23
2 files changed, 17 insertions, 8 deletions
diff --git a/www/htdocs/link.php b/www/htdocs/link.php
index 48b7126..f21678f 100644
--- a/www/htdocs/link.php
+++ b/www/htdocs/link.php
@@ -1,6 +1,6 @@
<?
$dmg_ver = "0.8";
-$src_ver = "0.7";
+$src_ver = "0.9";
$win_ver = "0.7";
$file_root = "http://sourceforge.net/projects/tikzit/files";
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-&gt;Arrange
+* Edges now have colours
+* Edges can now be reversed easily
+* Fix various crashes