1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-10 04:55:17 +02:00

Search bar redirect to local search results

This commit is contained in:
Paweł Malak 2021-10-27 11:52:57 +02:00
parent 3d3e2eed8c
commit da13ca6092
4 changed files with 66 additions and 25 deletions

View file

@ -1,4 +1,5 @@
### v1.7.2 (TBA)
- Pressing Enter while search bar is focused will now redirect to first result of local search ([#121](https://github.com/pawelmalak/flame/issues/121))
- Use search bar shortcuts when it's not focused ([#124](https://github.com/pawelmalak/flame/issues/124))
- Fixed bug with Weather API still logging with module being disabled ([#125](https://github.com/pawelmalak/flame/issues/125))
- Added option to disable search bar autofocus ([#127](https://github.com/pawelmalak/flame/issues/127))