Skip to content

Commit b6413d1

Browse files
committed
1.0
1 parent 159eba4 commit b6413d1

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,23 @@
3232
<url type="bugtracker">https://github.com/qwersyk/Newelle/issues</url>
3333
<content_rating type="oars-1.0" />
3434
<releases>
35+
<release version="1.0" date="2025-29-07">
36+
<description>
37+
<ul>
38+
<li>Mini Apps support! Extensions can now show custom mini apps on the sidebar</li>
39+
<li>Added integrated browser Mini App: browse the web directly in Newelle and attach web pages</li>
40+
<li>Improved integrated file manager, supporting multiple file operations</li>
41+
<li>Integrated file editor: edit files and codeblocks directly in Newelle</li>
42+
<li>Integrated Terminal mini app: open the terminal directly in Newelle</li>
43+
<li>Programmable prompts: add dynamic content to prompts with conditionals and random strings</li>
44+
<li>Add ability to manually edit chat name</li>
45+
<li>Minor bug fixes</li>
46+
<li>Added support for multiple languages for Kokoro TTS and Whisper.CPP</li>
47+
<li>Run HTML/CSS/JS websites directly in app</li>
48+
<li>New animation on chat change</li>
49+
</ul>
50+
</description>
51+
</release>
3552
<release version="0.9.8" date="2025-06-03">
3653
<description>
3754
<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.8',
2+
version: '1.0',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)