summaryrefslogtreecommitdiff
path: root/tikzit-1/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit-1/NEWS')
-rw-r--r--tikzit-1/NEWS75
1 files changed, 75 insertions, 0 deletions
diff --git a/tikzit-1/NEWS b/tikzit-1/NEWS
new file mode 100644
index 0000000..827abe7
--- /dev/null
+++ b/tikzit-1/NEWS
@@ -0,0 +1,75 @@
+tikzit 1.1 (2015-07-22) :
+ * Fix bug where copy-and-paste would lose edge anchors
+ * Allow tikzit-specific preview code to be omitted from preambles
+ * Holding down CTRL allows you to drag the graph
+ * Fix parsing bug where property lists would be reversed
+ * Better error messages when files can't be opened
+
+tikzit 1.0 (2013-05-07):
+ * GIMP-like user interface (multiple documents, separate toolboxes)
+ * Preferences now called Configuration, and includes node and edge styles
+ * Error-highlighting in the code pane
+ * Single-key-shortcuts for tool selection, and <space> to update the preview
+ * Edge anchor support
+ * Option for drag-select to select nodes, edges or both
+ * Memory leak fixes
+ * Should now be impossible to use the UI to create a graph that cannot be parsed
+
+tikzit 0.9 (2012-08-24):
+ * 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->Arrange
+ * Edges now have colours
+ * Edges can now be reversed easily
+ * Fix various crashes
+
+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
+