Skip to content

Commit

Permalink
Release 4.2.0 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Apr 28, 2024
1 parent 61de861 commit 5f4330f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 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.2/data/screenshots/pantheon/screenshot-light.png</image>
<image>https://raw.githubusercontent.com/ryonakano/konbucase/4.2.0/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.2/data/screenshots/pantheon/screenshot-dark.png</image>
<image>https://raw.githubusercontent.com/ryonakano/konbucase/4.2.0/data/screenshots/pantheon/screenshot-dark.png</image>
</screenshot>
</screenshots>

Expand Down Expand Up @@ -57,6 +57,24 @@
</developer>

<releases>
<release version="4.2.0" date="2024-04-28" urgency="low">
<description translate="no">
<p>
This release has few user-facing changes:
</p>
<ul>
<li>Update submodules and fix a bug that case conversion not working properly</li>
<li>Update translations</li>
</ul>
<p>
However, there are many under-the-hood improvements, like code refactoring, Blueprint porting, and so on.
</p>
<p>
Thank you for contribution of @yakushabb, @razzeee, and all translators!
</p>
</description>
</release>

<release version="4.1.2" date="2024-03-02" urgency="low">
<description translate="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.2',
version: '4.2.0',
meson_version: '>=0.57.0'
)

Expand Down

0 comments on commit 5f4330f

Please sign in to comment.