summaryrefslogtreecommitdiff
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
parent4ab38dad5f40117edc51b6e82cda477cbb2f725f (diff)
Website and README updates for the 0.9 release
-rw-r--r--tikzit/README.release4
-rw-r--r--www/htdocs/link.php2
-rw-r--r--www/sourceforge/README.mkd23
3 files changed, 19 insertions, 10 deletions
diff --git a/tikzit/README.release b/tikzit/README.release
index f161665..a6f1642 100644
--- a/tikzit/README.release
+++ b/tikzit/README.release
@@ -25,7 +25,7 @@ Then run `make dist` to create the source tarball in tar.gz format, and
Uploading the source
--------------------
-Update docs/sourceforge/README.mkd
+Update /www/sourceforge/README.mkd
Log into sourceforge.net, go to
https://sourceforge.net/projects/tikzit/files/
@@ -44,7 +44,7 @@ Set the tar.bz2 file as default for everything except windows and mac
Updating the website
--------------------
-Edit /trunk/www/htdocs/link.php, and update the versions.
+Edit /www/htdocs/link.php, and update the versions.
sftp to
[sf-username],tikzit@web.sourceforge.net
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