docs: changelog

This commit is contained in:
Jack Wills
2022-07-06 00:44:18 +00:00
parent f29e29ad15
commit 8a02656115
4 changed files with 24 additions and 14 deletions
+2 -5
View File
@@ -13,14 +13,11 @@
"runArgs": [
"--cap-add=SYS_PTRACE",
"--security-opt",
"seccomp=unconfined",
"seccomp=unconfined"
],
"mounts": [
// //"source=/etc/timezone,target=/etc/timezone,type=bind,readonly",
"source=/dev/shm,target=/ramdrive,type=bind",
"source=${localEnv:HOME}/.cargo/bin/cargo-watch,target=/usr/local/cargo/bin/cargo-watch,type=bind,readonly",
"source=${localEnv:HOME}/.cargo/bin/cross,target=/usr/local/cargo/bin/cross,type=bind,readonly",
"source=/etc/timezone,target=/etc/timezone,type=bind,readonly"
],
// Set *default* container specific settings.json values on container create.
+13
View File
@@ -1,3 +1,16 @@
### Docs
+ readme update, [f29e29ad151ddf424ba630e6d33edf19acfd7636]
+ comments improved, [1674db8a20aafa447732deb2e44ac8b97cf0471b]
+ readme logo size, [a733efa65865e04d9ec86c7ca8785dfbae635695]
### Fixes
+ Remove unwraps(), [61db81ecfe5684ddb8a360715f43357a042162c0]
### Refactors
+ tokio spawns, [1fd230f2f3cf4e376058359515e76f4fa6e425c2]
+ max_line_width(), [a5d7dabbd68dc15a081df33352ce3b55d9a9891c]
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.0.5'>v0.0.5</a>
### 2022-05-30
+8 -8
View File
@@ -11,14 +11,14 @@ readme = "README.md"
[dependencies]
anyhow = "1.0"
bollard = "0.12.0"
cansi = "2.1.1"
clap={version="3.1.0", features = ["derive", "unicode"] }
crossterm = "0.23.2"
futures-util = "0.3.21"
parking_lot = {version= "0.12.0"}
tokio = {version = "1.17.0", features=["full"]}
tracing = "0.1.32"
tracing-subscriber = "0.3.9"
cansi = "2.1"
clap={version="3.1", features = ["derive", "unicode"] }
crossterm = "0.23"
futures-util = "0.3"
parking_lot = {version= "0.12"}
tokio = {version = "1.19", features=["full"]}
tracing = "0.1"
tracing-subscriber = "0.3"
tui = "0.18"
[dev-dependencies]
+1 -1
View File
@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2022 Jack Wills
Copyright (c) 2022- Jack Wills
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal