Skip to content

Commit

Permalink
WhatsNew wording changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBennet committed Sep 12, 2020
1 parent 125c499 commit 211a044
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions ReadingList/Startup/ChangeListManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,26 @@ import WhatsNewKit
struct ChangeListProvider {
let generalImprovements = WhatsNew.Item(
title: "Improvements and Fixes",
subtitle: "Various improvements and fixes",
subtitle: "Various performance improvements and bug fixes",
image: UIImage(largeSystemImageNamed: "bolt.fill")
)

let changeLog = [
Version(major: 1, minor: 13, patch: 0): [
WhatsNew.Item(
title: "Bulk Scan",
subtitle: "Scan multiple barcodes in one session",
title: "Scan Multiple Barcodes",
subtitle: "Add books more quickly by tapping Scan Many",
image: UIImage(largeSystemImageNamed: "barcode")
),
WhatsNew.Item(
title: "Import from Goodreads",
subtitle: "CSV Import can now be performed from a Goodreads export",
subtitle: "Move your books from Goodreads by performing a CSV import",
image: UIImage(largeSystemImageNamed: "arrow.up.doc.fill")
),
WhatsNew.Item(
title: "Supplement Existing Books",
subtitle: "Download additional metadata for manually added books with an ISBN from the Edit screen",
image: UIImage(largeSystemImageNamed: "plus.circle.fill")
)
]
]
Expand Down

0 comments on commit 211a044

Please sign in to comment.