Ricochet Refresh Changelog

What's new in Ricochet Refresh 3.0.23

Apr 17, 2024
  • All Platforms:
  • Upated tor to 0.4.8.11
  • Build System:
  • Linux:
  • Remove timestamps from generated icons
  • Use more precise dd command to patch linuxdeploy AppImage

New in Ricochet Refresh 3.0.22 (Mar 23, 2024)

  • All Platforms:
  • Updated Qt to 5.15.13
  • Updated tor-expert-bundle to 13.0.13

New in Ricochet Refresh 3.0.21 (Mar 6, 2024)

  • Updated tor-expert-bundle to 13.0.11

New in Ricochet Refresh 3.0.20 (Feb 28, 2024)

  • Updated OpenSSL to 3.0.13
  • Updated tor-expert-bundle to 13.0.10

New in Ricochet Refresh 3.0.19 (Jan 26, 2024)

  • All Platforms:
  • Updated Qt to 5.15.12
  • Updated zlib to 1.3.1
  • Updated tor-expert-bundle to 13.0.9
  • Windows:
  • Updated nsis to 3.09
  • Build System:
  • Now building nsis project with clang
  • removed now unused toolchain-windows-gcc project

New in Ricochet Refresh 3.0.18 (Dec 21, 2023)

  • All Platforms:
  • Updated OpenSSL to 3.0.12
  • Updated tor daemon to 0.4.8.10
  • Updated tor-expert-bundle to 13.0.8
  • Updated tor submodule to tag tor-0.4.8.10
  • All Platforms:
  • Added hg_clone to .gitignore
  • Added .nobackup files to various 'large' directories
  • Fixed incorrect parallel builds in ricochet-build Makefile
  • Added make target to generate ricochet-build release tag

New in Ricochet Refresh 3.0.17 Pre-release (Oct 12, 2023)

  • updated OpenSSL to 3.0.11
  • updated tor to 0.4.8.7
  • updated zlib to 1.3
  • updated protobuf to 3.21.12
  • updated Qt to 5.15.11
  • updated tor-expert-bundle to 12.5.6
  • added support for ed-EE locale
  • updated Ricochet-Refresh app icon

New in Ricochet Refresh 3.0.16 (Jun 18, 2023)

  • Updated openssl to version 1.1.1u
  • Updated zlib to version 1.2.13
  • Updated tor to version 0.4.7.13
  • Updated tor-expert-bundle to version 12.0.7 (pluggable transports+bridges)

New in Ricochet Refresh 3.0.15 Pre-release (Sep 26, 2022)

  • Fixed bug where Add button would not enable in Add Contact dialog after pasting a riochet: id containing leading or trailing whitespace on some platforms
  • Made Add Contact dialog textbox styling a bit more consistent

New in Ricochet Refresh 3.0.14 (Sep 26, 2022)

  • Changes:
  • Fixed bug in Windows installers where pluggable transports were not deployed to the right directory on some systems
  • Upgrade tor daemon and tor submodule to 0.4.7.10
  • Upgrade libevent to 2.1.12
  • Upgrade fmt submodule to 9.1.0; update build-breaks due to ABI changes

New in Ricochet Refresh 3.0.13 (Aug 10, 2022)

  • Changes:
  • Upgrade tor dependencies to 0.4.7.8
  • Upgrade OpenSSL to 1.1.1q
  • Fixed build issue preventing 'Add Contact' screen from opening
  • Fixed deb package generation script to allow pluggable transports to be executable

New in Ricochet Refresh 3.0.12 Pre-release (Jun 29, 2022)

  • Upgrade tor to 0.4.7.8
  • Upgrade Zlib to 1.2.12
  • Upgrade OpenSSL to 1.1.1o
  • Added pluggable transport support: obfs4proxy and snowflake-clent
  • Added built-in bridges for obfs4, meek-azure, and snowflake pluggable transports (parity with tor-browser's built-in bridges); custom bridges of these types should also work
  • Tor daemon settings (proxy, firewall, bridges, etc) are now saved in the ricochet.json file, and SETCONF'd each run
  • Improved the bootstrap+configure user
  • Issues fixed:
  • Closing the first launch setup window before clicking "Connect" makes ricochet unusable
  • Make obtaining Bridges easier
  • Merged/cherry-picked the following from the community (thanks!):
  • README.md: Update link
  • Docs: clean and update build instructions to use CMake
  • AUR has the newer version of it
  • Upgrade deprecated Qt and protobuf functions
  • Fix race condition related to ConversationModel::clear()
  • Ui: add placeholder text to Message field in ContactRequest form

New in Ricochet Refresh 3.0.11 (May 19, 2022)

  • Upgrade tor dependencies to version 0.4.6.10
  • Upgrade openssl to version 1.1.1n
  • Fixed #124: Silently migrate profile from QStandardPaths::AppLocalDataLocation to QStandardPaths::AppConfigLocation (manually selected profile path is not affected)
  • Added AppImage packages
  • Added Deb packages
  • Upgraded to proper NSIS-based installer for Windows
  • Added background to DMG for macOS
  • Migrated build system to CMake