Skip to content

Commit 7a8c4ca

Browse files
committed
Release 2.2.2
1 parent a79c159 commit 7a8c4ca

21 files changed

+51
-22
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Copyright (C) 2012-2020 Sean Davis <[email protected]>
1+
Copyright (C) 2012-2021 Sean Davis <[email protected]>
22
Copyright (C) 2016-2018 OmegaPhil <[email protected]>

NEWS

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
MenuLibre NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+
25 September 2021, MenuLibre 2.2.2
4+
5+
- New Features:
6+
. Added diagnostics for failed menu loading
7+
. Added support for GNOME-specific categories (#56)
8+
. Added support for PrefersNonDefaultGPU (Fixes #50)
9+
. Added support for unprefixed applications.menu (#67)
10+
. Added support for X-GNOME-UsesNotifications (#79)
11+
. Added support for XFCE specific categories (#54)
12+
. Enabled opening a root editor for root-owned files with pkexec (#62)
13+
. Enabled searching for Exec key and desktop entry (#52)
14+
- General:
15+
. Added AppData file (#61)
16+
. Documented intltool build requirement (#59)
17+
. Switched to the MenuLibre wiki for key descriptions (Fixes #48)
18+
- Bug Fixes:
19+
. Added valid types to validator, reducing false positives (#66)
20+
. Fixed builds with newer versions of GTK (#77)
21+
. Fixed history state when editing Name and Comment (#57)
22+
. Fixed msgfmt errors
23+
. Fixed running with newer versions of GTK (#82)
24+
. Fixed selection leaving screen while moving items (Fixes #25)
25+
. Fixed typo in desktop file processing error
26+
- Updated Translations:
27+
. Arabic, Catalan, Chinese (China), Danish, Dutch, English (United Kingdom),
28+
French, German, Japanese, Lithuanian, Malay, Malay (Arabic), Polish,
29+
Russian, Spanish, Turkish, Ukrainian
30+
31+
332
31 May 2019, MenuLibre 2.2.1
433

534
- General:

bin/menulibre

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python3
22
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
33
# MenuLibre - Advanced fd.o Compliant Menu Editor
4-
# Copyright (C) 2012-2020 Sean Davis <[email protected]>
4+
# Copyright (C) 2012-2021 Sean Davis <[email protected]>
55
#
66
# This program is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License version 3, as published

menulibre.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
\\$2 \(laURL: \\$1 \(ra\\$3
33
..
44
.if \n[.g] .mso www.tmac
5-
.TH MENULIBRE "1" "March 2018" "menulibre 2.2" "User Commands"
5+
.TH MENULIBRE "1" "September 2021" "menulibre 2.2.2" "User Commands"
66
.SH NAME
77
menulibre \- advanced fd.o compliant menu editor
88
.SH DESCRIPTION

menulibre/Dialogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python3
22
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
33
# MenuLibre - Advanced fd.o Compliant Menu Editor
4-
# Copyright (C) 2012-2020 Sean Davis <[email protected]>
4+
# Copyright (C) 2012-2021 Sean Davis <[email protected]>
55
#
66
# This program is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License version 3, as published

menulibre/MenuEditor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python3
22
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
33
# MenuLibre - Advanced fd.o Compliant Menu Editor
4-
# Copyright (C) 2012-2020 Sean Davis <[email protected]>
4+
# Copyright (C) 2012-2021 Sean Davis <[email protected]>
55
# Copyright (C) 2016-2018 OmegaPhil <[email protected]>
66
#
77
# Portions of this file are adapted from Alacarte Menu Editor,

menulibre/MenulibreApplication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python3
22
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
33
# MenuLibre - Advanced fd.o Compliant Menu Editor
4-
# Copyright (C) 2012-2020 Sean Davis <[email protected]>
4+
# Copyright (C) 2012-2021 Sean Davis <[email protected]>
55
# Copyright (C) 2016-2018 OmegaPhil <[email protected]>
66
#
77
# This program is free software: you can redistribute it and/or modify it

menulibre/MenulibreHistory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python3
22
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
33
# MenuLibre - Advanced fd.o Compliant Menu Editor
4-
# Copyright (C) 2012-2020 Sean Davis <[email protected]>
4+
# Copyright (C) 2012-2021 Sean Davis <[email protected]>
55
#
66
# This program is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License version 3, as published

menulibre/MenulibreIconSelection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python3
22
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
33
# MenuLibre - Advanced fd.o Compliant Menu Editor
4-
# Copyright (C) 2012-2020 Sean Davis <[email protected]>
4+
# Copyright (C) 2012-2021 Sean Davis <[email protected]>
55
#
66
# This program is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License version 3, as published

menulibre/MenulibreLog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python3
22
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
33
# MenuLibre - Advanced fd.o Compliant Menu Editor
4-
# Copyright (C) 2012-2020 Sean Davis <[email protected]>
4+
# Copyright (C) 2012-2021 Sean Davis <[email protected]>
55
# Copyright (C) 2017-2018 OmegaPhil <[email protected]>
66
#
77
# This program is free software: you can redistribute it and/or modify it

0 commit comments

Comments
 (0)