diff --git a/README.md b/README.md index f7b3dca..24eb139 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ # Whaler
-
- -
- Whaler + Whaler
![List of Docker containers](data/images/screenshots/screenshot-1.png?raw=true) diff --git a/com.github.sdv43.whaler.yml b/com.github.sdv43.whaler.yml index f6cf7c7..068ed24 100644 --- a/com.github.sdv43.whaler.yml +++ b/com.github.sdv43.whaler.yml @@ -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: diff --git a/data/com.github.sdv43.whaler.appdata.xml.in b/data/com.github.sdv43.whaler.appdata.xml.in index 58f7d6c..38728cd 100644 --- a/data/com.github.sdv43.whaler.appdata.xml.in +++ b/data/com.github.sdv43.whaler.appdata.xml.in @@ -1,6 +1,7 @@ com.github.sdv43.whaler + com.github.sdv43.whaler.desktop Whaler Docker Container Management CC0 @@ -8,16 +9,27 @@ Selivestrov Dmitriy

- 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.

- 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.

+ + +
    +
  • Add license file
  • +
  • Fix logs reading when tty is enabled
  • +
  • Update flatpak runtime version
  • +
  • Update Italian translation
  • +
+
+
    @@ -69,17 +81,25 @@
- +
- https://raw.githubusercontent.com/sdv43/whaler/master/data/images/screenshots/screenshot-1.png + + https://raw.githubusercontent.com/sdv43/whaler/master/data/images/screenshots/screenshot-1.png + Containers list - https://raw.githubusercontent.com/sdv43/whaler/master/data/images/screenshots/screenshot-2.png + + https://raw.githubusercontent.com/sdv43/whaler/master/data/images/screenshots/screenshot-2.png + Docker compose app + - https://raw.githubusercontent.com/sdv43/whaler/master/data/images/screenshots/screenshot-3.png + + https://raw.githubusercontent.com/sdv43/whaler/master/data/images/screenshots/screenshot-3.png + Single container app + https://github.com/sdv43/whaler @@ -88,4 +108,4 @@ com.github.sdv43.whaler -
+ \ No newline at end of file diff --git a/data/images/logo/128.png b/data/images/logo/128.png new file mode 100644 index 0000000..eaf1989 Binary files /dev/null and b/data/images/logo/128.png differ diff --git a/data/images/logo/128.svg b/data/images/logo/128.svg deleted file mode 100644 index 3620e47..0000000 --- a/data/images/logo/128.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/data/images/logo/16.png b/data/images/logo/16.png new file mode 100644 index 0000000..b84b99e Binary files /dev/null and b/data/images/logo/16.png differ diff --git a/data/images/logo/16.svg b/data/images/logo/16.svg deleted file mode 100644 index 732ee54..0000000 --- a/data/images/logo/16.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/data/images/logo/24.png b/data/images/logo/24.png new file mode 100644 index 0000000..a19292b Binary files /dev/null and b/data/images/logo/24.png differ diff --git a/data/images/logo/24.svg b/data/images/logo/24.svg deleted file mode 100644 index 3402f85..0000000 --- a/data/images/logo/24.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/data/images/logo/32.png b/data/images/logo/32.png new file mode 100644 index 0000000..1bba85b Binary files /dev/null and b/data/images/logo/32.png differ diff --git a/data/images/logo/32.svg b/data/images/logo/32.svg deleted file mode 100644 index 724d119..0000000 --- a/data/images/logo/32.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/data/images/logo/48.png b/data/images/logo/48.png new file mode 100644 index 0000000..817db47 Binary files /dev/null and b/data/images/logo/48.png differ diff --git a/data/images/logo/48.svg b/data/images/logo/48.svg deleted file mode 100644 index 28816aa..0000000 --- a/data/images/logo/48.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/data/images/logo/64.png b/data/images/logo/64.png new file mode 100644 index 0000000..87f066b Binary files /dev/null and b/data/images/logo/64.png differ diff --git a/data/images/logo/64.svg b/data/images/logo/64.svg deleted file mode 100644 index 6e6f744..0000000 --- a/data/images/logo/64.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/data/meson.build b/data/meson.build index de891ec..cf10d56 100644 --- a/data/meson.build +++ b/data/meson.build @@ -11,15 +11,15 @@ icon_sizes = ['16', '24', '32', '48', '64', '128'] foreach i : icon_sizes install_data( - 'images/logo/' + i + '.svg', + 'images/logo/' + i + '.png', install_dir: get_option('datadir') + '/icons/hicolor/' + i + 'x' + i + '/apps', - rename: meson.project_name() + '.svg' + rename: meson.project_name() + '.png' ) install_data( - 'images/logo/' + i + '.svg', + 'images/logo/' + i + '.png', install_dir: get_option('datadir') + '/icons/hicolor/' + i + 'x' + i + '@2/apps', - rename: meson.project_name() + '.svg' + rename: meson.project_name() + '.png' ) endforeach diff --git a/meson.build b/meson.build index 0d29ddd..e10cf22 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'com.github.sdv43.whaler', 'vala', 'c', meson_version : '>= 0.49', - version: '1.2.1' + version: '1.2.3' ) #