minor improvements
This commit is contained in:
parent
a0b834a505
commit
0dc0267dbd
12 changed files with 327 additions and 108 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue