Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesabre committed Aug 8, 2014
1 parent 688fd2f commit 046edf4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
MenuLibre NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
08 Aug 2014, MenuLibre 2.0.5

- General:
. Updated translations
- Bug Fixes:
. AttributeError when moving unsaved launcher (LP: #1349763)


13 May 2014, MenuLibre 2.0.4

- General:
. Strikethrough is now used to make separators look better
. Window is now properly centered at startup
. Fixed all instances of
. Fixed all instances of
Gtk-CRITICAL **: gtk_tree_model_get_iter: assertion 'path->depth > 0' failed
. Updated translations
- Bug Fixes:
Expand All @@ -21,7 +29,7 @@ MenuLibre NEWS
. New launchers are replaced with existing ones when removed (LP: #1315890)
. Launchers in new directory have X-Xfce-Toplevel category (LP: #1315874)
. Add launchers to empty categories (LP: #1318209)
. Implement xdg-desktop-menu uninstall to prevent leftover items
. Implement xdg-desktop-menu uninstall to prevent leftover items
(LP: #1318235)


Expand Down Expand Up @@ -71,7 +79,7 @@ MenuLibre NEWS
. Menu editing has been added for users of traditional desktop environments.
. Fallbacks were added for improperly configured environments, more can be
added as necessary.
. The interface has been overhauled and now adapts to the desktop
. The interface has been overhauled and now adapts to the desktop
environment.
. GNOME users will find that the GNOME app menu is now used like a proper
GNOME application.
Expand Down
2 changes: 1 addition & 1 deletion menulibre_lib/menulibreconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# files). By default, this is ../data, relative your trunk layout
__menulibre_data_directory__ = '../data/'
__license__ = 'GPL-3'
__version__ = '0.1'
__version__ = '2.0.5'

import os

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def run(self):

DistUtilsExtra.auto.setup(
name='menulibre',
version='2.0.4',
version='2.0.5',
license='GPL-3',
author='Sean Davis',
author_email='[email protected]',
Expand Down

0 comments on commit 046edf4

Please sign in to comment.