chore: update vesion in spec file

This commit is contained in:
august-alt 2023-03-27 15:36:55 +04:00
parent 36fccd01b3
commit 27d7e0e19a

View File

@ -1,7 +1,7 @@
%define _unpackaged_files_terminate_build 1
Name: gpui
Version: 0.2.20
Version: 0.2.21
Release: alt1
Summary: Group policy editor
@ -111,13 +111,20 @@ LD_PRELOAD=%buildroot%_libdir/gpui/plugins/libadministrative-templates-plugin.so
%_mandir/ru/man1/gpui.*
%changelog
* Mon Mar 27 2023 Vladimir Rubanov <august@altlinux.org> 0.2.21-alt1
- 0.2.21-alt1
- Fixes:
+ Add button to clear key sequence in shortcuts widget.
+ Fix typos in folder preferences.
+ Fix writing script to smb shares.
* Sun Mar 05 2023 Vladimir Rubanov <august@altlinux.org> 0.2.20-alt1
- 0.2.20-alt1
- Fixes:
+ Fix policy's key search for lists in administrative templates.
* Sun Mar 05 2023 Vladimir Rubanov <august@altlinux.org> 0.2.19-alt1
- 0.2.18-alt1
- 0.2.19-alt1
- Fixes:
+ Replace std::regex with QRegularExpression in scripts module.