Skip to content

Releases: Lord-Kamina/SwiftDefaultApps

Version 2.0.1

29 Jul 02:55
86d6666
Compare
Choose a tag to compare
  • Fixed

    • CLI: Crash when displaying the results for setHandler with shortcuts such as internet, browser, email, etc.

Version 2.0.0

19 Jun 22:53
b025927
Compare
Choose a tag to compare
  • Added

    • Signed prefpane, CLI and Dummy apps.
    • Both the prefpane and the CLI version will now automatically try to locate ThisAppDoesNothing.app if it does not appear registered with launch services.
  • Changed

    • SwiftCLI is now built and linked as a static library instead of a framework.
    • Updated to Swift 5
    • The content array is now populated by overriding didSelect() instead of relying on an arbitrary sleep timer.
    • Changed the CLI app's name from lsreg to swda.
    • Messages in both the CLI and Preference Pane are now a bit more verbose.
    • Under the hood, folded most of the app's feedback to the user into a single displayAlert() function.
  • Fixed

    • Updated the Swift Package Manager manifest to version 5.
    • Updated the SynchronizedArray code and corrected the attribution; Before, I had inadvertently credited an unrelated project with the same name.
    • Various small optimizations, fixes and text corrections.

Version 1.1.3

15 Nov 13:53
7cbc766
Compare
Choose a tag to compare

[1.1.3] - 2018-11-15

  • Fixed

    • Bug causing crash on related to force-unwrapping bundleIdentifier.

Version 1.1.2

08 Oct 02:39
Compare
Choose a tag to compare

Release Notes

[1.1.2] - 2018-10-07

  • Changed

    • Migrated to Swift 4.2
    • Force Static linking of standard library, which should fix issues running on Mojave.

Version 1.1.1

15 Apr 19:34
Compare
Choose a tag to compare

Release Notes

[1.1.1] - 2018-04-15

  • Changed

    • Small changes for Swift 4.1.

Version 1.1.0

27 Sep 20:30
Compare
Choose a tag to compare

Closes #1

Mostly a maintenance release; fixes a couple bugs and migrated to Swift 4.