From 4625102d1e189d972f3de225517a52689abe3190 Mon Sep 17 00:00:00 2001
From: Jack Wills <32690432+mrjackwills@users.noreply.github.com>
Date: Mon, 23 Feb 2026 15:18:20 +0000
Subject: [PATCH] chore: release v0.13.0
---
.github/release-body.md | 29 ++++++++++++++++++-----------
CHANGELOG.md | 19 +++++++++++--------
Cargo.lock | 2 +-
Cargo.toml | 2 +-
4 files changed, 31 insertions(+), 21 deletions(-)
diff --git a/.github/release-body.md b/.github/release-body.md
index fe9b3e0..4bf4712 100644
--- a/.github/release-body.md
+++ b/.github/release-body.md
@@ -1,18 +1,25 @@
-### 2025-09-28
+### 2026-02-23
+
+*BREAKING CHANGES*
++ `log_scroll_forward`, `log_scroll_back` renamed to `scroll_forward`, `scroll_back`
++ Additional KeyMap entry, `inspect` defaults to `i`, enables Inspect mode
++ Docker Host priorities reordered, *should* now be, from high to low order, `--host` cli argument, `config.toml` `host` value, `DOCKER_HOST` env, [Docker library](https://github.com/fussybeaver/bollard) default setting.
++ `config.toml` `host` value is now commented out by default - this should help with invalid Docker connection errors and enable easy Podman support
### Chores
-+ create_release.sh updated, [d4af754ad245540db60177f7b202b3c64519c961]
-+ dependencies updated, [03599b46657d38d0c9f25c2ccfd9510f2b98dd84], [aef0c9503e7045a256856aa887d8c8d7722b9936], [f0771eab5d07d141fe7a8997db650f0f65ffe0a7], [1596de8681ad6c0a7832eb922dd2dc36ab30eb41]
-+ GitHub workflow updated, [66dae5e61ea294ac8ce134a6c32b27c04166b6eb]
-
-### Docs
-+ fix numerous typos, [618a43b501914fdf2659e171172ad180364cf87a]
++ dependencies updated, [4658a8de264698b0c8092e1227f0683527219a0b], [8b5899ca238bcbff32519b376b920cd7b7509809], [bebb687c59f3b408e69b23d2e68fa69f006a3231]
++ GitHub workflow updated, [a0aa7918241ee8f702d6472c620287aa4be7d56c]
### Features
-+ *BREAKING CHANGE* - `scroll_down_many` & `scroll_up_many` removed, `scroll_down_one` `scroll_up_one` renamed `scroll_down`, `scroll_up`, see [example_config](https://github.com/mrjackwills/oxker/tree/main/example_config), [52a04ec1d0b9e4877e304f60a857ebc00f88b4fd]
-+ log search feature, closes #72. Use `#` button, remappable via `log_search_mode`, to enter log search mode. Case-sensitive by default, editable in `config.toml` with `log_search_case_sensitive` entry. Customise colours via `[colors.log_search]` entries, again see see [example_config](https://github.com/mrjackwills/oxker/tree/main/example_config), [96d9469623a7c90b79aa8d82abf587290343ad37], [a2316a9cac270790920a1ebd1be6532d51aba77c]
-+ `term` renamed `filter term`, tests updated, [487c3faf96f4c197c8b82644c02466ea40626a5e]
++ Network chart, closes #79, [99fcb8fedf01599ec346b65d435d4c301a7a8851]
++ Inspect mode & help panel redesign, [ae7f3f4a9472b451c37c0ab97b1756b41a3529f5]
++ set rust-version in Cargo.toml, closes #77, [0763a1024f44d98b8d9d65f57995da538e40963c]
-My 32-bit armhf armv6 hardware no longer seems to be able to run Docker. Future `oxker` releases won't be tested on real hardware but will continue to be built and published for armv6.
+### Fixes
++ Enable quit on Docker connect error screen, [5f942eb2e963660bd7fe9d80fa7ba8a83754803a]
+
+### Refactors
++ dead code removed, [3e31a2a6bc02d6ef75bd6cbc18568e82e60e1ee3]
++ docker data spawns, [cd943f67e465fff9726b40570a089301a4a8f534]
see CHANGELOG.md for more details
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb1ac73..f6c05f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# v0.13.0
+### 2026-02-23
+
*BREAKING CHANGES*
+ `log_scroll_forward`, `log_scroll_back` renamed to `scroll_forward`, `scroll_back`
+ Additional KeyMap entry, `inspect` defaults to `i`, enables Inspect mode
@@ -5,20 +8,20 @@
+ `config.toml` `host` value is now commented out by default - this should help with invalid Docker connection errors and enable easy Podman support
### Chores
-+ dependencies updated, [4658a8de264698b0c8092e1227f0683527219a0b], [8b5899ca238bcbff32519b376b920cd7b7509809], [bebb687c59f3b408e69b23d2e68fa69f006a3231]
-+ GitHub workflow updated, [a0aa7918241ee8f702d6472c620287aa4be7d56c]
++ dependencies updated, [4658a8de](https://github.com/mrjackwills/oxker/commit/4658a8de264698b0c8092e1227f0683527219a0b), [8b5899ca](https://github.com/mrjackwills/oxker/commit/8b5899ca238bcbff32519b376b920cd7b7509809), [bebb687c](https://github.com/mrjackwills/oxker/commit/bebb687c59f3b408e69b23d2e68fa69f006a3231)
++ GitHub workflow updated, [a0aa7918](https://github.com/mrjackwills/oxker/commit/a0aa7918241ee8f702d6472c620287aa4be7d56c)
### Features
-+ Network chart, closes #79, [99fcb8fedf01599ec346b65d435d4c301a7a8851]
-+ Inspect mode & help panel redesign, [ae7f3f4a9472b451c37c0ab97b1756b41a3529f5]
-+ set rust-version in Cargo.toml, closes #77, [0763a1024f44d98b8d9d65f57995da538e40963c]
++ Network chart, closes [#79](https://github.com/mrjackwills/oxker/issues/79), [99fcb8fe](https://github.com/mrjackwills/oxker/commit/99fcb8fedf01599ec346b65d435d4c301a7a8851)
++ Inspect mode & help panel redesign, [ae7f3f4a](https://github.com/mrjackwills/oxker/commit/ae7f3f4a9472b451c37c0ab97b1756b41a3529f5)
++ set rust-version in Cargo.toml, closes [#77](https://github.com/mrjackwills/oxker/issues/77), [0763a102](https://github.com/mrjackwills/oxker/commit/0763a1024f44d98b8d9d65f57995da538e40963c)
### Fixes
-+ Enable quit on Docker connect error screen, [5f942eb2e963660bd7fe9d80fa7ba8a83754803a]
++ Enable quit on Docker connect error screen, [5f942eb2](https://github.com/mrjackwills/oxker/commit/5f942eb2e963660bd7fe9d80fa7ba8a83754803a)
### Refactors
-+ dead code removed, [3e31a2a6bc02d6ef75bd6cbc18568e82e60e1ee3]
-+ docker data spawns, [cd943f67e465fff9726b40570a089301a4a8f534]
++ dead code removed, [3e31a2a6](https://github.com/mrjackwills/oxker/commit/3e31a2a6bc02d6ef75bd6cbc18568e82e60e1ee3)
++ docker data spawns, [cd943f67](https://github.com/mrjackwills/oxker/commit/cd943f67e465fff9726b40570a089301a4a8f534)
# v0.12.0
### 2025-09-28
diff --git a/Cargo.lock b/Cargo.lock
index 9a36c86..3912ed1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1308,7 +1308,7 @@ dependencies = [
[[package]]
name = "oxker"
-version = "0.12.0"
+version = "0.13.0"
dependencies = [
"anyhow",
"bollard",
diff --git a/Cargo.toml b/Cargo.toml
index 21b4779..1125a77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "oxker"
-version = "0.12.0"
+version = "0.13.0"
edition = "2024"
authors = ["Jack Wills "]
description = "A simple tui to view & control docker containers"