Skip to content

Commit

Permalink
Release 2.1.0 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Apr 14, 2024
1 parent 96830ab commit 1149a75
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
29 changes: 27 additions & 2 deletions data/pinit.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<screenshots>
<screenshot type="default">
<caption>Overview of the app in the light mode</caption>
<image>https://raw.githubusercontent.com/ryonakano/pinit/main/data/screenshots/gnome/screenshot-light.png</image>
<image>https://raw.githubusercontent.com/ryonakano/pinit/2.1.0/data/screenshots/gnome/screenshot-light.png</image>
</screenshot>

<screenshot>
<caption>Overview of the app in the dark mode</caption>
<image>https://raw.githubusercontent.com/ryonakano/pinit/main/data/screenshots/gnome/screenshot-dark.png</image>
<image>https://raw.githubusercontent.com/ryonakano/pinit/2.1.0/data/screenshots/gnome/screenshot-dark.png</image>
</screenshot>
</screenshots>

Expand Down Expand Up @@ -60,6 +60,31 @@
<url type="translate">https://hosted.weblate.org/projects/rosp</url>

<releases>
<release version="2.1.0" date="2024-04-14" urgency="medium">
<description translate="no">
<p>
Bug fixes:
</p>
<ul>
<li>Fix fd leak when opening .desktop files externally</li>
<li>Fix the order of categories changes randomly</li>
</ul>
<p>
Improvements:
</p>
<ul>
<li>Redesign the app for better responsible support</li>
<li>Automatically decides .desktop filename instead of the user</li>
<li>Do not navigate to files view after saving in case the user wants to continue editing</li>
<li>Support setting GenericName and Keywords</li>
<li>Load .desktop files asynchronously</li>
<li>Flatpak: Update GNOME runtime to 46</li>
<li>Code refactoring and organize project structure</li>
<li>Update translations</li>
</ul>
</description>
</release>

<release version="2.0.3" date="2024-01-27" urgency="high">
<description translate="no">
<p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'com.github.ryonakano.pinit',
'vala', 'c',
version: '2.0.3',
version: '2.1.0',
meson_version: '>=0.58.0'
)

Expand Down

0 comments on commit 1149a75

Please sign in to comment.