Skip to content

Releases: blueprint-freespeech/ricochet-refresh

Ricochet-Refresh 3.0.23

16 Apr 20:47
Compare
Choose a tag to compare

Built, packaged and signed with ricochet-build tag 3.0.23-build1.

Thanks to @NoisyCoil for their ricochet-build patches working toward build reproducibility and Linux aarch64 support! 👋

Changelog

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

Ricochet-Refresh 3.0.22

22 Mar 22:48
Compare
Choose a tag to compare

Built, packaged and signed with ricochet-build tag 3.0.22-build1.

Changelog

All Platforms

  • Updated Qt to 5.15.13
  • Updated tor-expert-bundle to 13.0.13

Build System

All Platform

  • Added sign-tag.sh script
  • Updated release build script to not include sha256sum.txt when calculating sha256 sums

macOS

  • Updated rust to 1.74 for rcodesign dependencies

Ricochet-Refresh 3.0.21

06 Mar 14:06
Compare
Choose a tag to compare

Built, packaged and signed with ricochet-build tag 3.0.21-build1.

This is an unscheduled release which updates the tor-expert-bundle to version 13.0.11 which includes a change to the Snowflake pluggable transport configuration to fix issue where it could no longer connect to the snowflake broker which connects clients to Snowflake proxies. See this blog post on the Tor Project forums for more details:

Users depending on the Snowflake pluggable transport will now be able to connect once more.

Changelog

All Platforms

  • Updated tor-expert-bundle to 13.0.11

Ricochet Refresh 3.0.20

28 Feb 11:48
Compare
Choose a tag to compare

Built, packaged and signed with ricochet-build tag 3.0.20-build1. Backported a few build system updates from tor-browser-build

Changelog

All Platforms

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

macOS

  • Explicitly set DPI of background.tiff in macOS DMG (fixes background scaling issue)

Build System

All Platforms

  • Fixed bug in various *-build projects which resulted in packaging everything in the dist directory instead of just the required build outputs

Windows

  • Updated mingw to 11.0.0
  • Added osslsigncode project
  • Updated osslsigncode code-signing step

macOS

  • Updated MacOS SDK to 13.3

Windows and macOS

  • Updated LLVM and clang to 16.0.4
  • Simplified llvm-project-source build script

Ricochet Refresh 3.0.19

26 Jan 15:29
Compare
Choose a tag to compare

Built, packaged and signed with ricochet-build tag 3.0.19-build1

Changelog

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

Windows

  • Now building nsis project with clang
  • removed now unused toolchain-windows-gcc project

Ricochet Refresh 3.0.18

21 Dec 15:57
Compare
Choose a tag to compare

Built, packaged, and signed with ricochet-build tag 3.0.18-build1

Changelog

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

Build System

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

macOS

  • Updated libdmg-hfsplus project to latest and dropped unnecessary custom patches
  • DMG background SVG now rasterised with inkscape rather than imagemagick

Linux

Ricochet Refresh 3.0.17

11 Oct 22:23
Compare
Choose a tag to compare

Built, packaged, and signed with ricochet-build tag 3.0.17-build2

Changelog

All Platforms

  • 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 13.0
    • add support for conjure pluggable transport
    • add support for webtunnel pluggable transport
  • added support for ed-EE locale
  • updated Ricochet-Refresh app icon

Linux

  • fixed bug where pluggable transports had wrong permissions when installed via .deb package

macOS

  • created aarch64 build for macOS
  • updated macOS DMG background

Windows

  • updated Windows installer icon

Build System

All Platforms

  • complete rewrite of ricochet-build
    • building, packing, signing from single Makefile target
    • updated all of our toolchains and dependencies
    • updated README.md
  • standardises build output naming scheme
  • gpg signs all published artifacts, not just sha256sums.txt

macOS

  • addd aarch64 build toolchain

Windows

  • added portable zip option for Windows

Ricochet Refresh 3.0.16

17 Jun 21:58
Compare
Choose a tag to compare

This is an incremental release while we are updating/cleaning up our build system. The first iteration of ricochet-build was simply a stripped-down fork of the Tor Project's tor-browser-build repo which is used to reproducibly cross-compile Tor Browser. Starting with ricochet-refresh 3.0.16 we are making a clean start and starting fresh without any of the unneeded legacy browser stuffs.

The new system will be much easier to maintain going forward and much easier to update dependencies, including the tor-expert-bundle package which contains the most up-to-date pluggable transports and bridges for circumventing censorship.

Changes:

  • 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)

Ricochet Refresh 3.0.15

26 Sep 18:33
Compare
Choose a tag to compare

Changes:

  • 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

Ricochet Refresh 3.0.14

17 Sep 21:45
Compare
Choose a tag to compare

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