Skip to content

Releases: danielmiessler/Fabric

v1.4.322

05 Nov 02:05

Choose a tag to compare

Changes

PR #1814 by ksylvan: Add Concept Map in html

  • Add create_conceptmap for interactive HTML concept maps using Vis.js
  • Add fix_typos for proofreading and correcting text errors
  • Introduce model_as_sherlock_freud for psychological modeling and behavior analysis
  • Implement predict_person_actions for behavioral response predictions
  • Add recommend_yoga_practice for 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-go from 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.sum file

v1.4.321

03 Nov 05:33

Choose a tag to compare

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_freud pattern for psychological detective analysis combining Sherlock Holmes deduction with Freudian psychology
  • Added predict_person_actions pattern for behavioral response predictions based on personality analysis
  • Added fix_typos pattern 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

28 Oct 14:41

Choose a tag to compare

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

30 Sep 14:05

Choose a tag to compare

Changes

PR #1783 by ksylvan: Update anthropic-sdk-go and add claude-sonnet-4-5

  • Feat: update anthropic-sdk-go to v1.13.0 and add new model
  • Upgrade anthropic-sdk-go to version 1.13.0
  • Add ModelClaudeSonnet4_5 to supported models list

v1.4.318

24 Sep 15:04

Choose a tag to compare

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

21 Sep 23:17

Choose a tag to compare

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

20 Sep 15:55

Choose a tag to compare

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

20 Sep 15:31

Choose a tag to compare

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

18 Sep 23:07

Choose a tag to compare

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

16 Sep 23:43

Choose a tag to compare

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