diff --git a/Cargo.lock b/Cargo.lock index fa3683d..01a538f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -581,7 +581,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "helvum" -version = "0.6.0" +version = "0.6.1" dependencies = [ "async-channel", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 852dae3..4dc0b6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helvum" -version = "0.6.0" +version = "0.6.1" authors = ["Tom Wagner ", "Naveen Prashanth "] edition = "2021" rust-version = "1.94" diff --git a/README.md b/README.md index 5e18a72..e1a4fa0 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Helvum is a GTK-based patchbay for pipewire, inspired by the JACK tool [catia](h ![Screenshot](docs/screenshot.png) -```` + -```` + # Features planned diff --git a/data/org.pipewire.Helvum.desktop.in b/data/org.pipewire.Helvum.desktop.in index c2d62e8..11c74ad 100644 --- a/data/org.pipewire.Helvum.desktop.in +++ b/data/org.pipewire.Helvum.desktop.in @@ -5,5 +5,5 @@ Comment=A patchbay for pipewire Type=Application Exec=helvum Terminal=false -Categories=AudioVideo;Audio;Video;Midi;Settings;GNOME;GTK; +Categories=AudioVideo;Midi;GTK;GNOME; Icon=@icon@ \ No newline at end of file diff --git a/data/org.pipewire.Helvum.metainfo.xml.in b/data/org.pipewire.Helvum.metainfo.xml.in index b7c6dab..dd44064 100644 --- a/data/org.pipewire.Helvum.metainfo.xml.in +++ b/data/org.pipewire.Helvum.metainfo.xml.in @@ -6,6 +6,10 @@ GPL-3.0-only Helvum Patchbay for PipeWire + + #6ea8ff + #2b4c7e +

Helvum is a graphical patchbay for PipeWire. @@ -25,6 +29,7 @@ https://gitlab.freedesktop.org/pipewire/helvum + @@ -43,6 +48,8 @@ HiDpiIcon ModernToolkit - Tom A. Wagner + + Tom A. Wagner, Naveen Prashanth + tom.a.wagner@protonmail.com diff --git a/docs/making_a_release.md b/docs/making_a_release.md index ec0bd8a..a1419d1 100644 --- a/docs/making_a_release.md +++ b/docs/making_a_release.md @@ -5,7 +5,7 @@ The following describes the process of making a new release: 1. In `data/org.pipewire.Helvum.metainfo.xml.in`, add a new `` tag to the releases section with the appropriate version and date. -2. In `meson.build` and `Cargo.toml`, bumb the projects version to the new version. +2. In `meson.build` and `Cargo.toml`, bump the projects version to the new version. 3. Ensure cargo dependencies are up-to-date by running `cargo outdated` (may require running `cargo install cargo-outdated`) and updating outdated dependencies (including the versions specified in `Cargo.lock`). diff --git a/docs/screenshot.png b/docs/screenshot.png index 20dadfe..1b275c9 100644 Binary files a/docs/screenshot.png and b/docs/screenshot.png differ diff --git a/meson.build b/meson.build index 1b335bb..a38c8e6 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'helvum', 'rust', - version: '0.6.0', + version: '0.6.1', license: 'GPL-3.0', meson_version: '>=1.9.0', default_options: [