Prep for Pre-release 2

This commit is contained in:
2026-02-24 19:30:54 -07:00
parent cf8aeba53e
commit c15b352c4b
8 changed files with 35 additions and 5 deletions

View File

@@ -1,6 +1,15 @@
ZoiteChat ChangeLog ZoiteChat ChangeLog
================= =================
2.18.0~pre2 (2026-02-25)
------------------------
- Added HexChat plugin compatibility improvements.
- Fixed the user info right-click menu so it updates properly.
- Added support for emoji characters in alert highlights.
- Removed remaining unused GTK2 code paths.
- Continued GTK3 cleanup and packaging alignment work.
2.18.0-pre1 (2026-02-16) 2.18.0-pre1 (2026-02-16)
------------------------ ------------------------

View File

@@ -25,6 +25,17 @@
<id>zoitechat.desktop</id> <id>zoitechat.desktop</id>
</provides> </provides>
<releases> <releases>
<release date="2026-02-25" version="2.18.0~pre2">
<description>
<p>Compatibility and UI improvements:</p>
<ul>
<li>Added HexChat plugin compatibility improvements.</li>
<li>Fixed the user info right-click menu so it updates properly.</li>
<li>Added support for emoji characters in alert highlights.</li>
<li>Removed remaining unused GTK2 code paths.</li>
</ul>
</description>
</release>
<release date="2026-02-16" version="2.18.0-pre1"> <release date="2026-02-16" version="2.18.0-pre1">
<description> <description>
<p>Packaging and GTK3 improvements:</p> <p>Packaging and GTK3 improvements:</p>

10
debian/changelog vendored
View File

@@ -1,3 +1,13 @@
zoitechat (2.18.0~pre2-1) unstable; urgency=medium
* New upstream pre-release 2.18.0~pre2.
* Added HexChat plugin compatibility improvements.
* Fixed user info right-click menu refresh behavior.
* Added support for emoji characters in alert highlight matching.
* Removed remaining unused GTK2 code paths.
-- ZoiteChat Maintainers <zoitechat@users.noreply.github.com> Wed, 25 Feb 2026 02:16:43 +0000
zoitechat (2.18.0~pre1-1) unstable; urgency=medium zoitechat (2.18.0~pre1-1) unstable; urgency=medium
* New upstream pre-release 2.18.0~pre1. * New upstream pre-release 2.18.0~pre1.

2
debian/control vendored
View File

@@ -39,7 +39,7 @@ Suggests:
zoitechat-python3, zoitechat-python3,
zoitechat-otr, zoitechat-otr,
unifont unifont
Description: IRC client for GNOME (fork of HexChat 2.18.0-pre1 base) Description: IRC client for GNOME (fork of HexChat 2.18.0~pre2 base)
ZoiteChat is a graphical IRC client with a GTK 3 GUI. Features include Python, ZoiteChat is a graphical IRC client with a GTK 3 GUI. Features include Python,
Perl and Lua scripting support, a plugin API, multiple server/channel Perl and Lua scripting support, a plugin API, multiple server/channel
windows, spell checking, multiple authentication methods including SASL, and windows, spell checking, multiple authentication methods including SASL, and

View File

@@ -1,5 +1,5 @@
project('zoitechat', 'c', project('zoitechat', 'c',
version: '2.18.0-pre1', version: '2.18.0~pre2',
meson_version: '>= 0.55.0', meson_version: '>= 0.55.0',
default_options: [ default_options: [
'c_std=c17', 'c_std=c17',

View File

@@ -1,5 +1,5 @@
name : zoitechat name : zoitechat
version : 2.18.0 version : 2.18.0~pre2
release : 2 release : 2
source : source :
- https://github.com/ZoiteChat/zoitechat/archive/e060d57baee1be22bee1f9c3b047be3fa71c6d35.tar.gz : ed315a0b1c46e798912fd830d3845427972857c43ccaa16284969c6f542add38 - https://github.com/ZoiteChat/zoitechat/archive/e060d57baee1be22bee1f9c3b047be3fa71c6d35.tar.gz : ed315a0b1c46e798912fd830d3845427972857c43ccaa16284969c6f542add38

View File

@@ -19,7 +19,7 @@ else:
if not hasattr(sys, 'argv'): if not hasattr(sys, 'argv'):
sys.argv = ['<zoitechat>'] sys.argv = ['<zoitechat>']
VERSION = b'2.18.0-pre1' # Sync with zoitechat.__version__ VERSION = b'2.18.0~pre2' # Sync with zoitechat.__version__
PLUGIN_NAME = ffi.new('char[]', b'Python') PLUGIN_NAME = ffi.new('char[]', b'Python')
PLUGIN_DESC = ffi.new('char[]', b'Python %d.%d scripting interface' % (sys.version_info[0], sys.version_info[1])) PLUGIN_DESC = ffi.new('char[]', b'Python %d.%d scripting interface' % (sys.version_info[0], sys.version_info[1]))
PLUGIN_VERSION = ffi.new('char[]', VERSION) PLUGIN_VERSION = ffi.new('char[]', VERSION)

View File

@@ -1 +1 @@
2.18.0-pre1 2.18.0~pre2