Merge branch 'dev'

This commit is contained in:
Jack Wills
2024-08-07 21:18:34 +00:00
3 changed files with 14 additions and 6 deletions
+2 -2
View File
@@ -15,8 +15,8 @@
+ left align all text, [e0d421c4](https://github.com/mrjackwills/oxker/commit/e0d421c4918a17c9e0e21fd214edb99d71281c9d)
+ place image name in logs panel title, [12f24357](https://github.com/mrjackwills/oxker/commit/12f24357a68abe871f44d871d95b6e2ef062181e)
+ distinguish between unhealthy & healthy running containers, closes [#43](https://github.com/mrjackwills/oxker/issues/43), [de876818](https://github.com/mrjackwills/oxker/commit/de8768181631c6d961ce0e4dacb50c2ed02abc36)
+ filter containers, use `F1` or `/` to enter filter mode, closes [#37](https://github.com/mrjackwills/oxker/issues/37), thanks to [MohammadShabaniSBU](https://github.com/MohammadShabaniSBU) for the original PR, [d5d8a0db](https://github.com/mrjackwills/oxker/commit/d5d8a0dbc5437ff3b17f34b9dbb9589bb56b4a3e), [[7ee1f06f804683e3395953a02138d4e9da115ea9]]
+ place image name in logs panel title, [ef19b9cf](https://github.com/mrjackwills/oxker/commit/ef19b9cf89a881d0a7ac818885317ce2bd683dfc)
+ filter containers, use `F1` or `/` to enter filter mode, closes [#37](https://github.com/mrjackwills/oxker/issues/37), thanks to [MohammadShabaniSBU](https://github.com/MohammadShabaniSBU) for the original PR, [d5d8a0db](https://github.com/mrjackwills/oxker/commit/d5d8a0dbc5437ff3b17f34b9dbb9589bb56b4a3e), [7ee1f06f](https://github.com/mrjackwills/oxker/commit/7ee1f06f804683e3395953a02138d4e9da115ea9)
+ place image name in logs panel title, [12f24357](https://github.com/mrjackwills/oxker/commit/12f24357a68abe871f44d871d95b6e2ef062181e)
### Fixes
+ log_sanitizer `raw()` & `remove_ansi()` now functioning as intended, [0dc98dfc](https://github.com/mrjackwills/oxker/commit/0dc98dfc8113869b81be9d697ca77418c919e4bf)
+8
View File
@@ -67,6 +67,14 @@ oxker can be installed from the [AUR](https://aur.archlinux.org/packages/oxker)
paru -S oxker
```
### Homebrew
oxker can be installed on macOS using Homebrew:
```shell
brew install oxker
```
### Pre-Built
See the <a href="https://github.com/mrjackwills/oxker/releases/latest" target='_blank' rel='noopener noreferrer'>pre-built binaries</a>
+4 -4
View File
@@ -1,7 +1,7 @@
#!/bin/bash
# rust create_release v0.5.6
# 2024-07-27
# rust create_release v0.5.7
# 2024-08-02
STAR_LINE='****************************************'
CWD=$(pwd)
@@ -178,7 +178,7 @@ cargo_test() {
}
# Simulate publishing to crates.io
cargo_publish() {
cargo_publish_dry_run() {
echo -e "${PURPLE}cargo publish --dry-run${RESET}"
cargo publish --dry-run
ask_continue
@@ -266,7 +266,7 @@ release_flow() {
cargo_test
cross_build_all
cargo_publish
cargo_publish_dry_run
cd "${CWD}" || error_close "Can't find ${CWD}"
check_tag