Releases: danielmiessler/Fabric
Releases · danielmiessler/Fabric
v1.4.322
Changes
PR #1814 by ksylvan: Add Concept Map in html
- Add
create_conceptmapfor interactive HTML concept maps using Vis.js - Add
fix_typosfor proofreading and correcting text errors - Introduce
model_as_sherlock_freudfor psychological modeling and behavior analysis - Implement
predict_person_actionsfor behavioral response predictions - Add
recommend_yoga_practicefor personalized yoga guidance - Credit goes to @FELIPEGUEDESBR for the pattern
PR #1816 by ksylvan: Update anthropic-sdk-go to v1.16.0 and update models
- Upgraded
anthropic-sdk-gofrom v1.13.0 to v1.16.0 - Removed outdated model
ModelClaude3_5SonnetLatest - Added new model
ModelClaudeSonnet4_5_20250929 - Updated anthropic beta map to include the new model
- Updated dependencies in
go.sumfile
v1.4.321
Changes
PR #1803 by dependabot[bot][bot]: chore(deps-dev): bump vite from 5.4.20 to 5.4.21 in /web in the npm_and_yarn group across 1 directory
- Updated Vite development dependency from version 5.4.20 to 5.4.21 in the web directory
PR #1805 by OmriH-Elister: Added several new patterns
- Added new WELLNESS category with four patterns including personalized yoga practice recommendations and wellness guidance
- Added
model_as_sherlock_freudpattern for psychological detective analysis combining Sherlock Holmes deduction with Freudian psychology - Added
predict_person_actionspattern for behavioral response predictions based on personality analysis - Added
fix_typospattern for automated proofreading and typo corrections - Updated ANALYSIS and SELF categories to include new wellness-related patterns and classifications
PR #1808 by sluosapher: Updated create_newsletter_entry pattern to generate more factual titles
- Updated the title generation style; added an output example.
v1.4.320
Changes
PR #1780 by marcas756: feat: add extract_characters pattern
- Define character extraction goals and steps with canonical naming and deduplication rules
- Outline interaction mapping and narrative importance analysis
- Provide comprehensive output schema with proper formatting guidelines
- Include positive and negative examples for pattern clarity
- Enforce restrictions on speculative motivations and non-actor inclusion
PR #1794 by starfish456: Enhance web app docs
- Remove duplicate content from the main readme and link to the web app readme
- Update table of contents with proper nesting and fix minor formatting issues
PR #1810 by tonymet: improve subtitle lang, retry, debugging & error handling
- Improve subtitle lang, retry, debugging & error handling
Direct commits
-
Docs: clean up README - remove duplicate image and add collapsible updates section
-
Remove duplicate fabric-summarize.png screenshot
-
Wrap Updates section in HTML details/summary accordion to save space
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude [email protected] -
Updated CSE pattern.
v1.4.319
v1.4.318
Changes
PR #1779 by ksylvan: Improve pt-BR Translation - Thanks to @JuracyAmerico
- Fix: improve PT-BR translation naturalness and fluency
- Replace "dos" with "entre" for better preposition usage
- Add definite articles where natural in Portuguese
- Clarify "configurações padrão" instead of just "padrões"
- Keep technical terms visible like "padrões/patterns"
v1.4.317
Changes
PR #1778 by ksylvan: Add Portuguese Language Variants Support (pt-BR and pt-PT)
- Add Brazilian Portuguese (pt-BR) translation file
- Add European Portuguese (pt-PT) translation file
- Implement BCP 47 locale normalization system
- Create fallback chain for language variants
- Add default variant mapping for Portuguese
v1.4.316
Changes
PR #1777 by ksylvan: chore: remove garble installation from release workflow
- Remove garble installation step from release workflow
- Add comment for GoReleaser config file reference link
- The original idea of adding garble was to make it pass
virus scanning during version upgrades for Winget, and
this was a failed experiment.
v1.4.315
Changes
Direct commits
-
Chore: update CI workflow and simplify goreleaser build configuration
-
Add changelog database to git tracking
-
Remove unnecessary goreleaser comments
-
Add version metadata to default build
-
Rename windows build from garbled to standard
-
Remove garble obfuscation from windows build
-
Standardize ldflags across all build targets
-
Inject version info during compilation
v1.4.314
Changes
PR #1774 by ksylvan: Migrate Azure client to openai-go/azure and default API version
- Migrated Azure client to openai-go/azure and default API version
- Switched Azure OpenAI config to openai-go azure helpers and now require API key and base URL during configuration
- Set default API version to 2024-05-01-preview when unspecified
- Updated dependencies to support azure client and authentication flow
- Removed latest-tag boundary logic from changelog walker and simplified version assignment by matching commit messages directly
Direct commits
- Fix: One-time fix for CHANGELOG and changelog cache db
v1.4.313
Changes
PR #1773 by ksylvan: Add Garble Obfuscation for Windows Builds
- Add garble obfuscation for Windows builds and fix changelog generation
- Add garble tool installation to release workflow
- Configure garble obfuscation for Windows builds only
- Fix changelog walker to handle unreleased commits
- Implement boundary detection for released vs unreleased commits