Skip to content

Commit

Permalink
🔖 release 0.4.0 "Window Switching and Git"
Browse files Browse the repository at this point in the history
  • Loading branch information
friedow committed Sep 23, 2023
1 parent 789092c commit 8ee16bb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "centerpiece"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ This project is currently in a very early state and tailored to my needs and dai

## Features

- [ ] switch windows (sway)
- [x] switch windows (sway)
- [x] open applications (XDG based, scans for .desktop files)
- [ ] open brave in app mode for special bookmarks
- [ ] open local git repositories (terminal, editor, git gui)
- [x] open local git repositories (terminal, editor, git gui)
- [ ] open brave bookmarks
- [ ] switch wifi networks
- [ ] control audio devices
- [ ] display resource monitor (cpu, gpu, ram, disks)
- [x] display date, time
- [x] display date and time
- [ ] display weather
- [ ] search brave history

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

packages.${system}.default = pkgs.rustPlatform.buildRustPackage rec {
pname = "centerpiece";
version = "0.3.0";
version = "0.4.0";

inherit nativeBuildInputs buildInputs;

Expand Down
Binary file modified screenshots/search-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8ee16bb

Please sign in to comment.