minor improvements

This commit is contained in:
Isaac Greene 2022-08-08 17:41:07 -04:00
parent a0b834a505
commit 0dc0267dbd
12 changed files with 327 additions and 108 deletions

View file

@ -2,7 +2,7 @@
// ChangeLogData.swift
// Splits
//
// Created by Isaac Greene on 4/3/22.
// Created by Isaac Greene on 2022-04-03.
//
import SwiftUI
@ -10,6 +10,19 @@ import SwiftUI
struct July2022: View {
var body: some View {
ScrollView {
//2022-07-19
HStack {
VStack (alignment: .leading) {
Text("2022-07-19")
.font(.title2)
Text("Version 1.0.0\n")
.font(.footnote)
Text("\u{2022} Added required software licenses for the libraries I use, and changed the app's license from proprietary to 4-clause BSD")
}
Spacer()
}
.padding(30)
//2022-07-06
HStack {
VStack (alignment: .leading) {