mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
chore(release): Update version to v1.4.390
This commit is contained in:
parent
44d092cf0f
commit
7f28245dc4
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -1,5 +1,22 @@
|
|||
# Changelog
|
||||
|
||||
## v1.4.390 (2026-01-24)
|
||||
|
||||
MiniMax unexpected status code: 404 from provider MiniMax, response body: 404 page not found
|
||||
### PR [#1964](https://github.com/danielmiessler/Fabric/pull/1964) by [jessesep](https://github.com/jessesep): feat: add design system, golden rules, and discord structure patterns
|
||||
|
||||
- Added create_design_system pattern to generate CSS design systems with tokens, typography scales, and dark/light mode support from requirements
|
||||
- Added create_golden_rules pattern to extract implicit and explicit rules from codebases into testable, enforceable guidelines
|
||||
- Added analyze_discord_structure pattern to audit Discord server organization, permissions, and naming conventions
|
||||
|
||||
### PR [#1967](https://github.com/danielmiessler/Fabric/pull/1967) by [ksylvan](https://github.com/ksylvan): chore: add MiniMax provider support and update API endpoints
|
||||
|
||||
- Add MiniMax provider configuration with API endpoint updates
|
||||
- Implement NeedsRawMode method for MiniMax model handling
|
||||
- Define static MiniMax model list with M2 variants
|
||||
- Add Infermatic and Novita to VS Code extensions
|
||||
- Configure MiniMax models as static discovery
|
||||
|
||||
## 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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.389"
|
||||
var version = "v1.4.390"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,6 +0,0 @@
|
|||
MiniMax unexpected status code: 404 from provider MiniMax, response body: 404 page not found
|
||||
### PR [#1964](https://github.com/danielmiessler/Fabric/pull/1964) by [jessesep](https://github.com/jessesep): feat: add design system, golden rules, and discord structure patterns
|
||||
|
||||
- Added create_design_system pattern to generate CSS design systems with tokens, typography scales, and dark/light mode support from requirements
|
||||
- Added create_golden_rules pattern to extract implicit and explicit rules from codebases into testable, enforceable guidelines
|
||||
- Added analyze_discord_structure pattern to audit Discord server organization, permissions, and naming conventions
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
### PR [#1967](https://github.com/danielmiessler/Fabric/pull/1967) by [ksylvan](https://github.com/ksylvan): chore: add MiniMax provider support and update API endpoints
|
||||
|
||||
- Add MiniMax provider configuration with API endpoint updates
|
||||
- Implement NeedsRawMode method for MiniMax model handling
|
||||
- Define static MiniMax model list with M2 variants
|
||||
- Add Infermatic and Novita to VS Code extensions
|
||||
- Configure MiniMax models as static discovery
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.389"
|
||||
"1.4.390"
|
||||
|
|
|
|||
Loading…
Reference in a new issue