From e78fb5015c61563ed3708a7598df513a384a4be1 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:53:03 +0000 Subject: [PATCH] docs: typos fixed --- .github/workflows/create_release_and_build.yml | 4 ++-- CHANGELOG.md | 3 +-- README.md | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/create_release_and_build.yml b/.github/workflows/create_release_and_build.yml index 0b3bb1a..c3e89ca 100644 --- a/.github/workflows/create_release_and_build.yml +++ b/.github/workflows/create_release_and_build.yml @@ -136,8 +136,8 @@ jobs: docker build --platform linux/arm/v6,linux/arm64,linux/amd64 \ -t ${{ secrets.DOCKERHUB_USERNAME }}/oxker:latest \ -t ${{ secrets.DOCKERHUB_USERNAME }}/oxker:${{env.CURRENT_SEMVER}} \ - -t ghcr.io/${{ github.repository_owner }}/oxker:latest \ - -t ghcr.io/${{ github.repository_owner }}/oxker:${{env.CURRENT_SEMVER}} \ + -t ghcr.io/${{ github.repository_owner }}/${{ github.ref_name }}:latest \ + -t ghcr.io/${{ github.repository_owner }}/${{ github.ref_name }}:${{env.CURRENT_SEMVER}} \ --provenance=false --sbom=false \ --push \ -f containerised/Dockerfile . diff --git a/CHANGELOG.md b/CHANGELOG.md index bd51085..63cf2f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,10 @@ + README.md updated, link to directories crate, closes #65, [c2bfe3296563daf4b7f077469f3eeff6895720b0] ### Features ++ change log panel size, closes #50, use the `-` or `=` keys to change the height of the logs panel, or `\` to toggle visibility, to automatically hide the logs panel a new config item `show_logs` can be set to true or false, see `example_config` directory for more details, [6edf99e0846bb4134d8ee5b646065b8cda8074d7] + build for aarch64-apple-darwin, closes #62, personally untested on MacOS - but others suggest it works as expected, [e7114d2f5e0ed8935943be64726fc2d90464a777], [2e8500902a515a246f9d9a503b4350849d634978] -+ change log panel size, closes #50, use the `-` or `=` keys to change the height of the logs panel, or `\` to toggle visibility, a new config item `show_logs` can be set to true or false, to automatically hide the logs panel, see `example_config` directory for more details, [6edf99e0846bb4134d8ee5b646065b8cda8074d7] ### Fixes -+ change log panel increase, [f79e41a58a3f0af4ffe9f0025879986a5e5f167d] + merge args color/raw fix, [d198398795698a21d81d3fd20231c482cc346ab5] ### Refactors diff --git a/README.md b/README.md index 9dad975..83837ae 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ In application controls, these, amongst many other settings, can be customized w | ```( 0 )``` | Stop sorting.| | ```( F1 )``` or ```( / )``` | Enter filter mode. | | ```( - ) ``` or ```(=)``` | Reduce or increase the height of the logs panel.| -| ```( z )``` | Toggle the visibility of the logs panel.| +| ```( \ )``` | Toggle the visibility of the logs panel.| | ```( e )``` | Exec into the selected container - not available on Windows.| | ```( h )``` | Toggle help menu.| | ```( m )``` | Toggle mouse capture - if disabled, text on screen can be selected.|