Commit 39910e3d authored by Roman Alifanov's avatar Roman Alifanov

0.7.0-alt1

- very large speed up of getting a list of packages
parent deeb156b
Name: eepm-play-gui
Version: 0.6.0
Version: 0.7.0
Release: alt1
License: AGPL2
......@@ -52,6 +52,9 @@ GUI frontend for install third-party applications using epm play.
%_iconsdir/hicolor/*/apps/*.svg
%changelog
* Sat Mar 29 2025 Roman Alifanov <ximper@altlinux.org> 0.7.0-alt1
- very large speed up of getting a list of packages
* Sat Dec 28 2024 Roman Alifanov <ximper@altlinux.org> 0.6.0-alt1
- fixed bug: programs could not be installed if the list of installed programs from epm play was empty
- implemented `epm play --product-alternatives` support
......
project('eepm-play-gui',
version: '0.6.0',
version: '0.7.0',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
......
......@@ -52,7 +52,7 @@ class EepmPlayGuiApplication(Adw.Application):
about = Adw.AboutDialog(application_name='eepm-play-gui',
application_icon='ru.eepm.PlayGUI',
developer_name='Etersoft',
version='0.6.0',
version='0.7.0',
developers=['Roman Alifanov (Ximper) <ximper@etersoft.ru>', "Vladimir Vaskov <rirusha@altlinux.org>"],
designers=['Roman Alifanov (Ximper) <ximper@etersoft.ru>', "Vladimir Vaskov <rirusha@altlinux.org>"],
artists=['Roman Alifanov (Ximper) <ximper@etersoft.ru>'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment