Skip to content

Releases: danielmiessler/Fabric

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

v1.4.312

15 Sep 00:34

Choose a tag to compare

Changes

PR #1769 by ksylvan: Go 1.25.1 Upgrade & Critical SDK Updates

  • Upgrade Go from 1.24 to 1.25.1
  • Update Anthropic SDK for web fetch tools
  • Upgrade AWS Bedrock SDK 12 versions
  • Update Azure Core and Identity SDKs
  • Fix Nix config for Go version lag

v1.4.311

13 Sep 15:41

Choose a tag to compare

Changes

PR #1767 by ksylvan: feat(i18n): add de, fr, ja, pt, zh, fa locales; expand tests

  • Add DE, FR, JA, PT, ZH, FA i18n locale files
  • Expand i18n tests with table-driven multilingual coverage
  • Verify 'html_readability_error' translations across all supported languages
  • Update README with release notes for added languages
  • Insert blank lines between aggregated PR changelog sections

Direct commits

  • Chore: update changelog formatting and sync changelog database

  • Add line breaks to improve changelog readability

  • Sync changelog database with latest entries

  • Clean up whitespace in version sections

  • Maintain consistent formatting across entries

  • Chore: add spacing between changelog entries for improved readability

  • Add blank lines between PR sections

  • Update changelog database with to correspond with CHANGELOG fix.

v1.4.310

11 Sep 18:14

Choose a tag to compare

Changes

PR #1759 by ksylvan: Add Windows-style Flag Support for Language Detection

  • Feat: add Windows-style forward slash flag support to CLI argument parser
  • Add runtime OS detection for Windows platform
  • Support /flag syntax for Windows command line
  • Handle Windows colon delimiter /flag:value format
  • Maintain backward compatibility with Unix-style flags

PR #1762 by OmriH-Elister: New pattern for writing interaction between two characters

  • Feat: add new pattern that creates story simulating interaction between two people
  • Chore: add create_story_about_people_interaction pattern for persona analysis
  • Add create_story_about_people_interaction pattern description
  • Include pattern in ANALYSIS and WRITING categories
  • Update suggest_pattern system and user documentation

Direct commits

  • Chore: update alias creation to use consistent naming

  • Remove redundant prefix from pattern_name variable

  • Add alias_name variable for consistent alias creation

  • Update alias command to use alias_name

  • Modify PowerShell function to use aliasName

  • Docs: add optional prefix support for fabric pattern aliases via FABRIC_ALIAS_PREFIX env var

  • Add FABRIC_ALIAS_PREFIX environment variable support

  • Update bash/zsh alias generation with prefix

  • Update PowerShell alias generation with prefix

  • Improve readability of alias setup instructions

  • Enable custom prefixing for pattern commands

  • Maintain backward compatibility without prefix