summaryrefslogtreecommitdiff
path: root/tikzit/NEWS
diff options
context:
space:
mode:
authorrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-09 11:00:50 +0000
committerrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-09 11:00:50 +0000
commita8a8dfb90d6a51ae369c042c95162f45754c7c4b (patch)
tree0e7a5f82febebe7129ebfb015f05b114064c39fd /tikzit/NEWS
parente1cf0babff63e670e0d550b4072c22649a117fa7 (diff)
Move tikzit into "trunk" directory
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@365 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
Diffstat (limited to 'tikzit/NEWS')
-rw-r--r--tikzit/NEWS46
1 files changed, 46 insertions, 0 deletions
diff --git a/tikzit/NEWS b/tikzit/NEWS
new file mode 100644
index 0000000..801889a
--- /dev/null
+++ b/tikzit/NEWS
@@ -0,0 +1,46 @@
+tikzit 0.8 (2012-01-??):
+ * Compilers without basic Objective C 2 support cannot be
+ used to compile TikZiT any more
+ * Add support for scale to node styles
+
+tikzit 0.7 (2011-12-06):
+ * 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
+
+tikzit 0.6 (2011-02-08):
+ * Fix the displaying of colours in the styles editor
+ * Cut, copy and paste support
+ * More useful buttons on the toolbar
+ * Improve how previewing works
+ * Allow custom preambles for preview generation
+
+tikzit 0.5 (2010-12-01):
+ * Hide font size commands (\small etc) in node labels
+ * Always output the "style" node property first
+ * Provide a list of recent files
+ * Remember the folder for Open and Save As dialogs
+ * Remember window dimensions
+ * Remember the styles list
+ * Add a "Node properties" pane
+ * Bring the separate windows into the main application window
+ * Improve graphics rendering / remove flicker
+ * Shorten the window title to something useful
+
+tikzit 0.4 (2010-09-19):
+ * Support for bounding boxes, variable-precision tikz output
+ * Fixed stroke width display
+ * Updated tikz output to handle separate edge/node layers
+ * Using [Graph tikz] for tikz output, attaching style after parse
+ * All platforms now use the same lex-based parser
+ * Added a menu item for showing node styles if closed
+ * Pre-amble support
+ * Added test suite
+ * Added preview and node labels to GTK version
+
+tikzit 0.3b (2010-05-11):
+ * Various build-system fixes on Linux
+