-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
|
||
## 1.0.0 - 2024-11-1 | ||
|
||
- Passing param to other tasks | ||
- Stream std-out and std-in | ||
- Optional 'this' in @this.taskname | ||
- Design logo + CLI theme update | ||
- '--no-interactive' switch to skip yes no questions and error if env is not set. | ||
- open_link print link if can't open browser | ||
- env validation variant new syntax (without "!" ) | ||
- core function docs | ||
- REPL (Run Execute Print Loop) | ||
- Fix arrow keys press in 'ask_user()' | ||
- Bug fix: Env variable should be unset after task is done | ||
|
||
## test - 2024-11-1 | ||
|
||
- First release upon an unsuspecting world. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cli" | ||
version = "0.1.0" | ||
version = "1.0.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters