docs: typos fixed
This commit is contained in:
@@ -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 .
|
||||
|
||||
+1
-2
@@ -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
|
||||
|
||||
@@ -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.|
|
||||
|
||||
Reference in New Issue
Block a user