Skip to content

Commit

Permalink
Release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesabre committed Sep 25, 2021
1 parent a79c159 commit 7a8c4ca
Show file tree
Hide file tree
Showing 21 changed files with 51 additions and 22 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Copyright (C) 2012-2020 Sean Davis <sean@bluesabre.org>
Copyright (C) 2012-2021 Sean Davis <sean@bluesabre.org>
Copyright (C) 2016-2018 OmegaPhil <OmegaPhil@startmail.com>
29 changes: 29 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
MenuLibre NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
25 September 2021, MenuLibre 2.2.2

- New Features:
. Added diagnostics for failed menu loading
. Added support for GNOME-specific categories (#56)
. Added support for PrefersNonDefaultGPU (Fixes #50)
. Added support for unprefixed applications.menu (#67)
. Added support for X-GNOME-UsesNotifications (#79)
. Added support for XFCE specific categories (#54)
. Enabled opening a root editor for root-owned files with pkexec (#62)
. Enabled searching for Exec key and desktop entry (#52)
- General:
. Added AppData file (#61)
. Documented intltool build requirement (#59)
. Switched to the MenuLibre wiki for key descriptions (Fixes #48)
- Bug Fixes:
. Added valid types to validator, reducing false positives (#66)
. Fixed builds with newer versions of GTK (#77)
. Fixed history state when editing Name and Comment (#57)
. Fixed msgfmt errors
. Fixed running with newer versions of GTK (#82)
. Fixed selection leaving screen while moving items (Fixes #25)
. Fixed typo in desktop file processing error
- Updated Translations:
. Arabic, Catalan, Chinese (China), Danish, Dutch, English (United Kingdom),
French, German, Japanese, Lithuanian, Malay, Malay (Arabic), Polish,
Russian, Spanish, Turkish, Ukrainian


31 May 2019, MenuLibre 2.2.1

- General:
Expand Down
2 changes: 1 addition & 1 deletion bin/menulibre
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# MenuLibre - Advanced fd.o Compliant Menu Editor
# Copyright (C) 2012-2020 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2021 Sean Davis <sean@bluesabre.org>
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
Expand Down
2 changes: 1 addition & 1 deletion menulibre.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
\\$2 \(laURL: \\$1 \(ra\\$3
..
.if \n[.g] .mso www.tmac
.TH MENULIBRE "1" "March 2018" "menulibre 2.2" "User Commands"
.TH MENULIBRE "1" "September 2021" "menulibre 2.2.2" "User Commands"
.SH NAME
menulibre \- advanced fd.o compliant menu editor
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion menulibre/Dialogs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# MenuLibre - Advanced fd.o Compliant Menu Editor
# Copyright (C) 2012-2020 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2021 Sean Davis <sean@bluesabre.org>
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
Expand Down
2 changes: 1 addition & 1 deletion menulibre/MenuEditor.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# MenuLibre - Advanced fd.o Compliant Menu Editor
# Copyright (C) 2012-2020 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2021 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2016-2018 OmegaPhil <OmegaPhil@startmail.com>
#
# Portions of this file are adapted from Alacarte Menu Editor,
Expand Down
2 changes: 1 addition & 1 deletion menulibre/MenulibreApplication.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# MenuLibre - Advanced fd.o Compliant Menu Editor
# Copyright (C) 2012-2020 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2021 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2016-2018 OmegaPhil <OmegaPhil@startmail.com>
#
# This program is free software: you can redistribute it and/or modify it
Expand Down
2 changes: 1 addition & 1 deletion menulibre/MenulibreHistory.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# MenuLibre - Advanced fd.o Compliant Menu Editor
# Copyright (C) 2012-2020 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2021 Sean Davis <sean@bluesabre.org>
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
Expand Down
2 changes: 1 addition & 1 deletion menulibre/MenulibreIconSelection.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# MenuLibre - Advanced fd.o Compliant Menu Editor
# Copyright (C) 2012-2020 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2021 Sean Davis <sean@bluesabre.org>
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
Expand Down
2 changes: 1 addition & 1 deletion menulibre/MenulibreLog.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# MenuLibre - Advanced fd.o Compliant Menu Editor
# Copyright (C) 2012-2020 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2021 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2017-2018 OmegaPhil <OmegaPhil@startmail.com>
#
# This program is free software: you can redistribute it and/or modify it
Expand Down
2 changes: 1 addition & 1 deletion menulibre/MenulibreStackSwitcher.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# MenuLibre - Advanced fd.o Compliant Menu Editor
# Copyright (C) 2012-2020 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2021 Sean Davis <sean@bluesabre.org>
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
Expand Down
2 changes: 1 addition & 1 deletion menulibre/MenulibreTreeview.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# MenuLibre - Advanced fd.o Compliant Menu Editor
# Copyright (C) 2012-2020 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2021 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2016 OmegaPhil <OmegaPhil@startmail.com>
#
# This program is free software: you can redistribute it and/or modify it
Expand Down
2 changes: 1 addition & 1 deletion menulibre/MenulibreXdg.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# MenuLibre - Advanced fd.o Compliant Menu Editor
# Copyright (C) 2012-2020 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2021 Sean Davis <sean@bluesabre.org>
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
Expand Down
2 changes: 1 addition & 1 deletion menulibre/XmlMenuElementTree.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# MenuLibre - Advanced fd.o Compliant Menu Editor
# Copyright (C) 2012-2020 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2021 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2016 OmegaPhil <OmegaPhil@startmail.com>
#
# This program is free software: you can redistribute it and/or modify it
Expand Down
2 changes: 1 addition & 1 deletion menulibre/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# MenuLibre - Advanced fd.o Compliant Menu Editor
# Copyright (C) 2012-2020 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2021 Sean Davis <sean@bluesabre.org>
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
Expand Down
2 changes: 1 addition & 1 deletion menulibre/util.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# MenuLibre - Advanced fd.o Compliant Menu Editor
# Copyright (C) 2012-2020 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2021 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2017-2018 OmegaPhil <OmegaPhil@startmail.com>
#
# This program is free software: you can redistribute it and/or modify it
Expand Down
2 changes: 1 addition & 1 deletion menulibre_lib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# MenuLibre - Advanced fd.o Compliant Menu Editor
# Copyright (C) 2012-2020 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2021 Sean Davis <sean@bluesabre.org>
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
Expand Down
2 changes: 1 addition & 1 deletion menulibre_lib/helpers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# MenuLibre - Advanced fd.o Compliant Menu Editor
# Copyright (C) 2012-2020 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2021 Sean Davis <sean@bluesabre.org>
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
Expand Down
4 changes: 2 additions & 2 deletions menulibre_lib/menulibreconfig.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# MenuLibre - Advanced fd.o Compliant Menu Editor
# Copyright (C) 2012-2020 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2021 Sean Davis <sean@bluesabre.org>
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
Expand All @@ -25,7 +25,7 @@
# files). By default, this is ../data, relative your trunk layout
__menulibre_data_directory__ = '../data/'
__license__ = 'GPL-3'
__version__ = '2.2.1'
__version__ = '2.2.2'

import os

Expand Down
2 changes: 1 addition & 1 deletion po/menulibre.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-21 07:22-0400\n"
"POT-Creation-Date: 2021-09-25 14:16-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# MenuLibre - Advanced fd.o Compliant Menu Editor
# Copyright (C) 2012-2020 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2021 Sean Davis <sean@bluesabre.org>
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published
Expand Down Expand Up @@ -220,7 +220,7 @@ def run(self):

DistUtilsExtra.auto.setup(
name='menulibre',
version='2.2.1',
version='2.2.2',
license='GPL-3',
author='Sean Davis',
author_email='sean@bluesabre.org',
Expand Down

0 comments on commit 7a8c4ca

Please sign in to comment.