Skip to content

Commit

Permalink
Merge pull request #472 from marhkb/chore/prepare-v1.0.0-rc.1
Browse files Browse the repository at this point in the history
Chore/prepare-v1.0.0-rc.1
  • Loading branch information
marhkb authored Dec 15, 2022
2 parents 77d5ce6 + af7e901 commit 437b3b5
Show file tree
Hide file tree
Showing 4 changed files with 19 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.9"
version = "1.0.0-rc.1"
authors = ["Marcus Behrendt <[email protected]>"]
edition = "2021"

Expand Down
16 changes: 16 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,22 @@
<url type="bugtracker">https://github.com/marhkb/pods/issues</url>
<content_rating type="oars-1.1"/>
<releases>
<release version="1.0.0-rc.1" date="2022-12-15">
<description>
<p>All features for version 1.0 are now implemented and Pods is thus in the release candidate phase. Among the changes since the last release are:</p>
<ul>
<li>Actions such as downloading an image or creating a container now take place in dialogs instead of in the main window.</li>
<li>Image Rows have been revised to better reflect the presence of multiple repo tags.</li>
<li>Repo tags can now be removed and added within the image details page.</li>
<li>The subtitle property of the header bars is now used to display the image id, or the name of the container or pod.</li>
<li>The style of the container details page has been adjusted. Thus, some action rows have been moved to the properties.</li>
<li>Shortcuts have been added to the container details page.</li>
<li>Small improvements in the spirit of the GNOME HIG took place.</li>
<li>The usual changes such as improving the source code and updating the dependencies.</li>
<li>Translations have been updated and all translatable strings are now considered frozen.</li>
</ul>
</description>
</release>
<release version="1.0.0-beta.9" date="2022-12-05">
<description>
<p>The ninth beta of Pods in an important step towards the stable first version. It 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.9',
version: '1.0.0-rc.1',
meson_version: '>= 0.59',
license: 'GPL3+',
)
Expand Down

0 comments on commit 437b3b5

Please sign in to comment.