Skip to content

Commit

Permalink
Merge pull request #770 from marhkb/fix/show-all-by-default
Browse files Browse the repository at this point in the history
fix: Do not filter anything by default
  • Loading branch information
marhkb authored Dec 21, 2023
2 parents 504c8df + e706722 commit 5470ff3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/com.github.marhkb.Pods.gschema.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@
<description></description>
</key>
<key name="show-only-running-containers" type="b">
<default>true</default>
<default>false</default>
<summary>Whether to show only running containers</summary>
<description></description>
</key>
<key name="show-only-running-pods" type="b">
<default>true</default>
<default>false</default>
<summary>Whether to show only running pods</summary>
<description></description>
</key>
<key name="show-only-used-volumes" type="b">
<default>true</default>
<default>false</default>
<summary>Whether to show only used volumes</summary>
<description></description>
</key>
Expand Down
1 change: 1 addition & 0 deletions data/com.github.marhkb.Pods.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<li>All remaining processes are now closed after a container terminal exits. (#744)</li>
<li>Streams are now closed correctly so that they do not run forever when the user changes the connection. (#764)</li>
<li>A bug was fixed where the content of the container log page was initially too large. (#769)</li>
<li>Stop filtering out containers, pods and volumes by default. (#770)</li>
</ul>
<p>Improvements</p>
<ul>
Expand Down

0 comments on commit 5470ff3

Please sign in to comment.