Releases: wfr/ricochet-irc
Releases · wfr/ricochet-irc
irc-v3.0.11.2
- Fixed a crash due to a race condition related to ConversationModel::clear()
- Improved error message when peer tries to send file.
- Command-line output is now much quieter, so the user has a chance to read the instructions.
- Added
--verbose
switch.
Upstream:
- libtego_ui: fixed potential crash when deleting contact multiple times
irc-v3.0.11.1
- Headless build with:
cmake -D ENABLE_GUI=OFF
(default)
irc-v3.0.11
ricochet-irc is finally compatible with the latest upstream release again (v3.0.11).
Migration
The config file format and the location has been changed by upstream. It's now located in ~/.config/ricochet-irc
.
If you have an existing config, you have to migrate your settings manually:
- backup your old config, which contains the private key and contacts
- move the old config out of the way
- start and stop ricochet-irc to create a new config
- manually copy your privateKey (
ED25519-V3:...
) into~/.config/ricochet-irc/ricochet.json
. - start
ricochet-irc
and connect - add your contacts
Changes
- Merged ricochet-refresh v3.0.11:
- Upgrade tor dependencies to version 0.4.6.10
- Upgrade openssl to version 1.1.1n
- Fixed ricochet-im#124: Silently migrate profile from
QStandardPaths::AppLocalDataLocation to QStandardPaths::AppConfigLocation
(manually selected profile path is not affected) - Migrated build system to CMake
- NOTE: Config dir moved to
~/,config/ricochet-irc
.
- IRC:
- Migrated build system to CMake
- Fixed new profile creation.
- Known issue: