Fixed issue where entering a distance of less than .1 crashed the app. Formatted the primary distance to three decimal paces. Added a "Clear" button which sets all text fields to "". Moved app back to Release Candidate.

This commit is contained in:
Isaac Greene 2022-06-16 23:37:45 -04:00
parent 7aa899ca7d
commit af513b8c05
4 changed files with 155 additions and 118 deletions

View file

@ -62,8 +62,8 @@ struct DocsView: View {
}
Section(header: Text("App Information")) {
NavigationLink("Software License", destination: LicenseView())
Text("Version: Prerelease Build LVSXT10a.3")
Text("Release date: 2022-06-15")
Text("Version: Release Candidate 3")
Text("Release date: 2022-06-16")
Text("Start date: 2022-03-25")
Link("Built with SwiftUI \(Image(systemName: "swift"))", destination: URL(string: "https://developer.apple.com/xcode/swiftui")!)
}