summaryrefslogtreecommitdiff
path: root/www/htdocs/appcast/rnotes-devel.html
diff options
context:
space:
mode:
authorakissinger <akissinger@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-20 16:34:00 +0000
committerakissinger <akissinger@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-20 16:34:00 +0000
commit7e0327cd08a0acd5b3c117787a6895791794e969 (patch)
treec6beec781e695c5fe8cdb2cedb4a057ab328666e /www/htdocs/appcast/rnotes-devel.html
parentb7b4415ba319f0e3f1c8fde88cc2c6c3477934cc (diff)
improved arrow head support
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@398 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
Diffstat (limited to 'www/htdocs/appcast/rnotes-devel.html')
-rw-r--r--www/htdocs/appcast/rnotes-devel.html45
1 files changed, 45 insertions, 0 deletions
diff --git a/www/htdocs/appcast/rnotes-devel.html b/www/htdocs/appcast/rnotes-devel.html
new file mode 100644
index 0000000..3cf1d36
--- /dev/null
+++ b/www/htdocs/appcast/rnotes-devel.html
@@ -0,0 +1,45 @@
+<html>
+
+ <head>
+ <meta http-equiv="content-type" content="text/html;charset=utf-8">
+ <title>What's new in TikZiT?</title>
+ <meta name="robots" content="anchors">
+ <link href="rnotes.css" type="text/css" rel="stylesheet" media="all">
+ </head>
+
+ <body>
+
+ <br />
+ <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td class="blue">
+ <h3>TikZiT DEVEL 0.8 RC1 (SVN 281)</h3>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top">
+ <ul>
+ <li>Added many new features, including:
+ <ul>
+ <li>edge styles with arrow heads (currently only mid-line heads shown, this will be fixed soon),</li>
+ <li>custom node shapes,</li>
+ <li>node/edge style categories, and</li>
+ <li>vector-graphcics style node/edge reordering (Bring to Front, Send to Back, etc.).</li>
+ </ul></li>
+ <li>Bugfixes:
+ <ul>
+ <li>Fixed nodes and edges not deleting correctly.</li>
+ <li>Fixed inability to create custom preambles off of a clean install.</li>
+ </ul></li>
+ <li>Remaining issues:
+ <ul>
+ <li>When loading a graph with unknown styles, sometimes get (null) instead of style placeholder.</li>
+ <li>Properties in property inspector do not always remove correctly.</li>
+ </ul></li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </body>
+
+</html>