Releases: FlineDev/BartyCrouch
Releases · FlineDev/BartyCrouch
4.15.1
4.15.0
4.14.2
4.14.1
4.14.0
Added
- Support for Swift 5.7 and Xcode 14, dropping support for older versions and fixing the 'could not parse syntax tree' issue.
- BartyCrouch now recognizes
LocalizedStringResource
entries by default (unless you override thecustomFunction
option). This helps support localization in newer APIs like the AppIntents framework. See README for more info.
Fixed
- Updated DeepL API to a POST request according to the documentation to fix issues.
4.13.0
Added
- Re-implement option
overrideComments
for code update (see README).
Issues: #261 | Author: Cihat Gündüz
This also attempts to fix an issue with Xcode 14 not linking to the internal SwiftSyntax binary by switching to a static binary approach using https://github.com/keith/StaticInternalSwiftSyntaxParser. Hope it works and prevents such Xcode upgrade issues in the future! 🤞
4.12.1
4.12.0
4.11.0
Added
- Adds new
separateWithEmptyLine
options to allow removing the empty line between Strings entries.
Issues: #251 | PR: #254 | Author: Cihat Gündüz
Fixed
- Fixed an issue where defaulting to Microsoft Translator no longer worked after starting to support DeepL as a translator, too.
Author: Cihat Gündüz