summaryrefslogtreecommitdiff
path: root/www/htdocs/appcast
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
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')
-rw-r--r--www/htdocs/appcast/rnotes-devel.html45
-rw-r--r--www/htdocs/appcast/tikzit-devel.xml25
2 files changed, 70 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>
diff --git a/www/htdocs/appcast/tikzit-devel.xml b/www/htdocs/appcast/tikzit-devel.xml
new file mode 100644
index 0000000..cdb18c2
--- /dev/null
+++ b/www/htdocs/appcast/tikzit-devel.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
+
+<channel>
+ <title>TikZiT DEVEL Changelog</title>
+ <link>http://tikzit.sourceforge.net/appcast/tikzit-devel.xml</link>
+ <description>Most recent changes with links to updates.</description>
+ <language>en</language>
+
+ <item>
+ <title>Version 0.8.382</title>
+ <sparkle:releaseNotesLink>
+ http://tikzit.sourceforge.net/appcast/rnotes-devel.html
+ </sparkle:releaseNotesLink>
+ <pubDate>Tue, 17 Jan 2012 12:17:05 +0000</pubDate>
+ <enclosure
+ url="http://tikzit.sourceforge.net/appcast/files/TikZiT 0.8.382.tar.bz2"
+ sparkle:version="0.8.382"
+ type="application/octet-stream"
+ length="970912"
+ sparkle:dsaSignature="MCwCFDrf2656Q0IfjO/9CyW8e5d89SoMAhQXFdVm3oaIafNnrB6HoKV2wDhhig=="
+ />
+ </item>
+</channel>
+</rss> \ No newline at end of file