summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Stadler <mail@renestadler.de>2007-10-11 14:51:40 +0200
committerRené Stadler <mail@renestadler.de>2007-10-11 14:51:40 +0200
commitfcd99967fa1776e2c1f62febce637d63ff6e602d (patch)
tree64991e0e2e917d8d2506389caa85cb72cd3555aa
parented7213cacb4fed3afd93d6925ee4ec3a0536503f (diff)
Prepare NEWS file
-rw-r--r--ChangeLog4
-rw-r--r--NEWS25
2 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42010a0..6127a4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-10-11 Rene Stadler <mail@renestadler.de>
+ * NEWS: Prepare for imminent release.
+
+2007-10-11 Rene Stadler <mail@renestadler.de>
+
* GstInspector/GUI.py (ColumnManager): Move activate_sort method
around.
diff --git a/NEWS b/NEWS
index 8f0f30f..574ee26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,29 @@
+-----------
+Version 0.3
+-----------
+
+ - Add Devhelp support. Selecting View -> Show Documentation or pressing
+ Ctrl-D launches devhelp -s ElementClassName.
+
+ - Make tab labels switch sensitivity to indicate that an element has no pads,
+ properties or signals at all.
+
+ - Add a right-click context menu to the element list view. This allows for
+ changing the list of visible columns more quickly.
+
+ - Startup from cache file is significantly faster since the element list view
+ is no longer populated incrementally.
+
+ - Significantly speed up refreshing data with a filter enabled.
+
+ - Correctly remember the last window position.
+
+ - Fixed a problem that caused saving the wrong list view sort state when the
+ program was terminated during data (re)load.
+
+ - Changed license from GPLv2 to GPLv3.
+
-----------------------
Version 0.2, 2007-07-08
-----------------------