Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDonScorgie <DonScorgie@8f060a39-251c-0410-b1f3-431655927647>2006-08-29 17:24:42 (GMT)
committer DonScorgie <DonScorgie@8f060a39-251c-0410-b1f3-431655927647>2006-08-29 17:24:42 (GMT)
commitdfa2e6aedcac6df4915c7b70e411bcedf94789b0 (patch)
tree51877918c61bf0512ed969ea437544fc11072661 /NEWS
parente108deb291deb3eadab27dd6d87a81e95a45d24f (diff)
Initial Import into Google
git-svn-id: http://labyrinth.googlecode.com/svn/trunk@2 8f060a39-251c-0410-b1f3-431655927647
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS36
1 files changed, 36 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..6c6e05e
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,36 @@
+v0.1
+----
+New features:
+ * Tomboy style loading and saving of maps
+ * Saves all thoughts and links
+ * Saves window title, current mode, geometry and placement of window
+ * Link strengthening and weakening
+ * Drag a link from a current parent to a current child to strengthen the link by 1
+ * Drag from child to parent to weaken the link by 1
+ * If strength reaches 0, link is deleted
+ * Massive internal rework (Yes, again)
+ * No more parent-child relationship in code
+ * Makes it much easier to maintain and write save files for
+ * Make install work again
+
+
+v0.0.5
+------
+
+New features:
+ * Menubar and toolbar added. Beginnings of a user-interface. Yay!
+ * Allow multiple Labyrinth windows to open at the same time
+ * Added an About dialog
+ * Allow windows to be closed (ctrl-W) or quit the app (ctrl-Q). Also from the menu.
+ * Different modes:
+ * Move Mode allows you to drag thoughts around and delete them with the delete / backspace key.
+ * Edit Mode</b> allows you to enter new thoughts, edit old thoughts and link up thoughts.
+ * Deletion of nodes. Either through delete / backspace key in Move Mode or by menu item in any mode. Note, when no node is selected, this silently fails. The menu item is always sensitive.
+ * Massive code rework. Code is now cleaner than before and easier to work with. (Of course, it will likely be screwed with again before becoming serious)
+ * Window title becomes Primary Thought content. If no primary thought, default to "Untitled Map %d"
+ * Break Install
+
+
+v0.0.2
+------
+Initial release