Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesabre committed Jun 12, 2022
1 parent 96a052c commit ff63676
Show file tree
Hide file tree
Showing 21 changed files with 52 additions and 24 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-2021 Sean Davis <[email protected]>
Copyright (C) 2012-2022 Sean Davis <[email protected]>
Copyright (C) 2016-2018 OmegaPhil <[email protected]>
22 changes: 22 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,11 +1,33 @@
MenuLibre NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
12 June 2022, MenuLibre 2.3.0

- Bug Fixes:
. AppStream: Do not install appdata.xml.in (#85)
. AppStream: Fix screenshot URLs
. Desktop Environments: Add support for admin:// protocol (#62)
. Desktop Environments: Add support for MATE (#40)
. Desktop Environments: Add support for Unity
. Desktop Environments: Remove empty menubar on Ubuntu's GNOME
. Desktop Environments: Suggest restarting menu when edits cannot be applied
. Editor: Escape quoted percentage arguments (#93)
. Editor: Fixed copying filename with Ctrl+C
. Setup: Add an uninstall script (#80)
. Startup: Assume menu failed to load when empty
- General:
. AppStream: Add OARS rating
. AppStream: Add developer name
- Updated Translations:
. Catalan, Dutch, Finnish, French, Italian, Lithuanian, Malay,
Malay (Arabic), Polish, Spanish

26 September 2021, MenuLibre 2.2.3

- Bug Fixes:
- Fixed making diagnostic text selectable on KDE
- Fixed loading from non-existent directories


25 September 2021, MenuLibre 2.2.2

- New Features:
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-2021 Sean Davis <[email protected]>
# Copyright (C) 2012-2022 Sean Davis <[email protected]>
#
# 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
10 changes: 8 additions & 2 deletions data/metainfo/menulibre.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2021 Sean Davis <[email protected]> -->
<!-- Copyright 2021-2022 Sean Davis <[email protected]> -->
<component type="desktop">
<id>menulibre.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>MenuLibre</name>
<_summary>An advanced FreeDesktop.org compliant menu editor</_summary>
<content_rating type="oars-1.0"/>
<developer_name>Bluesabre</developer_name>
<developer_name>Sean Davis</developer_name>

<description>
<_p>
Expand Down Expand Up @@ -72,6 +72,12 @@
</provides>

<releases>
<release version="2.3.0" date="2022-06-12">
<description>
<_p>This release adds support for MATE and Unity and improves integration
with the desktop environment.</_p>
</description>
</release>
<release version="2.2.3" date="2021-09-26">
<description>
<_p>This release fixes a crash when menus fail to load on KDE.</_p>
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" "September 2021" "menulibre 2.2.3" "User Commands"
.TH MENULIBRE "1" "June 2022" "menulibre 2.3.0" "User Commands"
.SH NAME
menulibre \- advanced fd.o compliant menu editor
.SH DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions 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-2021 Sean Davis <[email protected]>
# Copyright (C) 2012-2022 Sean Davis <[email protected]>
#
# 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 @@ -38,7 +38,7 @@ def __init__(self, parent):
self.set_title(_("About MenuLibre"))
self.set_program_name("MenuLibre")
self.set_logo_icon_name("menulibre")
self.set_copyright("Copyright © 2012-2021 Sean Davis")
self.set_copyright("Copyright © 2012-2022 Sean Davis")
self.set_authors(authors)
self.set_documenters(documenters)
self.set_website("https://github.com/bluesabre/menulibre")
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-2021 Sean Davis <[email protected]>
# Copyright (C) 2012-2022 Sean Davis <[email protected]>
# Copyright (C) 2016-2018 OmegaPhil <[email protected]>
#
# 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-2021 Sean Davis <[email protected]>
# Copyright (C) 2012-2022 Sean Davis <[email protected]>
# Copyright (C) 2016-2018 OmegaPhil <[email protected]>
#
# 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-2021 Sean Davis <[email protected]>
# Copyright (C) 2012-2022 Sean Davis <[email protected]>
#
# 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-2021 Sean Davis <[email protected]>
# Copyright (C) 2012-2022 Sean Davis <[email protected]>
#
# 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-2021 Sean Davis <[email protected]>
# Copyright (C) 2012-2022 Sean Davis <[email protected]>
# Copyright (C) 2017-2018 OmegaPhil <[email protected]>
#
# 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-2021 Sean Davis <[email protected]>
# Copyright (C) 2012-2022 Sean Davis <[email protected]>
#
# 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-2021 Sean Davis <[email protected]>
# Copyright (C) 2012-2022 Sean Davis <[email protected]>
# Copyright (C) 2016 OmegaPhil <[email protected]>
#
# 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-2021 Sean Davis <[email protected]>
# Copyright (C) 2012-2022 Sean Davis <[email protected]>
#
# 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-2021 Sean Davis <[email protected]>
# Copyright (C) 2012-2022 Sean Davis <[email protected]>
# Copyright (C) 2016 OmegaPhil <[email protected]>
#
# 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-2021 Sean Davis <[email protected]>
# Copyright (C) 2012-2022 Sean Davis <[email protected]>
#
# 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-2021 Sean Davis <[email protected]>
# Copyright (C) 2012-2022 Sean Davis <[email protected]>
# Copyright (C) 2017-2018 OmegaPhil <[email protected]>
#
# 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-2021 Sean Davis <[email protected]>
# Copyright (C) 2012-2022 Sean Davis <[email protected]>
#
# 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-2021 Sean Davis <[email protected]>
# Copyright (C) 2012-2022 Sean Davis <[email protected]>
#
# 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-2021 Sean Davis <[email protected]>
# Copyright (C) 2012-2022 Sean Davis <[email protected]>
#
# 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.3'
__version__ = '2.3.0'

import os

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-2021 Sean Davis <[email protected]>
# Copyright (C) 2012-2022 Sean Davis <[email protected]>
#
# 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 @@ -229,7 +229,7 @@ def run(self):

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

0 comments on commit ff63676

Please sign in to comment.