chore: merge main into dev
This commit is contained in:
+12
-8
@@ -1,15 +1,19 @@
|
|||||||
### 2022-04-29
|
### 2022-05-08
|
||||||
|
|
||||||
|
### Docs
|
||||||
|
+ slight readme tweaks, [eb9184a1aee64be1c20fabd482bfcbe676bed049]
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
+ allow toggling of mouse caputre, to select & copy text with mouse, closes [#2], [aec184ea22b289e91942a4c3e6a415685884bc47]
|
+ vim movement keys, 'j' & 'k', to move through menus, thanks [siph](https://github.com/siph), [77eb33c008e36965d84d1eafbbc3733af19fd262]
|
||||||
+ show id column, [b10f927481c9e38a48c1d4b94e744ec48e8b6ba6]
|
|
||||||
+ draw_popup, using enum to draw in one of 9 areas, closes [#6], [1017850a6cc91328abc1127bdb117495f5e909d8]
|
|
||||||
+ use a message rx/sx for all docker commands, remove update loop, wait for update message from gui instead, [9b70fdfad7b38361ebee301bdc2545d3f0dfcf9e]
|
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
+ readme.md typo, [589501f9a4a0bfabdb0654e68cc0c752c529d97a]
|
+ create_release.sh correctly link to closed issues, [5820d0a9b68ead71d031377c5d22138675d7dfa8]
|
||||||
+ column heading mem > memory, [5e8e6b590b06f01a542fdd10bae8f14d303ab08a]
|
|
||||||
+ cargo fmt added to create_release.sh, [bb29c0ebfafd6a9a036eb317a240954d1405966e]
|
### Refactors
|
||||||
|
+ generate_block reduce params, insert into area hashmap from inside generate_block function, [32705a60c4f865eb829cc460b2ac82db79107c1a]
|
||||||
|
+ dead code removed, [d20e1bcd47965859a04f8e080509a5afb2de36d9]
|
||||||
|
+ create_release.sh improved flow & comments, [4283a285e2e60907e432294e3b97a759ec06a23d]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
see <a href='https://github.com/mrjackwills/oxker/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
|
see <a href='https://github.com/mrjackwills/oxker/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
|
||||||
|
|||||||
+9
-6
@@ -1,16 +1,19 @@
|
|||||||
|
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.0.3'>v0.0.3</a>
|
||||||
|
### 2022-05-08
|
||||||
|
|
||||||
### Docs
|
### Docs
|
||||||
+ slight readme tweaks, [eb9184a1aee64be1c20fabd482bfcbe676bed049]
|
+ slight readme tweaks, [eb9184a1](https://github.com/mrjackwills/oxker/commit/eb9184a1aee64be1c20fabd482bfcbe676bed049),
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
+ vim movement keys, 'j' & 'k', to move through menus, thanks [siph](https://github.com/siph), [77eb33c008e36965d84d1eafbbc3733af19fd262]
|
+ vim movement keys, 'j' & 'k', to move through menus, thanks [siph](https://github.com/siph), [77eb33c0](https://github.com/mrjackwills/oxker/commit/77eb33c008e36965d84d1eafbbc3733af19fd262),
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
+ create_release.sh correctly link to closed issues, [5820d0a9b68ead71d031377c5d22138675d7dfa8]
|
+ create_release.sh correctly link to closed issues, [5820d0a9](https://github.com/mrjackwills/oxker/commit/5820d0a9b68ead71d031377c5d22138675d7dfa8),
|
||||||
|
|
||||||
### Refactors
|
### Refactors
|
||||||
+ generate_block reduce params, insert into area hashmap from inside generate_block function, [32705a60c4f865eb829cc460b2ac82db79107c1a]
|
+ generate_block reduce params, insert into area hashmap from inside generate_block function, [32705a60](https://github.com/mrjackwills/oxker/commit/32705a60c4f865eb829cc460b2ac82db79107c1a),
|
||||||
+ dead code removed, [d20e1bcd47965859a04f8e080509a5afb2de36d9]
|
+ dead code removed, [d20e1bcd](https://github.com/mrjackwills/oxker/commit/d20e1bcd47965859a04f8e080509a5afb2de36d9),
|
||||||
+ create_release.sh improved flow & comments, [4283a285e2e60907e432294e3b97a759ec06a23d]
|
+ create_release.sh improved flow & comments, [4283a285](https://github.com/mrjackwills/oxker/commit/4283a285e2e60907e432294e3b97a759ec06a23d),
|
||||||
|
|
||||||
|
|
||||||
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.0.2'>v0.0.2</a>
|
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.0.2'>v0.0.2</a>
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "oxker"
|
name = "oxker"
|
||||||
version = "0.0.2"
|
version = "0.0.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Jack Wills <email@mrjackwills.com>"]
|
authors = ["Jack Wills <email@mrjackwills.com>"]
|
||||||
description = "a simple tui to view & control docker containers"
|
description = "a simple tui to view & control docker containers"
|
||||||
|
|||||||
@@ -32,7 +32,6 @@ a8" "8a `Y8, ,8P' 88 ,a8" a8P_____88 88P' "Y8
|
|||||||
"8a, ,a8" ,d8" "8b, 88`"Yba, "8b, ,aa 88
|
"8a, ,a8" ,d8" "8b, 88`"Yba, "8b, ,aa 88
|
||||||
`"YbbdP"' 8P' `Y8 88 `Y8a `"Ybbd8"' 88 "#;
|
`"YbbdP"' 8P' `Y8 88 `Y8a `"Ybbd8"' 88 "#;
|
||||||
|
|
||||||
|
|
||||||
const NAME: &str = env!("CARGO_PKG_NAME");
|
const NAME: &str = env!("CARGO_PKG_NAME");
|
||||||
const VERSION: &str = env!("CARGO_PKG_VERSION");
|
const VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||||
const REPO: &str = env!("CARGO_PKG_REPOSITORY");
|
const REPO: &str = env!("CARGO_PKG_REPOSITORY");
|
||||||
|
|||||||
Reference in New Issue
Block a user