Skip to content

Commit

Permalink
Merge pull request #690 from marhkb/chore/release-v1.2.2
Browse files Browse the repository at this point in the history
Chore/release-v1.2.2
  • Loading branch information
marhkb committed Jun 1, 2023
2 parents c7e124d + 8022336 commit cc45876
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 51 deletions.
77 changes: 39 additions & 38 deletions 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.2.1"
version = "1.2.2"
authors = ["Marcus Behrendt <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion build-aux/com.github.marhkb.Pods.Devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/vte.git",
"tag": "0.72.1"
"tag": "0.72.2"
}
]
},
Expand Down
32 changes: 22 additions & 10 deletions data/com.github.marhkb.Pods.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,29 @@
<url type="bugtracker">https://github.com/marhkb/pods/issues</url>
<content_rating type="oars-1.1"/>
<releases>
<release version="1.2.2" date="2023-06-1">
<description>
<p>Pods 1.2.2 contains the following bugfixes and improvements:</p>
<ul>
<li>CPU load has been noticeably reduced by disabling spinners as soon as they are no longer visible.</li>
<li>The active connection in the sidebar is now also highlighted.</li>
<li>Minor corrections and updated translations have been made.</li>
<li>Infrastructure improvements have been implemented.</li>
<li>Dependencies have been updated.</li>
</ul>
</description>
</release>
<release version="1.2.1" date="2023-05-26">
<description>
<p>Pods 1.2.1 contains the following bugfixes and improvements:</p>
<ul>
<li>Fixed a bug that caused the application to crash when the keyring could not be accessed.</li>
<li>Some languages like Romanian were not correctly included. This should be fixed now.</li>
<li>Fixed a regression where the container list was not re-sorted once a container was renamed.</li>
<li>Minor cleanup work has been done in the code.</li>
</ul>
</description>
</release>
<description>
<p>Pods 1.2.1 contains the following bugfixes and improvements:</p>
<ul>
<li>Fixed a bug that caused the application to crash when the keyring could not be accessed.</li>
<li>Some languages like Romanian were not correctly included. This should be fixed now.</li>
<li>Fixed a regression where the container list was not re-sorted once a container was renamed.</li>
<li>Minor cleanup work has been done in the code.</li>
</ul>
</description>
</release>
<release version="1.2.0" date="2023-05-25">
<description>
<p>Pods 1.2.0 contains the following new features:</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.2.1',
version: '1.2.2',
meson_version: '>= 0.59',
license: 'GPL3+',
)
Expand Down

0 comments on commit cc45876

Please sign in to comment.