mirror of
https://github.com/onyx-and-iris/vbantxt.git
synced 2026-04-07 01:33:30 +00:00
section 0.2.0 added to CHANGELOG
README updated, use section added. default config.toml dir updated
This commit is contained in:
26
CHANGELOG.md
26
CHANGELOG.md
@@ -9,23 +9,35 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
- [x]
|
||||
- [x]
|
||||
|
||||
# [0.2.0] - 2024-10-27
|
||||
|
||||
### Added
|
||||
|
||||
- `config` flag (shorthand `C`), you may now specify a custom config directory. It defaults to `home directory / .config / vbantxt_cli /`.
|
||||
- please note, the default directory has changed from v0.1.0
|
||||
|
||||
### Changed
|
||||
|
||||
- Behaviour change: if any one of `"host", "h", "port", "p", "streamname", "s"` flags are passed then the config file will be ignored.
|
||||
- `delay` flag changed to `ratelimit` (shorthand `r`). It defaults to 20ms.
|
||||
|
||||
# [0.1.0] - 2024-06-28
|
||||
|
||||
### Added
|
||||
|
||||
- Matrix and Logging sections to README.
|
||||
- Matrix and Logging sections to README.
|
||||
|
||||
### Changed
|
||||
|
||||
- `host` flag now defaults to "localhost". Useful if sending VBAN-Text to Matrix
|
||||
- `loglevel` flag now expects values that correspond to the logrus package loglevels (0 up to 6). See README.
|
||||
- Config values are only applied if the corresponding flag was not passed on the command line.
|
||||
- `host` flag now defaults to "localhost". Useful if sending VBAN-Text to Matrix
|
||||
- `loglevel` flag now expects values that correspond to the logrus package loglevels (0 up to 6). See README.
|
||||
- Config values are only applied if the corresponding flag was not passed on the command line.
|
||||
|
||||
# [0.0.1] - 2022-09-23
|
||||
|
||||
### Added
|
||||
|
||||
- Initial release, package implements VBAN PROTOCOL TXT with a basic CLI for configuring options.
|
||||
- Ability to load configuration settings from a config.toml.
|
||||
- Initial release, package implements VBAN PROTOCOL TXT with a basic CLI for configuring options.
|
||||
- Ability to load configuration settings from a config.toml.
|
||||
|
||||
Reference in New Issue
Block a user