mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
version bump for minor fix (auto replace)
This commit is contained in:
@@ -25,9 +25,17 @@
|
|||||||
<id>zoitechat.desktop</id>
|
<id>zoitechat.desktop</id>
|
||||||
</provides>
|
</provides>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release date="2026-01-13" version="2.17.2">
|
||||||
|
<description>
|
||||||
|
<p>This is a release with small fixes:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Changes to Auto Replace. Will make matches in almost any scenario, Pasted, typed, beginning, end or middle of words/scentences etc.</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release date="2026-01-12" version="2.17.1">
|
<release date="2026-01-12" version="2.17.1">
|
||||||
<description>
|
<description>
|
||||||
<p>This is a pre-release with small improvements and fixes:</p>
|
<p>This is a release with small improvements and fixes:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>First implementation of dark mode.</li>
|
<li>First implementation of dark mode.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
project('zoitechat', 'c',
|
project('zoitechat', 'c',
|
||||||
version: '2.17.1',
|
version: '2.17.2',
|
||||||
meson_version: '>= 0.47.0',
|
meson_version: '>= 0.47.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=gnu89',
|
'c_std=gnu89',
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.17.1
|
2.17.2
|
||||||
|
|||||||
Reference in New Issue
Block a user