Skip to content

Commit

Permalink
Update data for release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
david-swift committed Apr 17, 2024
1 parent f10aee4 commit 2508d09
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/View/ToolbarView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct ToolbarView: View {
visible: $about,
app: "Memorize",
developer: "david-swift",
version: "0.2.1",
version: "0.2.2",
icon: .custom(name: "io.github.david_swift.Flashcards"),
website: .init(string: "https://github.com/david-swift/Memorize"),
issues: .init(string: "https://github.com/david-swift/Memorize/issues")
Expand Down
11 changes: 11 additions & 0 deletions data/io.github.david_swift.Flashcards.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,17 @@ Du kannst Quizlet-Sets einfach importieren.
<launchable type="desktop-id">io.github.david_swift.Flashcards.desktop</launchable>

<releases>
<release version="0.2.2" date="2024-04-17">
<description>
<ul>
<li>Fix buggy behavior of text fields when editing sets</li>
<li>Update keyboard shortcuts</li>
<li>Add Dutch translation</li>
<li>Update French translation</li>
<li>Make navigation in edit mode more convenient</li>
</ul>
</description>
</release>
<release version="0.2.1" date="2024-04-13">
<description>
<ul>
Expand Down

0 comments on commit 2508d09

Please sign in to comment.