Skip to content

Commit dfc00a8

Browse files
authored
πŸ”– Release v1.1.0 (#153)
## 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
1 parent 3de33ff commit dfc00a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€ŽCargo.lockβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ default-members = ["client"]
66
members = ["client", "services/index-git-repositories"]
77

88
[workspace.package]
9-
version = "1.0.0"
9+
version = "1.1.0"

0 commit comments

Comments
Β (0)