mirror of
https://github.com/onyx-and-iris/vbantxt.git
synced 2026-04-20 16:03:35 +00:00
Compare commits
4 Commits
v0.4.0
...
c7b9d75ea1
| Author | SHA1 | Date | |
|---|---|---|---|
| c7b9d75ea1 | |||
| cc42e928e0 | |||
| 80a675cc6a | |||
| 6801d9e4e1 |
13
CHANGELOG.md
13
CHANGELOG.md
@@ -11,6 +11,19 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
|
||||
|
||||
- [x]
|
||||
|
||||
# [0.4.0] - 2025-04-04
|
||||
|
||||
### Changed
|
||||
|
||||
- `log-level` flag is now of type string. It accepts any one of trace, debug, info, warn, error, fatal or panic.
|
||||
- It defaults to warn.
|
||||
|
||||
# [0.3.1] - 2025-03-31
|
||||
|
||||
### Fixed
|
||||
|
||||
- The CLI now uses `os.UserConfigDir()` to load the default *config.toml*, which should respect `$XDG_CONFIG_HOME`. See [UserConfigDir](https://pkg.go.dev/os#UserConfigDir)
|
||||
|
||||
# [0.2.1] - 2024-11-07
|
||||
|
||||
### Fixed
|
||||
|
||||
10
README.md
10
README.md
@@ -9,10 +9,10 @@ For an outline of past/future changes refer to: [CHANGELOG](CHANGELOG.md)
|
||||
|
||||
## Tested against
|
||||
|
||||
- Basic 1.0.8.4
|
||||
- Banana 2.0.6.4
|
||||
- Potato 3.0.2.4
|
||||
- Matrix 1.0.0.3
|
||||
- Basic 1.1.1.8
|
||||
- Banana 2.1.1.8
|
||||
- Potato 3.1.1.8
|
||||
- Matrix 1.0.1.2
|
||||
|
||||
## Requirements
|
||||
|
||||
@@ -84,7 +84,7 @@ Command line flags will override values in a config.toml.
|
||||
|
||||
## `Script files`
|
||||
|
||||
The vbantxt-cli utility accepts a single string request or an array of string requests. This means you can pass scripts stored in files.
|
||||
The vbantxt CLI accepts a single string request or an array of string requests. This means you can pass scripts stored in files.
|
||||
|
||||
For example, in Windows with Powershell you could:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user