Skip to content

Commit

Permalink
Merge pull request #346 from marhkb/chore/prepare-v1.0.0-beta.4
Browse files Browse the repository at this point in the history
Chore/prepare v1.0.0 beta.4
  • Loading branch information
marhkb authored Sep 26, 2022
2 parents e89a281 + 8601d3e commit 315a454
Show file tree
Hide file tree
Showing 4 changed files with 21 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.0.0-beta.3"
version = "1.0.0-beta.4"
authors = ["Marcus Behrendt <[email protected]>"]
edition = "2021"

Expand Down
18 changes: 18 additions & 0 deletions data/com.github.marhkb.Pods.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,24 @@
<url type="bugtracker">https://github.com/marhkb/pods/issues</url>
<content_rating type="oars-1.1"/>
<releases>
<release version="1.0.0-beta.4" date="2022-09-26">
<description>
<p>Here comes the fourth beta release of Pods 1.0.0 with the following changes:</p>
<ul>
<li>The blurry symbolic application icon has been fixed, thanks to @allaeddineomc.</li>
<li>A status page is now displayed if there are no images, containers or pods.</li>
<li>The style has been improved, in particular, there is now better differentiation between light, dark and high contrast modes.</li>
<li>The feature for coloring the header bar has been removed. It will hopefully come back when there is API support for it.</li>
<li>A lot of smaller UI improvements have been implemented to give Pods a more polished look.</li>
<li>The flatpak runtime has been updated to version 43</li>
<li>Improvements in infrastructure like an issue template have landed, thanks to @vv9k.</li>
<li>Image downloads can now be aborted.</li>
<li>Arguments can now be added to a container command, thanks to @vvk9.</li>
<li>It's now possible to set labels on images, containers and pods, thanks to @vv9k.</li>
<li>Translation updates</li>
</ul>
</description>
</release>
<release version="1.0.0-beta.3" date="2022-09-18">
<description>
<p>The third beta release of Pods 1.0.0 contains the following changes:</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.0.0-beta.3',
version: '1.0.0-beta.4',
meson_version: '>= 0.59',
# license: MIT,
)
Expand Down

0 comments on commit 315a454

Please sign in to comment.