Changes
1 changed files (+36/-0)
-
CHANGELOG.md (new)
-
@@ -0,0 +1,36 @@<!-- Copyright 2026 Shota FUJI Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. SPDX-License-Identifier: Apache-2.0 --> # Changelog ## 1.1.0 - 2026-01-18 This release adds search functionality and improves keyboard navigation. ### New Features - Added <kbd><samp>Search</samp></kbd> page to browse section. - Configured mnemonics to browse categories, app menu items and zone selector. Press and hold <kbd>Alt</kbd> in the app to see the activation keys. - Pressing <kbd>Tab</kbd> on browse categories moves focus to next widget, instead of moving selection. You can move a selection via arrow keys or <kbd>Alt</kbd> + corresponding mnemonic key. - Pressing <kbd>BackSpace</kbd> now navigates browse section to the previous page. - Added "Focus browse item on load" option, which moves keyboard focus to the browse list everytime the list updated. ### Improvements - Fixed the application occasionally exits on network disconnection. - Missing artwork image no longer outputs warning log.
-