Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sdv43 committed Nov 12, 2024
1 parent cc9685b commit f1abede
Show file tree
Hide file tree
Showing 17 changed files with 35 additions and 198 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Whaler

<div align="center">
<div>

</div>
<img src="data/images/logo/64.svg" alt="Whaler"/>
<img src="data/images/logo/64.png" alt="Whaler"/>
</div>

![List of Docker containers](data/images/screenshots/screenshot-1.png?raw=true)
Expand Down
2 changes: 1 addition & 1 deletion com.github.sdv43.whaler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: com.github.sdv43.whaler
runtime: io.elementary.Platform
runtime-version: '7.3'
runtime-version: '8'
sdk: io.elementary.Sdk
command: com.github.sdv43.whaler
finish-args:
Expand Down
36 changes: 28 additions & 8 deletions data/com.github.sdv43.whaler.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,23 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>com.github.sdv43.whaler</id>
<launchable type="desktop-id">com.github.sdv43.whaler.desktop</launchable>
<name>Whaler</name>
<summary>Docker Container Management</summary>
<metadata_license>CC0</metadata_license>
<project_license>GPL-3.0+</project_license>
<developer_name>Selivestrov Dmitriy</developer_name>
<description>
<p>
Whaler provides basic functionality for managing Docker containers.
The app can start and stop both standalone containers and docker-compose applications.
Whaler provides basic functionality for managing Docker containers.
The app can start and stop both standalone containers and docker-compose applications.
Also, it supports viewing container logs.
</p>
<p>
The solution is perfect for those who are looking for a simple tool to perform some basic actions.
The solution is perfect for those who are looking for a simple tool to perform some basic
actions.
For the app to run correctly, make sure that Docker is installed on your system.
</p>
</description>
<releases>
<release version="1.2.3" date="2024-11-12">
<description>
<ul>
<li>Add license file</li>
<li>Fix logs reading when tty is enabled</li>
<li>Update flatpak runtime version</li>
<li>Update Italian translation</li>
</ul>
</description>
</release>
<release version="1.2.2" date="2024-02-06">
<description>
<ul>
Expand Down Expand Up @@ -69,17 +81,25 @@
</ul>
</description>
</release>
<release version="1.0.0" date="2022-04-13"/>
<release version="1.0.0" date="2022-04-13" />
</releases>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/sdv43/whaler/master/data/images/screenshots/screenshot-1.png</image>
<image>
https://raw.githubusercontent.com/sdv43/whaler/master/data/images/screenshots/screenshot-1.png</image>
<caption>Containers list</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/sdv43/whaler/master/data/images/screenshots/screenshot-2.png</image>
<image>
https://raw.githubusercontent.com/sdv43/whaler/master/data/images/screenshots/screenshot-2.png</image>
<caption>Docker compose app</caption>

</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/sdv43/whaler/master/data/images/screenshots/screenshot-3.png</image>
<image>
https://raw.githubusercontent.com/sdv43/whaler/master/data/images/screenshots/screenshot-3.png</image>
<caption>Single container app</caption>

</screenshot>
</screenshots>
<url type="homepage">https://github.com/sdv43/whaler</url>
Expand All @@ -88,4 +108,4 @@
<provides>
<binary>com.github.sdv43.whaler</binary>
</provides>
</component>
</component>
Binary file added data/images/logo/128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 0 additions & 30 deletions data/images/logo/128.svg

This file was deleted.

Binary file added data/images/logo/16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 0 additions & 30 deletions data/images/logo/16.svg

This file was deleted.

Binary file added data/images/logo/24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 0 additions & 30 deletions data/images/logo/24.svg

This file was deleted.

Binary file added data/images/logo/32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f1abede

Please sign in to comment.