Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesabre committed Feb 25, 2024
1 parent 2fc796f commit ad8f3f6
Show file tree
Hide file tree
Showing 40 changed files with 73 additions and 42 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-2023 Sean Davis <sean@bluesabre.org>
Copyright (C) 2012-2024 Sean Davis <sean@bluesabre.org>
Copyright (C) 2016-2018 OmegaPhil <OmegaPhil@startmail.com>
22 changes: 22 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
MenuLibre NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
25 February 2024, MenuLibre 2.4.0

MenuLibre 2.4.0 features over two years of development work, now ready for
production systems. Standout features include:

- Improved desktop environment integration. MATE and Unity are now fully
supported. Environments that support the admin:// protocol will now open
files using this method instead of pkexec. Dialogs and other application
windows now match the design language of your DE automatically.
- The new "Exec Editor" makes editing command arguments easier than ever,
allowing you to piece your launcher together without worrying about
escaping your arguments or knowing which short codes to use.
- Help dialogs replace the wall-of-text tooltips that were hard to read
and would often obscure the application window.
- Separators are displayed in the sidebar again, making it easier to
understand and modify your menu layout.
- Numerous UX tweaks make MenuLibre easier on the eyes and easier to use.
Visual hints and tooltips are optimized to convey functionality and
feature availability. When a feature is disabled, hovering it with your
mouse cursor gives you a clear description of why.


22 August 2023, MenuLibre 2.3.2

- All Glade and GtkBuilder usage has been replaced with native Python and GTK
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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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
11 changes: 10 additions & 1 deletion data/metainfo/menulibre.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2021-2023 Sean Davis <sean@bluesabre.org> -->
<!-- Copyright 2021-2024 Sean Davis <sean@bluesabre.org> -->
<component type="desktop">
<id>menulibre.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
Expand Down Expand Up @@ -66,6 +66,15 @@
</provides>

<releases>
<release version="2.4.0" date="2024-02-25">
<description>
<_p>This release improves desktop environment integration and includes several
features to make it easy to manage your menus. MATE and Unity desktop environments
are now supported. The refreshed user interface features inline help buttons
for each field. The new command editor makes advanced launcher configuration
easier than ever.</_p>
</description>
</release>
<release version="2.3.2" date="2023-08-22">
<description>
<_p>This release features a refreshed user interface and new inline help buttons
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" "August 2023" "menulibre 2.3.2" "User Commands"
.TH MENULIBRE "1" "February 2024" "menulibre 2.4.0" "User Commands"
.SH NAME
menulibre \- advanced fd.o compliant menu editor
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion menulibre/ActionEditor.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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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/AdvancedPage.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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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/ApplicationEditor.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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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/CategoryEditor.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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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/CommandEditor.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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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/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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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 @@ -37,7 +37,7 @@ def __init__(self, parent, use_headerbar):
self.set_title(_("About MenuLibre"))
self.set_program_name("MenuLibre")
self.set_logo_icon_name("menulibre")
self.set_copyright("Copyright © 2012-2023 Sean Davis")
self.set_copyright("Copyright © 2012-2024 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/FieldLabel.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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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/FileHandler.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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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/FilenameLabel.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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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/Headerbar.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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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/IconEntry.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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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/LabelWithHidingButton.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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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/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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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/ParsingErrorsDialog.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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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/PathEntry.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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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/Section.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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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/StartupWmClassEntry.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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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/SwitchEntry.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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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/TextEntry.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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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/TextEntryButton.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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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/Toolbar.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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2012-2024 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.3.2'
__version__ = '2.4.0'

import os

Expand Down
2 changes: 1 addition & 1 deletion po/POTFILES.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### BEGIN LICENSE
# Copyright (C) 2013-2023 Sean Davis <sean@bluesabre.org>
# Copyright (C) 2013-2024 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
# by the Free Software Foundation.
Expand Down
Loading

0 comments on commit ad8f3f6

Please sign in to comment.