Skip to content

Commit c012451

Browse files
committed
0.9.8
1 parent 93621bb commit c012451

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

data/io.github.qwersyk.Newelle.appdata.xml.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@
3232
<url type="bugtracker">https://github.com/qwersyk/Newelle/issues</url>
3333
<content_rating type="oars-1.0" />
3434
<releases>
35+
<release version="0.9.8" date="2025-06-03">
36+
<description>
37+
<ul>
38+
<li>Bug fixes</li>
39+
<li>Small improvements</li>
40+
</ul>
41+
</description>
42+
</release>
3543
<release version="0.9.7" date="2025-05-24">
3644
<description>
3745
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('newelle',
2-
version: '0.9.7',
2+
version: '0.9.8',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def on_about_action(self, *a):
144144
version=self.version,
145145
issue_url='https://github.com/qwersyk/Newelle/issues',
146146
website='https://github.com/qwersyk/Newelle',
147-
developers=['Yehor Hliebov https://github.com/qwersyk',"Francesco Caracciolo https://github.com/FrancescoCaracciolo"],
147+
developers=['Yehor Hliebov https://github.com/qwersyk',"Francesco Caracciolo https://github.com/FrancescoCaracciolo", "Pim Snel https://github.com/mipmip"],
148148
documenters=["Francesco Caracciolo https://github.com/FrancescoCaracciolo"],
149149
designers=["Nokse22 https://github.com/Nokse22", "Jared Tweed https://github.com/JaredTweed"],
150150
translator_credits="\n".join(["Amine Saoud (Arabic) https://github.com/amiensa","Heimen Stoffels (Dutch) https://github.com/Vistaus","Albano Battistella (Italian) https://github.com/albanobattistella","Oliver Tzeng (Traditional Chinese, all languages) https://github.com/olivertzeng","Aritra Saha (Bengali, Hindi) https://github.com/olumolu"]),

0 commit comments

Comments
 (0)