Conversation
|
For all the Firefox enjoyers around here FYI @a-kenji, @rti, @velramiir, @pinpox ;) |
a-kenji
left a comment
There was a problem hiding this comment.
LGTM, one small question.
| #[derive(Debug, Deserialize)] | ||
| pub struct FirefoxBookmarksPluginSettings { | ||
| #[serde(default = "default_true")] | ||
| pub enable: bool, |
There was a problem hiding this comment.
Do we want them true, or false?
There was a problem hiding this comment.
That is a good question. I was thinking true, as the brave browser plugins also are enabled by default. But setting it to true would technically be a breaking change. WDYT?
|
I've added a parser for the firefox |
|
@friedow, |
|
Unlucky, then I'll have to copy the database the same way I did with brave. I'm on it ;) |
|
I've duplicated the database on plugin start. @a-kenji wanna test again? |
## Release Notes ### ✨ New Features * 💄 display bars to visualize cpu core usage by @friedow in #121 * ✨ `git_repositories`: add `zoxide` integration by @a-kenji in #111 * ✨ enable font-fallack for all entries by @friedow in #131 * 🌈 Allow setting colors via configuration by @pinpox in #141 * 😜 Gitmoji plugin by @friedow in #144 * 📑 Firefox bookmarks plugin by @friedow in #133 * 📜 Firefox History by @friedow in #152 ### 🐛 Fixed Bugs * 🐛 return false when file_name cannot convert to str by @prmadev in #123 * 🐛 filter empty plugins for calculating scroll offset by @friedow in #125 * 🐛 Add sort function to plugin trait by @a-kenji in #124 * 🐛 implement full desktop spec by @friedow in #120 * 🐛 fix initial sorting in a bunch of plugins by @friedow in #129 * 🐛: fix suspend command invocation by @a-kenji in #134 ### Maintenance * 📝 clarify wayland support by @a-kenji in #105 * 👷 remove magic-nix-cache action by @a-kenji in #106 * ✏️ Fix a small typo in the Readme by @a-kenji in #112 * 🚨 Implement various clippy suggestions by @a-kenji in #113 ### New Contributors * @prmadev made their first contribution in #123 * @pinpox made their first contribution in #141 **Full Changelog**: v1.0.0...v1.1.0
This finally adds a first plugin for firefox 🎉. With this you are able to search and open your firefox bookmarks. Bookmarks are sorted by the number of visits.
This closes #13!