Skip to content

Releases: kuglee/SwiftFormatter

1.3.0

01 Nov 16:26
Compare
Choose a tag to compare

Changes:

  • updated swift-format
  • added help tooltip for all the rules explaining their functionality

1.2.9

19 May 18:55
Compare
Choose a tag to compare

Changes:

  • updated swift-format

1.2.8

19 Mar 14:44
Compare
Choose a tag to compare

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

27 Nov 22:02
Compare
Choose a tag to compare

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.6

29 Oct 19:42
Compare
Choose a tag to compare

Changes:

  • fix code signing

1.2.5

17 Oct 17:36
Compare
Choose a tag to compare

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

25 Sep 15:35
Compare
Choose a tag to compare

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

18 Apr 14:46
Compare
Choose a tag to compare

Update swift-format and improve build process

1.0

29 Feb 16:57
Compare
Choose a tag to compare
1.0
Change project deployment target to 10.15