Skip to content

Commit

Permalink
Merge pull request #654 from marhkb/chore/release-v1.1.2
Browse files Browse the repository at this point in the history
Chore/release-v1.1.2
  • Loading branch information
marhkb committed May 10, 2023
2 parents 9bad99f + 78508ec commit e584d9c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 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 = "pods"
version = "1.1.1"
version = "1.1.2"
authors = ["Marcus Behrendt <[email protected]>"]
edition = "2021"

Expand Down
12 changes: 12 additions & 0 deletions data/com.github.marhkb.Pods.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@
<url type="bugtracker">https://github.com/marhkb/pods/issues</url>
<content_rating type="oars-1.1"/>
<releases>
<release version="1.1.2" date="2023-05-10">
<description>
<p>Pods 1.1.2 contains the following fixes and performance improvements and chores:</p>
<ul>
<li>Fixed a bug that caused status colors of a container in high contrast mode not to be adjusted adequately.</li>
<li>Fixed a bug where container overview entries were filtered incorrectly after a container was removed.</li>
<li>The button for creating a repository tag has now got a tooltip.</li>
<li>The circular progress bar for the CPU and memory usage of a container is now updated more efficiently.</li>
<li>Dependencies have been updated.</li>
</ul>
</description>
</release>
<release version="1.1.1" date="2023-05-02">
<description>
<p>Pods 1.1.1 contains the following fixes, improvements and chores:</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'pods',
'rust',
version: '1.1.1',
version: '1.1.2',
meson_version: '>= 0.59',
license: 'GPL3+',
)
Expand Down

0 comments on commit e584d9c

Please sign in to comment.