chore(release): Update version to v1.4.459

This commit is contained in:
github-actions[bot] 2026-07-16 02:04:00 +00:00
parent 4dc7e5a1f2
commit 34e02fdca2
5 changed files with 11 additions and 8 deletions

View file

@ -1,5 +1,14 @@
# Changelog
## v1.4.459 (2026-07-16)
### PR [#2135](https://github.com/danielmiessler/Fabric/pull/2135) by [octo-patch](https://github.com/octo-patch): feat: upgrade MiniMax default model to M3
- Upgraded the MiniMax default model to M3, making it the new flagship selection.
- Added MiniMax-M3 to the static model list as the first entry, establishing it as the default.
- Retained MiniMax-M2.7 and MiniMax-M2.7-highspeed as available alternative models.
- Removed deprecated models (M2.5, M2.5-highspeed, M2.5-lightning, M2, M2.1, and M2.1-lightning) from the static list.
## v1.4.458 (2026-07-12)
### PR [#2161](https://github.com/danielmiessler/Fabric/pull/2161) by [ksylvan](https://github.com/ksylvan): fix: respect Anthropic chat option max token overrides

View file

@ -1,3 +1,3 @@
package main
var version = "v1.4.458"
var version = "v1.4.459"

Binary file not shown.

View file

@ -1,6 +0,0 @@
### PR [#2135](https://github.com/danielmiessler/Fabric/pull/2135) by [octo-patch](https://github.com/octo-patch): feat: upgrade MiniMax default model to M3
- Upgraded the MiniMax default model to M3, making it the new flagship selection.
- Added MiniMax-M3 to the static model list as the first entry, establishing it as the default.
- Retained MiniMax-M2.7 and MiniMax-M2.7-highspeed as available alternative models.
- Removed deprecated models (M2.5, M2.5-highspeed, M2.5-lightning, M2, M2.1, and M2.1-lightning) from the static list.

View file

@ -1 +1 @@
"1.4.458"
"1.4.459"