diff --git a/docs/content.en/docs/release-notes/_index.md b/docs/content.en/docs/release-notes/_index.md index d5b99336..df92399b 100644 --- a/docs/content.en/docs/release-notes/_index.md +++ b/docs/content.en/docs/release-notes/_index.md @@ -13,50 +13,50 @@ Information about release notes of Coco App is provided here. ### 🚀 Features -feat: support switching groups via keyboard shortcuts #911 -feat: support opening logs from about page #915 -feat: support moving cursor with home and end keys #918 -feat: support pageup/pagedown to navigate search results #920 -feat: standardize multi-level menu label structure #925 -feat(View Extension): page field now accepts HTTP(s) links #925 -feat: return sub-exts when extension type exts themselves are matched #928 -feat: open quick ai with modifier key + enter #939 -feat: allow navigate back when cursor is at the beginning #940 -feat(extension compatibility): minimum_coco_version #946 -feat: add compact mode for window #947 -feat: advanced settings search debounce & local query source weight #950 -feat: add window opacity configuration option #963 -feat: add auto collapse delay for compact mode #981 +- feat: support switching groups via keyboard shortcuts #911 +- feat: support opening logs from about page #915 +- feat: support moving cursor with home and end keys #918 +- feat: support pageup/pagedown to navigate search results #920 +- feat: standardize multi-level menu label structure #925 +- feat(View Extension): page field now accepts HTTP(s) links #925 +- feat: return sub-exts when extension type exts themselves are matched #928 +- feat: open quick ai with modifier key + enter #939 +- feat: allow navigate back when cursor is at the beginning #940 +- feat(extension compatibility): minimum_coco_version #946 +- feat: add compact mode for window #947 +- feat: advanced settings search debounce & local query source weight #950 +- feat: add window opacity configuration option #963 +- feat: add auto collapse delay for compact mode #981 ### 🐛 Bug fix -fix: automatic update of service list #913 -fix: duplicate chat content #916 -fix: resolve pinned window shortcut not working #917 -fix: WM ext does not work when operating focused win from another display #919 -fix(Window Management): Next/Previous Desktop do not work #926 -fix: fix page rapidly flickering issue #935 -fix(view extension): broken search bar UI when opening extensions via hotkey #938 -fix: allow deletion after selecting all text #943 -fix: prevent shaking when switching between chat and search pages #955 -fix: prevent duplicate login success messages #977 -fix: fix quick ai not continuing conversation #979 +- fix: automatic update of service list #913 +- fix: duplicate chat content #916 +- fix: resolve pinned window shortcut not working #917 +- fix: WM ext does not work when operating focused win from another display #919 +- fix(Window Management): Next/Previous Desktop do not work #926 +- fix: fix page rapidly flickering issue #935 +- fix(view extension): broken search bar UI when opening extensions via hotkey #938 +- fix: allow deletion after selecting all text #943 +- fix: prevent shaking when switching between chat and search pages #955 +- fix: prevent duplicate login success messages #977 +- fix: fix quick ai not continuing conversation #979 ### ✈️ Improvements -refactor: improve sorting logic of search results #910 -style: add dark drop shadow to images #912 -chore: add cross-domain configuration for web component #921 -refactor: retry if AXUIElementSetAttributeValue() does not work #924 -refactor(calculator): skip evaluation if expr is in form "num => num" #929 -chore: use a custom log directory #930 -chore: bump tauri_nspanel to v2.1 #933 -refactor: show_coco/hide_coco now use NSPanel's function on macOS #933 -refactor: procedure that convert_pages() into a func #934 -refactor(post-search): collect at least 2 documents from each query source #948 -refactor: custom_version_comparator() now compares semantic versions #941 -chore: center the main window vertically #959 -refactor(view extension): load HTML/resources via local HTTP server #973 +- refactor: improve sorting logic of search results #910 +- style: add dark drop shadow to images #912 +- chore: add cross-domain configuration for web component #921 +- refactor: retry if AXUIElementSetAttributeValue() does not work #924 +- refactor(calculator): skip evaluation if expr is in form "num => num" #929 +- chore: use a custom log directory #930 +- chore: bump tauri_nspanel to v2.1 #933 +- refactor: show_coco/hide_coco now use NSPanel's function on macOS #933 +- refactor: procedure that convert_pages() into a func #934 +- refactor(post-search): collect at least 2 documents from each query source #948 +- refactor: custom_version_comparator() now compares semantic versions #941 +- chore: center the main window vertically #959 +- refactor(view extension): load HTML/resources via local HTTP server #973 ## 0.8.0 (2025-09-28)