Releases: danielmiessler/Fabric
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
v1.4.312
v1.4.311
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
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
/flagsyntax for Windows command line - Handle Windows colon delimiter
/flag:valueformat - 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_interactionpattern for persona analysis - Add
create_story_about_people_interactionpattern description - Include pattern in
ANALYSISandWRITINGcategories - Update
suggest_patternsystem and user documentation
Direct commits
-
Chore: update alias creation to use consistent naming
-
Remove redundant prefix from
pattern_namevariable -
Add
alias_namevariable 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