Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.1.2 #110

Merged
merged 10 commits into from
Mar 2, 2024
16 changes: 14 additions & 2 deletions data/konbucase.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<screenshots>
<screenshot type="default">
<caption>App window in the light mode</caption>
<image>https://raw.githubusercontent.com/ryonakano/konbucase/4.1.1/data/screenshots/pantheon/screenshot-light.png</image>
<image>https://raw.githubusercontent.com/ryonakano/konbucase/4.1.2/data/screenshots/pantheon/screenshot-light.png</image>
</screenshot>

<screenshot>
<caption>App window in the dark mode</caption>
<image>https://raw.githubusercontent.com/ryonakano/konbucase/4.1.1/data/screenshots/pantheon/screenshot-dark.png</image>
<image>https://raw.githubusercontent.com/ryonakano/konbucase/4.1.2/data/screenshots/pantheon/screenshot-dark.png</image>
</screenshot>
</screenshots>

Expand All @@ -53,6 +53,18 @@
<developer_name>Ryo Nakano</developer_name>

<releases>
<release version="4.1.2" date="2024-03-02" urgency="low">
<description translatable="no">
<ul>
<li>Set minimum window size to prevent it from being cut off</li>
<li>Send toast when text copied</li>
<li>Flatpak: Update platform version</li>
<li>Metainfo: Mark release descriptions as untranslatable</li>
<li>Update translations</li>
</ul>
</description>
</release>

<release version="4.1.1" date="2023-09-23" urgency="low">
<description translatable="no">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('com.github.ryonakano.konbucase',
'vala', 'c',
version: '4.1.1',
version: '4.1.2',
meson_version: '>=0.57.0'
)

Expand Down