Skip to content

Commit

Permalink
Release 4.1.2 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Mar 2, 2024
1 parent cf5e115 commit c5fa791
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
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

0 comments on commit c5fa791

Please sign in to comment.