Commit f1cf2bc
authored
feat(settings): auto-disable new non-default plugins (#105)
* feat(settings): implement auto-disable for new non-default plugins
- Added functionality to automatically disable new non-default plugins unless they are in the DEFAULT_ENABLED_PLUGINS set.
- Updated the normalizePluginSettings function to reflect this change and added a corresponding test case to verify the behavior.
* chore: update dependencies and improve README.md
- Updated various dependencies in bun.lock and package.json, including @tauri-apps/api, @tauri-apps/plugin-updater, and @vitejs/plugin-react to their latest versions.
- Enhanced README.md to clarify supported providers and their functionalities, ensuring accurate representation of features.1 parent c7bf1cc commit f1cf2bc
5 files changed
Lines changed: 67 additions & 41 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments