Skip to content

Releases: syphon-org/syphon

0.2.4

24 Dec 13:33
5214410
Compare
Choose a tag to compare

🔮 Features

  • Screen Lock 📱
  • Pin Protected Encrypted Storage 💽
  • UserID Quick Copy @EdGeraghty

✨ Improvements

  • Improved Edit Message UI
  • Improved Chat UI spacing

🛠 Performance

  • cold storage requests occurring in a separate thread (again)
  • lazy loading data after cold start in a separate thread

🐛 Fixes

  • other major performance improvements and optimizations
  • fixed improper cache checks when loading older messages
  • fixed editing encrypted messages
  • fixed deleting encrypted messages
  • fixed read receipts locally if toggled on
  • fixed defaulting to device language
  • fixed editing messages higher in the chat
  • fixed opening links in Android 11
  • fixed showing more icon in user previews
  • fixed input text border regression

✨ Updates

  • new translations and translation improvements!

📦 Downloads:

🔑 SHA256

  • Android - f11b74daa6d47fb55badcc9500d7f0fb069473358c71413565e08ff4cedf3f20
  • MacOS - 3d128d8baa085d7938ac2c4da0378361a4ca72aafc32f99a545e3d73524a8826
  • Linux (x64) - 3a48df4729dbad5f7171e70adbd2f2ae6c84890ddc933268cae24e7247534e12
  • Linux (arm64)(0.2.1) - 2a2b70143a7f0afe32809f481e24033ee794db4c1a1061524411d3dabdebe595

0.2.3

09 Dec 00:35
934ef7f
Compare
Choose a tag to compare

🔮 Features

🛠 Performance

  • finished converting all cold storage over to new cold storage paradigm
  • better indexing and querying of stored data
  • removed a lot of in memory cache usage by trimming "Room" and other classes

🐛 Fixes

  • fixed regression on deleting messages
  • fixed bad user counts on rooms
  • fixed invites and acceptance for public rooms
  • fixed time format and 24 hour issues

✨ Updates

  • new translations and translation improvements!

📦 Downloads:

🔑 SHA256

  • Android - a5fe955ae46e6b923c90984d71f61cf65664195fb83b46f0649eeef1a3f1fd06
  • MacOS - 9707136abc9c4e75f7fdb1067d1f7e2c4cc738bb03afac600f8e6b1847ab1406
  • Linux (x64) - 7b4a2f5929b04131eb9b74e28cf97a1ef70c3ac3e3224e41092f12ac42c7c6fa
  • Linux (arm64)(0.2.1) - 2a2b70143a7f0afe32809f481e24033ee794db4c1a1061524411d3dabdebe595

0.2.2-alpha

17 Nov 02:02
2f12d6e
Compare
Choose a tag to compare

0.2.2

🔮 Features

🐛 Fixes

  • Cert issues on old devices
  • Reworked Syncing and Message Handling
  • Pulling messages since last open correctly
  • Notifications not displaying with local service
  • Various issues with keyboard height for the media preview list

✨ Updates

  • arm64 builds will now be provided under releases!

📦 Downloads:

🔑 SHA256

  • Android - 48b77bd163b381d647f1e3845be9bd7f41fc4607bb2570e7a5d7ac1e546f58eb
  • MacOS - f2e13379ae5b9cd3e18011411cfd202ead1582ec578d54483e881510feef9bbe
  • Linux (x64) - 8d029e294710d52a1ab9432c9d448580204068662ddf50bbc909eeddc40cb213
  • Linux (arm64)(0.2.1) - 2a2b70143a7f0afe32809f481e24033ee794db4c1a1061524411d3dabdebe595

0.2.1-alpha

28 Oct 02:18
Compare
Choose a tag to compare

0.2.1

🔮 Features

  • Server Hidden Read Receipts @EdGeraghty
  • Toggle Auto Download Images
  • Tap To Load Images

🐛 Fixes

  • Cert issues on old devices
  • Better RTL Language support
  • Local notifications were broken on update (audible notification for each sync)
  • Avatar background color inconsistent
  • iOS reaction emojis no longer cut off
  • Accent Color Issue in Settings

📦 Downloads:

🔑 SHA256

  • Android - df2b67e34c29d98bace666a91a4cdc6dabb4de802008e5e6442ca050d8b35c86
  • MacOS - dfa85fcc487a2c6f326dbb3350105c3a35d1cb772dc22b9388710b837b727b73
  • Linux (x64) - b81347b175b2060673ee8f60a11ae956de3b5944403a275517e88f82eaa1758c
  • Linux (arm64) - 2a2b70143a7f0afe32809f481e24033ee794db4c1a1061524411d3dabdebe595

0.2.0-alpha

22 Oct 00:05
abec22e
Compare
Choose a tag to compare

🔮 Features

  • Media Messages 🎉
  • Markdown Support @florian-sabonchi
  • Windows x64 Builds! 🪟 @EdGeraghty
  • Reply Formatting
  • Hex Input for Color Customization
  • Auto Text Contrast for Lighter Themes

🐛 Fixes

  • SSO Multiaccount login issue
  • Login and Signup verification issues
  • Offline Aware and Clearer Error Copy

📐 Refactoring

  • Major Cold Storage Overhaul

Very special thanks to everyone for their hard work getting us to the next minor version bump! We have quite a few new contributors and can't thank them enough for their hard work 🙏

New Contributors


📦 Downloads:

🔑 SHA256

  • Android - d029a89109277bcf2729d9f61882c430ea7be9661ada9954bd6bd7c9c5a9f857
  • Linux - 31940e53b78b672acd048d3ac9d79b8dcd272a640a37b94dfa4168414af6c3ed
  • MacOS - 1e93f554522f1eba06d6e7a524848460df3d7f40bf2ce021dbb66b57a1c89e23

Full Changelog: 0.1.14...0.2.0

0.1.14-alpha

20 Sep 13:50
fcb769e
Compare
Choose a tag to compare

Very special thanks to everyone for their hard work on this version! We have quite a few new contributors and can't thank them enough.

Please DM me at @ereio:matrix.org if I've missed your name and I'll add you here!

🔮 Features

  • Chat Message Search (unencrypted)
  • Language Selection Page
  • Multi-Chat Edit Select
  • Chat Actions Confirmations

🐛 Fixes

  • Fixed UTF8 decoded issues on some devices
  • Issue selecting a server from the server search list
  • Fixed screen reader labeling on many missed icons and buttons
  • Fixed color issues for the Account Switcher on dark themes
  • Fixed issue with building for login / signup on desktop (macos / linux)

📐 Refactoring

  • Lots!

📦 Downloads:

🔑 SHA256

  • Android - 26eab8e887c711844f9a0f1e5494952a37923be1061b9db8dcbeceaa98535b36
  • Linux - acf3533b26d83a41a843e8d18c8ea949f0f987c775d9c41215249c94b8aebf74
  • MacOS (inner bin) - 62405c7da08476fc99fd34370b05898c667c7fe0e46de7d8d150f79170022112

0.1.13-alpha

21 Aug 23:09
487e902
Compare
Choose a tag to compare

Very special thanks to everyone for their hard work on translations! Syphon is now a growing community project and we couldn't do it without you! 💙

🔮 Features

  • Multi-Account Support 🎉
  • Advanced Color Customization
  • Customizable FAB Settings
  • Manual Verification Data Exposed
  • New Languages Through Weblate!
    • Portuguese, Dutch, Czech, Slovak, and more!

🐛 Fixes

  • Issue with profile preview modal loading indefinitely
  • Issue with decrypting events for new chats
  • Issue with completing multi step onboarding flows

📐 Refactoring

  • Lots!

Note: This build contains a fix for some of the decryption issues people may have been experiencing!


📦 Downloads:

🔑 SHA256

  • Android - d451a0ee804652b8a6f1b397e48185508abb60a83e1c6c50ef882e503b971079
  • MacOS - b247c924e588f0ecf0374c3dcf2877ea1d14920328f9f5b21b6d603b34b4418c
  • Linux - 5530cfb6d431de95ebe898d8c50981385b8f7b6ccbe2c1494b1440bf5bc99ea2

0.1.12-alpha

21 Aug 21:33
c3c916b
Compare
Choose a tag to compare

Very special thanks to everyone for their hard work on translations! Syphon is now a growing community project and we couldn't do it without you! 💙

🔮 Features

  • Multi-Account Support 🎉
  • Advanced Color Customization
  • Customizable FAB Settings
  • Manual Verification Data Exposed
  • New Languages Through Weblate!
    • Portuguese, Dutch, Czech, Slovak, and more!

🐛 Fixes

  • Issue with profile preview modal loading indefinitely
  • Issue with decrypting events for new chats
  • Issue with completing multi step onboarding flows

📐 Refactoring

  • Lots!

📦 Downloads:

0.1.11-alpha

17 Aug 00:16
Compare
Choose a tag to compare

Very special thanks to everyone for their hard work on translations! Syphon is now a growing community project and we couldn't do it without you! 💙

🔮 Features

  • Multi-Account Support 🎉
  • Advanced Color Customization
  • Customizable FAB Settings
  • Manual Verification Data Exposed
  • New Languages Through Weblate!
    • Portuguese, Dutch, Czech, Slovak, and more!

🐛 Fixes

  • Issue with profile preview modal loading indefinitely
  • Issue with decrypting events for new chats

📐 Refactoring

  • Lots!

📦 Downloads:

0.1.10-alpha

05 Jul 13:13
Compare
Choose a tag to compare

Special thanks to @0x1a8510f2 for their hard work and help with this release! 🎉

🐛 Fixes

  • SSO + User/Pass Login issues
  • Profile update issues
  • @0x1a8510f2 FAB Color update issues

📐 Refactoring

  • @0x1a8510f2 Theme refactoring w/ native android transparency improvements

📦 Downloads: