Releases: hexedbits/AboutThisApp
Releases · hexedbits/AboutThisApp
2.0.1
- Increase app name font size.
- Minor adjustments to window size.
Full Changelog: 2.0.0...2.0.1
2.0.0
This release closes the 2.0.0 milestone.
- Minimum macOS 11.0 now required. (#69)
- Fix copyright text truncation bug. (#5)
- Rewrite view in SwiftUI. You can now use the SwiftUI
AboutThisAppView
directly, if desired. AppKit clients can continue to useAboutThisAppPanel
. AboutThisAppPanel
is now resizable.
Full Changelog: 1.1.0...2.0.0
1.1.0
This release closes the 1.1.0 milestone.
- Upgraded to Swift 5.5 and Xcode 13 (#30)
- Various project infra updates (#30)
- Default value of
AppMetadata.urlColor
is now your app accent color ("AccentColor"
in asset catalog) if present, otherwise.linkColor
(#13)
Full Changelog: 1.0.1...1.1.0
1.0.1
This release closes the 1.0.1 milestone.
- Upgraded to Swift 5.3 and Xcode 12
1.0.0
Initial release. Documentation here.