Skip to content

Release v0.13.4-beta

Compare
Choose a tag to compare
@saubyk saubyk released this 04 Jan 02:51
· 106 commits to master since this release
v0.13.4
b603181

Hot-fix release to address the issue with 2FA.

  • QR code and the secret code not visible in the setup modal (#1164)

After the 0.13.3 update users are not able to setup 2FA on the app. Users with existing 2FA setup are able to login without any issue.
The issue is addressed with this release.

Release contributor:
@ShahanaFarooqui


PGP Key: https://keybase.io/suheb
Download the release and signature:

wget https://github.com/Ride-The-Lightning/RTL/archive/refs/tags/v0.13.4.tar.gz
wget https://github.com/Ride-The-Lightning/RTL/releases/download/v0.13.4/v0.13.4.tar.gz.asc

Verify the release:

gpg --verify v0.13.4.tar.gz.asc v0.13.4.tar.gz
gpg: Signature made Tue 03 Jan 2023 06:53:00 PM PST
gpg:                using RSA key 3E9BD4436C288039CA827A9200C9E2BC2E45666F
gpg: Good signature from "saubyk (added uid) <39208279+saubyk@users.noreply.github.com>" [unknown]
gpg:                 aka "Suheb (approves) <39208279+saubyk@users.noreply.github.com>" [unknown]
gpg:                 aka "Suheb <39208279+saubyk@users.noreply.github.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 3E9B D443 6C28 8039 CA82  7A92 00C9 E2BC 2E45 666F

Untar and install the release:

tar -xvf v0.13.4.tar.gz
cd RTL-0.13.4
npm install --omit=dev --legacy-peer-deps

Docker images available at https://hub.docker.com/r/shahanafarooqui/rtl/tags:
docker pull shahanafarooqui/rtl:0.13.4
docker pull shahanafarooqui/rtl:0.13.4-arm64v8
docker pull shahanafarooqui/rtl:0.13.4-arm32v7
docker pull shahanafarooqui/rtl:0.13.4-amd64