You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
### Version 2.2.0 (2023-03-27)
2
+
#### General
3
+
* Fix locale issues/crashes with Twitter and maybe other backends
4
+
* Fix Service Discovery issues with Gajim (it was addresses in 2.1.0 but was not completed properly)
5
+
* Revert "do not send carbon copy to the originated entity" fix added in 2.1.3 - it was `purple-gowhatsapp` issue and now fixed on their side
6
+
* Now backends are installed into `/usr/libexec` directory. Debian packages keep symlinks to `/usr/bin`, consider update your configuration files to the new path.
7
+
#### IRC backend
8
+
* Better NickServ identify command
9
+
#### libpurple backend
10
+
* Do not delete accounts.xml, this will allow to simplify plugin a lot: no need in storage backend,
11
+
no need to save/restore settings on backend side
12
+
* Read old saved settings on the frontend side and push to backend on login to be backward compatible
13
+
#### Web interface
14
+
* Allow to build without Web interface
15
+
* Allow the possibility to bind only to localhost and do that by default
16
+
* Reject empty or previous default password and use random one instead
17
+
___
1
18
### Version 2.1.3 (2022-02-18)
2
19
#### General
3
20
* minor code refactoring/cleanup, see Git log for details
0 commit comments