Commit Graph

2 Commits

Author SHA1 Message Date
qianlifeng 4b2018934d
feat(mru): Implement Most Recently Used (MRU) functionality across plugins
- Added MRU support to SysPlugin and UrlPlugin, allowing users to access recently used commands and URLs.
- Introduced new data structures for MRU items and context data.
- Updated the query methods to include MRU results based on user settings.
- Modified the settings management to accommodate the new query mode for MRU.
- Enhanced the UI to reflect the changes in query modes and added relevant translations.
- Created a dedicated MRU manager for handling MRU items in the database.
- Updated Flutter UI to support MRU queries and settings.
2025-07-30 19:54:31 +08:00
qianlifeng 7793308f27 feat(bookmark): add support for loading Edge bookmarks across platforms #4232
* Implemented loading of Edge bookmarks for macOS, Windows, and Linux.
* Added functionality to remove duplicate bookmarks based on name and URL.
* Enhanced the bookmark loading process with a more robust regex pattern for both Chrome and Edge formats.
* Created unit tests to verify the loading and deduplication of bookmarks.
2025-07-13 00:55:36 +08:00