From 2970c5b5d73f271361b3eab6bb404a7c3af07a34 Mon Sep 17 00:00:00 2001 From: Dimitris Papaioannou Date: Sun, 17 Dec 2023 17:04:56 +0200 Subject: [PATCH] 1.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- assets/io.github.dimtpap.coppwr.metainfo.xml | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f88b93..77ac21a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -751,7 +751,7 @@ checksum = "396de984970346b0d9e93d1415082923c679e5ae5c3ee3dcbd104f5610af126b" [[package]] name = "coppwr" -version = "1.4.0" +version = "1.5.0" dependencies = [ "ashpd", "eframe", diff --git a/Cargo.toml b/Cargo.toml index 6aeccc0..3c48e4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coppwr" -version = "1.4.0" +version = "1.5.0" authors = ["Dimitris Papaioannou "] edition = "2021" rust-version = "1.70" diff --git a/assets/io.github.dimtpap.coppwr.metainfo.xml b/assets/io.github.dimtpap.coppwr.metainfo.xml index df8f034..c1a896c 100644 --- a/assets/io.github.dimtpap.coppwr.metainfo.xml +++ b/assets/io.github.dimtpap.coppwr.metainfo.xml @@ -51,6 +51,15 @@ + + +
    +
  • Added zooming in the Graph view (Ctrl+Scroll / Pinch)
  • +
  • Implemented persistence (window info, open tabs, graph node positions etc. are now saved on/restored from disk)
  • +
  • Fixed the Link permission not showing on globals when running on PipeWire 1.0.0 or later
  • +
+
+