Changed username and password to secure hashes so that the plaintext is no longer hard-coded in
This commit is contained in:
parent
acc9f86315
commit
a0b834a505
16 changed files with 511 additions and 44 deletions
|
|
@ -7,10 +7,29 @@
|
|||
|
||||
import SwiftUI
|
||||
|
||||
struct July2022: View {
|
||||
var body: some View {
|
||||
ScrollView {
|
||||
//2022-07-06
|
||||
HStack {
|
||||
VStack (alignment: .leading) {
|
||||
Text("2022-07-06")
|
||||
.font(.title2)
|
||||
Text("Version Prerelease Build LVSXT10a.4\n")
|
||||
.font(.footnote)
|
||||
Text("\u{2022} Stored the logins as cryptographically-secure hashes\n\u{2022} Fixed a few small formatting issues")
|
||||
}
|
||||
Spacer()
|
||||
}
|
||||
.padding(30)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
struct June2022: View {
|
||||
var body: some View {
|
||||
ScrollView {
|
||||
//2022-06-16
|
||||
//2022-06-17
|
||||
HStack {
|
||||
VStack (alignment: .leading) {
|
||||
Text("2022-06-17")
|
||||
|
|
@ -127,6 +146,7 @@ struct June2022: View {
|
|||
.font(.footnote)
|
||||
Text("\u{2022} Started work on converting the pace to a more understandable format")
|
||||
}
|
||||
Spacer()
|
||||
}
|
||||
.padding(30)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue