Skip to content

Commit

Permalink
Prepare release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
david-swift committed Jun 8, 2024
1 parent d6a0b31 commit d0a52fb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import PackageDescription
let package = Package(
name: "Flashcards",
dependencies: [
.package(url: "https://github.com/AparokshaUI/Adwaita", branch: "main"),
.package(url: "https://github.com/AparokshaUI/Adwaita", from: "0.2.6"),
.package(url: "https://github.com/AparokshaUI/Localized", from: "0.2.2"),
.package(url: "https://github.com/truizlop/FuzzyFind", from: "0.1.0")
],
Expand Down
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.3",
version: "0.2.4",
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.4" date="2024-06-08">
<description>
<ul>
<li>Fix app crashing sometimes when creating flashcards</li>
<li>Better search algorithm</li>
<li>New view to easily apply tags to multiple flashcards</li>
<li>Fix problems occurring with special symbols in text</li>
<li>Polish landing page</li>
</ul>
</description>
</release>
<release version="0.2.3" date="2024-05-20">
<description>
<ul>
Expand Down

0 comments on commit d0a52fb

Please sign in to comment.