From cb1963fe782a23ee37221aa16d24ca079794eba0 Mon Sep 17 00:00:00 2001 From: Marcus Behrendt Date: Wed, 10 May 2023 21:05:26 +0200 Subject: [PATCH 1/2] chore(app-data): Update changelog --- data/com.github.marhkb.Pods.metainfo.xml.in.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/com.github.marhkb.Pods.metainfo.xml.in.in b/data/com.github.marhkb.Pods.metainfo.xml.in.in index d45699d05..979e98d32 100644 --- a/data/com.github.marhkb.Pods.metainfo.xml.in.in +++ b/data/com.github.marhkb.Pods.metainfo.xml.in.in @@ -42,6 +42,18 @@ https://github.com/marhkb/pods/issues + + +

Pods 1.1.2 contains the following fixes and performance improvements and chores:

+
    +
  • Fixed a bug that caused status colors of a container in high contrast mode not to be adjusted adequately.
  • +
  • Fixed a bug where container overview entries were filtered incorrectly after a container was removed.
  • +
  • The button for creating a repository tag has now got a tooltip.
  • +
  • The circular progress bar for the CPU and memory usage of a container is now updated more efficiently.
  • +
  • Dependencies have been updated.
  • +
+
+

Pods 1.1.1 contains the following fixes, improvements and chores:

From 78508ec94173e72b9d94b02d1204e509005c5dee Mon Sep 17 00:00:00 2001 From: Marcus Behrendt Date: Wed, 10 May 2023 21:07:05 +0200 Subject: [PATCH 2/2] chore: Release v1.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af5ff50c0..bd7e65b10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1518,7 +1518,7 @@ dependencies = [ [[package]] name = "pods" -version = "1.1.1" +version = "1.1.2" dependencies = [ "anyhow", "ashpd", diff --git a/Cargo.toml b/Cargo.toml index 92df077ee..9c4ed552d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pods" -version = "1.1.1" +version = "1.1.2" authors = ["Marcus Behrendt "] edition = "2021" diff --git a/meson.build b/meson.build index 26bf8b27c..f10b600ad 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'pods', 'rust', - version: '1.1.1', + version: '1.1.2', meson_version: '>= 0.59', license: 'GPL3+', )