Skip to content

Commit 750f49d

Browse files
committed
2.0.0
1 parent 7921b8f commit 750f49d

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

debian/changelog

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
warpinator (2.0.0) zena; urgency=medium
2+
3+
[ Clement Lefebvre ]
4+
* Update README.md
5+
6+
[ Cobinja ]
7+
* Ipv6 support (#231)
8+
9+
[ Clement Lefebvre ]
10+
* Switch to XApp symbolic icons
11+
* Switch to xapp-symbolic-icons (XSI)
12+
13+
[ Pavel H ]
14+
* Fix reconnecting when certificate is unchanged (#238)
15+
* Ability to send text messages (#225)
16+
17+
[ Michael Webster ]
18+
* messages: Simplify ellipsizing, remove max-width-chars restriction, detect urls and make them clickable in the label.
19+
* warpinator.py: Remove leftover print.
20+
21+
[ Clement Lefebvre ]
22+
* l10n: Update POT
23+
24+
-- Clement Lefebvre <[email protected]> Fri, 21 Nov 2025 13:15:43 +0000
25+
126
warpinator (1.8.10) zara; urgency=medium
227

328
* l10n: Update translations

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('warpinator', 'c', version : '1.8.10', meson_version : '>=0.47.0')
1+
project('warpinator', 'c', version : '2.0.0', meson_version : '>=0.47.0')
22

33
RPC_API_VERSION = '2'
44

0 commit comments

Comments
 (0)