Skip to content

Commit

Permalink
Merge pull request #834 from marhkb/stable/2.1.2
Browse files Browse the repository at this point in the history
Stable/2.1.2
  • Loading branch information
marhkb authored Oct 8, 2024
2 parents 7c5c872 + f73dddd commit 72a5174
Show file tree
Hide file tree
Showing 17 changed files with 16 additions and 15 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 = "2.1.1"
version = "2.1.2"
authors = ["Marcus Behrendt <[email protected]>"]
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<br>

<p align="center">
<img src="data/screenshots/preview_light.png#gh-light-mode-only" alt="Preview"/>
<img src="data/screenshots/preview_dark.png#gh-dark-mode-only" alt="Preview"/>
<img src="data/screenshots/light.png#gh-light-mode-only" alt="Preview"/>
<img src="data/screenshots/dark.png#gh-dark-mode-only" alt="Preview"/>
</p>

Pods is a frontend for podman. It uses libadwaita for its user interface and strives to meet the design principles of GNOME.
Expand Down
21 changes: 11 additions & 10 deletions data/com.github.marhkb.Pods.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,25 @@
<li>Rename containers.</li>
</ul>
</description>
<branding>
<color type="primary" scheme_preference="light">#cdab8f</color>
<color type="primary" scheme_preference="dark">#865e3c</color>
</branding>
<screenshots>
<screenshot type="default">
<image>https://github.com/marhkb/pods/raw/main/data/screenshots/screenshot1_dark.png</image>
<caption>Container Overview</caption>
</screenshot>
<screenshot>
<image>https://github.com/marhkb/pods/raw/main/data/screenshots/screenshot2_dark.png</image>
<caption>Containers Details in Compact Mode</caption>
</screenshot>
<screenshot>
<image>https://github.com/marhkb/pods/raw/main/data/screenshots/screenshot3_dark.png</image>
<caption>Search Results</caption>
<image>https://github.com/marhkb/pods/raw/pods-2-1/data/screenshots/light.png</image>
<caption>Pods main window</caption>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/marhkb/pods</url>
<url type="bugtracker">https://github.com/marhkb/pods/issues</url>
<content_rating type="oars-1.1"/>
<releases>
<release version="2.1.2" date="2024-10-08">
<description translatable="no">
<p>Pods 2.1.2 is a bug fix release which adds a branding and uses the correct screenshot URL. (#822)</p>
</description>
</release>
<release version="2.1.1" date="2024-10-07">
<description translatable="no">
<p>Pods 2.1.1 is a bug fix which, among other things, fixes a crash that occurred when searching for remote images. (#832)</p>
Expand Down
Binary file added data/screenshots/dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/screenshots/light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed data/screenshots/preview_dark.png
Binary file not shown.
Binary file removed data/screenshots/preview_dark.xcf
Binary file not shown.
Binary file removed data/screenshots/preview_light.png
Binary file not shown.
Binary file removed data/screenshots/preview_light.xcf
Binary file not shown.
Binary file removed data/screenshots/screenshot1_dark.png
Binary file not shown.
Binary file removed data/screenshots/screenshot1_light.png
Binary file not shown.
Binary file removed data/screenshots/screenshot2_dark.png
Binary file not shown.
Binary file removed data/screenshots/screenshot2_light.png
Binary file not shown.
Binary file removed data/screenshots/screenshot3_dark.png
Binary file not shown.
Binary file removed data/screenshots/screenshot3_light.png
Binary file not shown.
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: '2.1.1',
version: '2.1.2',
meson_version: '>= 0.59',
license: 'GPL-3.0',
)
Expand Down

0 comments on commit 72a5174

Please sign in to comment.