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-11-13 16:27:19 (GMT)
committer DonScorgie <DonScorgie@8f060a39-251c-0410-b1f3-431655927647>2006-11-13 16:27:19 (GMT)
commit1a0ccc702a9ab6a52fc8b4d66e706e011cfa5b2a (patch)
treea01338f0c5ae3e6325faf4094483d73062bde5b9 /NEWS
parent47475ccc73d82c866843e4db7a60115c388c282f (diff)
=========== V0.3 ===========
2006-11-13 Don Scorgie <DonScorgie@Blueyonder.co.uk> * configure.ac: * NEWS: Bump Version Prepare for 0.3 release git-svn-id: http://labyrinth.googlecode.com/svn/trunk@136 8f060a39-251c-0410-b1f3-431655927647
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS73
1 files changed, 70 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 60993a1..6f55976 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,70 @@
+12/11/06 v0.3 (Beautiful Insane)
+-------------
+
+New Features:
+ * Open maps from the command line (allowing Beagle to work with labyrinth
+ properly) - Kevin Kubasik (Issue #3)
+ * Add "Further Info" to all thoughts allowing further notes to be attached to
+ any thought. Some work borrowed from Gourmet Recipe Manager
+ (http://grecipe-manager.sourceforge.net/)
+ * Store maximised state for maps across saves
+ * Export as Image (png and jpeg)
+ * Selecting text within thought now works
+ * Cut / copy / paste using clipboard and primary selection
+ * Much improved handling of multibyte characters and non-English keyboard
+ layouts
+ * Massively cool new tango-ified icon (Josef Vybíral)
+ * Large Browser internal rework. Added optional trayicon (disabled by default)
+ Can be enabled by passing --use-tray-icon to labyrinth
+ - First step towards an applet
+ (Andreas Sliwka)
+ * Much improved Browser window layout, adding menus and moving
+ the "Help->About" from Map windows to the Browser window, among other things
+ (Jean-François Fortin Tam, issue #15)
+ * Add debug printing framework (Andreas Sliwka)
+ * Change cursor when moving mouse across thoughts to reflext currently
+ available action
+ * Merge "Move" and "Edit" mode into single "Edit" mode
+ * Selection of multiple thoughts now possible
+ * More performance work
+ * Massively improved RTL support
+ * Add (experimental) Undo / Redo framework
+ * Add menu entry to link / unlink selected thoughts
+ * Use tango-ified colours for text selection colour and to denote selected
+ and root thought (until theme support is added)
+
+Fixes:
+ * Regenerate defs.py when required (Issue #1)
+ * Add icons to toolbar as temprary fix for issue #2
+ * Fix thought numbers across saves (issue #6 and #32)
+ * Don't "jerk" thoughts around when moving (issue #19)
+ * Escape should finish editing thoughts (issue # 23)
+ * Backspace at start of thoughts breaks things royally (issue #25)
+ * Problem resizing drawings / images using the top-right corner
+ * ctrl-a selects either all thoughts or all text in (currently editing) thought
+ * Improvements to handling of arrow keys within editing thoughts
+ * Fix several unclear and confusing messages (Issue #28)
+ * Change mode when inserting image. Remember current mode across saves
+ properly (Requires PyGtk >= 2.10)
+ * Fix export dialog to show up properly (Issue #29)
+
+Translations:
+ * ru (Alexandre Prokoudine)
+ * nl (Rigo Ketelings and Max Beauchez)
+ * pl (Tomasz Dominikowski)
+ * pt_BR (Leonardo Gregianin)
+ * ca (Gil Forcada)
+ * cs (Josef Vybíral)
+ * fr (Mathieu Leduc-Hamel and Jean-François Fortin Tam)
+ * pt_PT (Luis Gomes)
+ * eu (Zunbeltz Izaola)
+ * sv (Robin Sonefors)
+ * de (Raphael Schmid and Florian Ludwig)
+
+Infrastructure Changes:
+ * Add list of 1.0 targets to doc/TheFuture
+ * Fantastic new website design by Florian Ludwig
+
v0.2
----
New Features:
@@ -5,7 +72,7 @@ New Features:
* Add new document to docs describing (current) file format
* Add i18n framework. No translations yet thought
* Add Image Thought for adding images from external files
- * Add image mode for adding an image
+ * Add image mode for adding an image
* Add Drawing Thought for simple drawings
* Add drawing mode for drawing in drawing thoughts
* Both Image and Drawing Thoughts are resizable by dragging corners / edges
@@ -15,7 +82,7 @@ New Features:
* All thought types now have slightly rounded corners
* When resizing thoughts, change the cursor to reflect this
* Links now originate at the centre of thoughts, making them look prettier
-
+
Fixes:
* Fix uninstalled mode
* Only allow 'Open' and 'Delete' to be used when a map is selected in Browser window
@@ -55,7 +122,7 @@ New features:
* 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
+ * Break Install
v0.0.2