Skip to content

Commit c376f41

Browse files
committed
Changelog for 2.2.0
1 parent b33f9d1 commit c376f41

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

ChangeLog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
___
118
### Version 2.1.3 (2022-02-18)
219
#### General
320
* minor code refactoring/cleanup, see Git log for details

0 commit comments

Comments
 (0)