Skip to content

Commit

Permalink
Release 2.0.3 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano committed Jan 27, 2024
1 parent c785c82 commit 0440e8b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
33 changes: 29 additions & 4 deletions data/pinit.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@
<screenshots>
<screenshot type="default">
<caption>Files view in the light mode</caption>
<image>https://raw.githubusercontent.com/ryonakano/pinit/2.0.2/data/screenshots/gnome/screenshot-files-view-light.png</image>
<image>https://raw.githubusercontent.com/ryonakano/pinit/2.0.3/data/screenshots/gnome/screenshot-files-view-light.png</image>
</screenshot>

<screenshot>
<caption>Edit view in the light mode</caption>
<image>https://raw.githubusercontent.com/ryonakano/pinit/2.0.2/data/screenshots/gnome/screenshot-edit-view-light.png</image>
<image>https://raw.githubusercontent.com/ryonakano/pinit/2.0.3/data/screenshots/gnome/screenshot-edit-view-light.png</image>
</screenshot>

<screenshot>
<caption>Files view in the dark mode</caption>
<image>https://raw.githubusercontent.com/ryonakano/pinit/2.0.2/data/screenshots/gnome/screenshot-files-view-dark.png</image>
<image>https://raw.githubusercontent.com/ryonakano/pinit/2.0.3/data/screenshots/gnome/screenshot-files-view-dark.png</image>
</screenshot>

<screenshot>
<caption>Edit view in the dark mode</caption>
<image>https://raw.githubusercontent.com/ryonakano/pinit/2.0.2/data/screenshots/gnome/screenshot-edit-view-dark.png</image>
<image>https://raw.githubusercontent.com/ryonakano/pinit/2.0.3/data/screenshots/gnome/screenshot-edit-view-dark.png</image>
</screenshot>
</screenshots>

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

<releases>
<release version="2.0.3" date="2024-01-27" urgency="high">
<description translatable="no">
<p>
This release fixes some critical issues and plus add some improvements.
</p>
<p>
Bug fixes:
</p>
<ul>
<li>Regain access to HOME to fix several issues that pinned apps disappear after reboot/upgrade of OS</li>
<li>Avoid listing errored entries in FilesView</li>
<li>Avoid errors when optional keys not found</li>
<li>Save desktop files without locales</li>
</ul>
<p>
Improvements:
</p>
<ul>
<li>Mark release descriptions as untranslatable (thanks to @sabriunal)</li>
<li>Add keyboard shortcuts window</li>
<li>Update translations</li>
</ul>
</description>
</release>

<release version="2.0.2" date="2023-10-01" urgency="low">
<description translatable="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.2',
version: '2.0.3',
meson_version: '>=0.57.0'
)

Expand Down

3 comments on commit 0440e8b

@seathasky
Copy link

@seathasky seathasky commented on 0440e8b Jan 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this be updated on your flatpak repo as well? Showing no updates at the moment.
image

Looks like popos repos only offer 4.6.9 of gtk4 and i'm not really sure which mirror to add to get the required version your project needs.
image

@ryonakano
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this be updated on your flatpak repo as well?

Yes, but it's in a review process by the Flathub members at the moment, which should take some time. It should be rolled out once it's approved.

Looks like popos repos only offer 4.6.9 of gtk4 and i'm not really sure which mirror to add to get the required version your project needs.

It's fine, you don't need to install newer GTK 4 to your Pop!_OS from any mirrors. Flatpak apps don't use the host's dependencies (which is available from apt); they use platforms that Flatpak provides, and generally the dependencies versions on the Flatpak platforms are newer than the host ones.

@seathasky
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this be updated on your flatpak repo as well?

Yes, but it's in a review process by the Flathub members at the moment, which should take some time. It should be rolled out once it's approved.

Looks like popos repos only offer 4.6.9 of gtk4 and i'm not really sure which mirror to add to get the required version your project needs.

It's fine, you don't need to install newer GTK 4 to your Pop!_OS from any mirrors. Flatpak apps don't use the host's dependencies (which is available from apt); they use platforms that Flatpak provides, and generally the dependencies versions on the Flatpak platforms are newer than the host ones.

Okay Pop_Shop had the update for Pin It. Installed it, followed your recs here: #113 (comment)
Everything is fixed! Thank you for your support! Much appreciated!

Please sign in to comment.