Merge pull request #155 from iaom/0219-dev

Update debian/changelog.
This commit is contained in:
iaom 2021-03-01 18:51:35 +08:00 committed by GitHub
commit 87d70b4ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
debian/changelog vendored
View File

@ -1,3 +1,22 @@
ukui-search (0.2.0+0301) v101; urgency=medium
* Fix: New result won't be added to expanded list.
- 修复展开列表后新增的搜索结果不会动态添加的bug。
* Fix: Selection canceled with 'Show More' button clicked.
- 修复点击显示更多按钮时列表选中项被取消的问题。
* Feature: Add web searching & web engine settings.
- 添加网页搜索功能和引擎设置功能。
* Fix: Two list items can be selected simultaneously.
- 修复可以同时选中两个列表项的bug(40056)。
* Fix: Web view will be refreshed when there is nothing to reload.
- 修复当网页未搜索新内容时每次打开会重新加载的问题。
* Feature: Connect with the latest API for app search.
- 对接应用搜索新接口(可搜索未安装应用)。
* Fix: Excessive use of resources。
- 优化了资源占用。
-- zhangpengfei <zhangpengfei@kylinos.cn> Mon, 01 Mar 2021 13:55:27 +0800
ukui-search (0.1.1+0219-1) v101; urgency=medium
* Remove QWebEngineView dependence.