修复部分kiranui-2.3 第一轮测试中出现的问题:

fix(acount): Fix the error in the animation display of the Create Account button
fix(account): forbidden to create users with uid less than 1000
fix(keybinding): fix the problem that the user-defined shortcut key type is wrong due to adding shortcut keys
refactor(regional-language): remove regional-language category
This commit is contained in:
liuxinhao 2022-07-29 14:07:48 +08:00
parent a589128192
commit 48e729cc5c
2 changed files with 6 additions and 1 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: kiran-control-panel
Version: 2.3.2
Version: 2.3.3
Release: 1
Summary: Kiran Control Panel
Summary(zh_CN): Kiran桌面控制面板
@ -164,6 +164,11 @@ make %{?_smp_mflags}
rm -rf %{buildroot}
%changelog
* Fri Jul 29 2022 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.3.2-2
- KYOS-B: fix the error in the animation display of the Create Account button(#I5HR7F)
- KYOS-B: forbidden to create users with uid less than 1000(#I5HZQF)
- KYOS-B: fix the problem that the user-defined shortcut key type is wrong due to adding shortcut keys(#I5IE4B)
* Fri Jul 22 2022 luoqing <luoqing@kylinsec.com.cn> - 2.3.2-1
- KYOS-B: fix some bugs of network and audio plugins