summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6551572..17e3785 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+1.15.1
+
+ * Translations update
+ * quit on delete event
+ * MainWindow: make property editing work again
+ * MainWindow: refactor button sensitivity code a bit
+ * MainWindow: don't select the destination directory after a drop
+ * MainWindow: fix drag/drop handlers
+ * util: remove unused for_properties
+ * add properties and a delete button
+ * fix minidom related crashes (#29)
+ * encode with utf-8 before writing XML
+ * remove dumb explicit checks
+ * MenuEditor: be resilient to bad XML
+ * move revert item code close together
+ * MenuEditor: undo and redo lists should not be global
+ * MenuEditor: put removeWhitespaceNodes somewhere else
+ * MenuEditor: fix up XML writing
+ * MenuEditor: remove regex madness
+ * util: use GLib for xdg basedir spec stuff
+ * MenuEditor: scrap unused __deleteItem
+ * util: replace our own DesktopParser with GKeyFile
+ * fix several drag-and-drop usability issues
+ * don't crash when a desktop has a / in the name
+
1.15.0
* Translations update