chore(release): Update version to v1.4.389

This commit is contained in:
github-actions[bot]
2026-01-23 17:38:17 +00:00
parent 847749567f
commit 4673e6e1f6
5 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## v1.4.389 (2026-01-23)
### PR [#1960](https://github.com/danielmiessler/Fabric/pull/1960) by [ksylvan](https://github.com/ksylvan): fix: consume all positional arguments as input
- Fix: consume all positional arguments as input by joining all positional arguments with spaces instead of using only the last argument, allowing commands to process entire phrases correctly
## v1.4.388 (2026-01-23)
### PR [#1957](https://github.com/danielmiessler/Fabric/pull/1957) by [ksylvan](https://github.com/ksylvan): Add Novita AI as a new OpenAI-compatible provider

View File

@@ -1,3 +1,3 @@
package main
var version = "v1.4.388"
var version = "v1.4.389"

Binary file not shown.

View File

@@ -1,3 +0,0 @@
### PR [#1960](https://github.com/danielmiessler/Fabric/pull/1960) by [ksylvan](https://github.com/ksylvan): fix: consume all positional arguments as input
- Fix: consume all positional arguments as input by joining all positional arguments with spaces instead of using only the last argument, allowing commands to process entire phrases correctly

View File

@@ -1 +1 @@
"1.4.388"
"1.4.389"