docs: changelog
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
### Docs
|
||||||
|
+ slight readme tweaks, [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), [77eb33c008e36965d84d1eafbbc3733af19fd262]
|
||||||
|
|
||||||
@@ -6,6 +9,8 @@
|
|||||||
|
|
||||||
### 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, [32705a60c4f865eb829cc460b2ac82db79107c1a]
|
||||||
|
+ dead code removed, [d20e1bcd47965859a04f8e080509a5afb2de36d9]
|
||||||
|
+ create_release.sh improved flow & comments, [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>
|
||||||
|
|||||||
@@ -179,7 +179,6 @@ cargo_test () {
|
|||||||
ask_continue
|
ask_continue
|
||||||
}
|
}
|
||||||
|
|
||||||
# COPY adsbdb
|
|
||||||
# Full flow to create a new release
|
# Full flow to create a new release
|
||||||
release_flow() {
|
release_flow() {
|
||||||
check_git
|
check_git
|
||||||
|
|||||||
Reference in New Issue
Block a user