Releases: kuglee/SwiftFormatter
Releases · kuglee/SwiftFormatter
1.3.0
Changes:
- updated swift-format
- added help tooltip for all the rules explaining their functionality
1.2.8
Changes:
- improved performance by using swift-format directly and not through a binary
- reduced app size by using an updated version of swift-format
The app is also now notarized.
1.2.7
Changes:
- added app icons for light and dark mode
- redesigned the Welcome window and changed the it to sheet
- now the Welcome sheet works on macOS 12 too
1.2.5
Changes:
- fix Welcome window appearing on every launch
- fix capitalization of Line Breaks label
- fix error message incorrectly appearing when formatting invalid Swift files
1.2.0
Changes:
- raised minimum supported macOS version to macOS 12
- added welcome window for macOS 13
- added menu option to open the settings from Xcode
- added setting to trim trailing whitespace before formatting, so whitespace only lines won't get joined with the subsequent line
- fixed indentation length getting default focus
- removed rules not affecting formatting
- the extension now uses the swift-format package directly instead of using an embedded binary
- removed error reporting in the extension, because they can't be displayed in Xcode
1.0.1
Update swift-format and improve build process
1.0
Change project deployment target to 10.15