Whisperfish 1.0.0 (planned)
The milestone on GitLab for this release (th
Many big plans!
Whisperfish 0.6.0 (planned)
The milestone on Gitlab for this release
Features
- Feature parity with, and modernized version of Whisperfish 0.5.
Whisperfish 0.6.0-beta.21
Several small fixes
Changes
- Embedded QR code scanner for device linking on Sailfish 4 and higher.
- More relaxed parsing of SMS-based confirmation codes
- Don't close keyboard when using send or enter
- Detect and handled deleted contacts in groups
- Some fixes relating to attachment fetching, including a crash
- Update blurhash decoding, should be a lot faster
- More correct message for empty session view
- Disable sending messages in UI for unregistered contacts
- Fix marking of unregistered contacts
- Hide archived conversations in cover page
- Add cargo-deny to catch CVE's in the future
- Add setting to hide recipient phone number in conversation page
- Fix relating to profile fetching
- Correctly handle nullable E164's and other nullable fields
- Vendor OpenSSL: no more separate build for SailfishOS 3!
- Fix reaction UI not updating, among other UI fixes to reactions
Whisperfish 0.6.0-beta.20
Post-quantum end-to-end encryption, registration fix, and much more.
Changes
- Post-quantum (Kyber) key-exchange
- Fix build version number in CI/About page (maybe, I hope)
- Fix the info row lock size in developer mode
- Fix muting conversations
- Fix disappearing messages timer resets
- Store attachment pointers in database, preparation work for attachment download retries.
- New, more fine grained notification privacy options
- Show blur hash while attachments are downloaded
- Emoji-react to messages (hold message, swipe away, then tap the emoji)
- Fix logs on panic
- Implement a captcha test page
- Handle remote message deletions, implement remote message deletion
- Show original attachment file name, if available
- Implement attachment exporting
- Fix unidentified sending mode resets on profile key reception
- Fix registration and linking for new registration protocol
Registration
Signal overhauled their registration procedure. In my eyes, the new API flow has been redesigned to allow for registrations without phone number in the future. Signal has, meanwhile, introduced usernames, which will allow you to hide your phone number from contacts and groups. I hope to get this into Whisperfish soon™ too.
Post-quantum key exchange
Signal recently introduced post-quantum key exchanges for their end-to-end encryption protocol. This is, as far as I know, the first broad and permanent real-world deployment of post-quantum cryptography, and follows the very recent NIST standardization of Kyber. Signal is yet to announce this change officially, but it has been in production for two weeks. I expect Signal to roll out a rekey event for all sessions, and at that time announce the roll-out.
The deployment is a hybrid of X25519 and Kyber. This means that if the new Kyber system is horribly broken next week, your sessions will still be secure in the classical sense.
Practically speaking, the current change means that every new session with a contact will be protected against capture-now-decrypt-later attacks by (currently non-existing) cryptographically-relevant quantum computers, under the condition that Kyber remains as secure as it is thought to be.
I expect Signal to trigger session renewals or rekeying events to additionally protect existing sessions from the “quantum threat”.
Whisperfish 0.6.0-beta.19
Hotfix for the refactoring bug introduced in beta 18
Whisperfish 0.6.0-beta.18
Fixes group updating, since Signal changed their API calls, first steps toward PNI support
Changes
- Database refactoring, phone numbers and UUID are now strong types
- Fixes a hang on unregistered startup
- Fix group update API calls
- Show roles of group members
- Graceful handling of ^C
- Show translation contributors in About.qml, automatically update the About.qml page
- Fix self-recipient bugs
- Reset page stack when closing in daemon mode
- Add PNI column to recipient (currently unused)
- Fetch self-PNI
- Fix archive/pinned UI bugs
- Fix profile image display when clicking notifications for groups
- Fixes related to message notification counter
- Split storage module into separate crate, preparation for more refactoring
- Show the profile picture in the sharing dialog
- Fix RTL support in cover
- Fix detail attachment display for non-image/video attachments
- Fix the "show more" tag placement for long text messages
- Many small fixes
Whisperfish 0.6.0-beta.17
Sealed sending release!
Changes
- Fixes the profile page not loading
- Fix multiple settings page and profile page issues
- Implement automatic identity key reset
- Implement draft messages
- Fix captcha display and submission
- Ignore NullMessages and implement PlaintexContent
- Implement sealed sending
- Cleaner logging thanks to minimized Display implementations for database types
- Log Qt and QML via simplelog
- Keep identity key in memory, instead of reading from storage
- Stop trying to send messages to unregistered users, store registration state in db
- Consider empty sessions as read, fixes incorrect unread message count
- Expose logging settings in Settings page
- Bump emoji.js
Whisperfish 0.6.0-beta.16
Fix an issue during registration, and some QoL improvements
Changes
Whisperfish 0.6.0-beta.15
Overhauls the QML binding system. This should fix all UI inconsistencies, except for a few that are now introduced.
Changes
Whisperfish 0.6.0-beta.14
Bugfix release for most of the bugs we introduced in beta.13, and some fixes for changes upstream.
Changes
- Attempt to handle HTTP 428 by responding with a reCAPTCHA challenge
- Handle device mismatches (fixes sending to contacts that change their linking setup)
- Attempt at fixing a crash at startup related to profile uploading
- Fix a crash when opening an empty session
- emoji.js now supports out-of-date emoji packages as fallback
- Fix typing notification display of names in certain conditions
- Marking as read fix for mismatched sessions
- Cleaner formatting for linked device display
Whisperfish 0.6.0-beta.13
Profile fetching and updating, avatar displaying, sender key and unidentified sender support at receiver side, and much more.
Changes
- Disable defunct "send new message" functionality
- Don't crash when Signal desktop sends a SyncMessage about a story.
- Use move_rows instead of reinserting upon new message reception
- Big refactoring work by Lucien XU
- Send messages via the Websocket instead of the PushService
- Display avatars
- Display Signal profile names, with preference for local contact names in settings
- Implement displaying and sending quotes
- Use Emoji font for displaying reactions when configured as such
- Move (signed) prekeys, identities, sessions into database
- Implement sender keys and unidentified sending at the receiver side for much improved privacy
- Many, many, other tiny and big things.
Whisperfish 0.6.0-beta.12
Hotfix release for the new Signal root certificate
Changes
- Update root CA certificate for Signal production server (4096 bits RSA instead of 2048!)
- Multiple fixes for SailfishOS 3.4
- Fix storage migration corner case
- Fix some registration issues
- Fix cover scrolling behaviour
- Big update of libsignal-protocol version
- Misc layout and input field improvements
- Refactored some storage and Sailfish platform code
Whisperfish 0.6.0-beta.11
Mostly bugfixes for bugs that we introduced in beta.10, but also implements Whisperfish as secondary device. This release is basically completely due to direc85 and Gabriel Margiani; thank you both!
Changes
Whisperfish 0.6.0-beta.10 (code sprint edition!)
Many quality-of-life updates and technical debt fixes, thanks to the code sprint of Matti and Ruben!
Changes
Whisperfish 0.6.0-beta.9
Fixes for stuff in beta.8, mostly.
Changes
- Fix for emoji reaction parsing that could cause a crash
- Fix a crash when manually refreshing a group
- Fix config file location after the Sailjail implementation
- Fix creating debug symbols in CI and offline, run LTO on CI. Debug symbols are now hosted alongside nightl RPMs (and probably also here, let's see how the CD copes)
- Add new config paths to MyBackup paths
Whisperfish 0.6.0-beta.8
A bunch of quality-of-life updates, and SailfishOS 4.4 compatibilty! Direc85 did a lot of work in this release. If you consider donating to me for Whisperfish, please also consider buying direc85 a coffee.
Changes
Whisperfish 0.6.0-beta.7
Edition "omg OpenSSL".
Changes
Whisperfish 0.6.0-beta.6
Edition "invert the event loop". Write-up here: https://github.com/woboq/qmetaobject-rs/issues/102#issuecomment-919798690
Features
Fixes
Whisperfish 0.6.0-beta.5
Fixes
- Reception of messages with attachments, but without accompanying text
- Show contact/payment/deletion/group call update messages as "unimplemented" instead of empty.
Whisperfish 0.6.0-beta.4
Features
- MyBackup compatibility, thanks to Nathan!
- Display group changes and message timer changes in chat.
Fixes
- Fix usage of configured attachment path
- Fix the many empty messages sent by Android and iOS clients for profile key pushes
Translations
- Add Lithuanian, by Gediminas Murauskas
- Updates to Greek, French, Turkish, Dutch, and Vlaams. Thanks to all contributors!
Whisperfish 0.6.0-beta.3
Emergency release for the HTTP-500 "nothing can be send" bug and the BadKeyType bug.
Fixes
Whisperfish 0.6.0-beta.2 (yanked)
Emergency release for the HTTP-500 "nothing can be send" bug.
Features
Fixes
Whisperfish 0.6.0-beta.1
The milestone on Gitlab for this release
Features
Translations
- We have a Weblate account now!
- Portuguese translation, thanks to Yield and Antonio Maretzek!
- Czech translation, thanks to PawelSpoon!
- Turkish translation, thanks to Oğuz Ersen!
- Nowegian translation, thanks to Allan Nordhøy!
- Many, many, many, MANY cleanup operations on Dutch, German, French, and Spanish, thanks to Nathan, Dryo, and J. Lavoie!
Fixes
- More stable reconnection management. Flight mode and network changes should now work as expected.
- Access contacts through the Nemo QML interface instead of raw contacts.db. This interface will probably be more stable than the raw SQLite, and keeps compatibility across 3.x and 4.x.
- A "privileged file" allows us to read contact lists again on SailfishOS 4.0
- More or less fixed video playback
- Fix lingering notifications on session activation, thanks to flypig!
- JPEG rotation is now correct in Whisperfish (but not yet on Android), thanks to Mirian Margiani.
- Image zoom is more intuitive for images that are almost the same size as the screen, thanks to Mirian Margiani.
Whisperfish 0.6.0-alpha.9
Fixes startup on upgraded contact database.
Whisperfish 0.6.0-alpha.8
Features/fixes
Whisperfish 0.6.0-alpha.7
Features
Fixes
- Create the correct attachments download directory, should fix attachments downloading for new installations.
- Some phone numbers (notably with dashes, parantheses or dots) did not show up with names.
- New members in a group show up, group renames come through.
- Group members show up as names, not phone numbers, thanks to Thomas Michel.
- Fixes copying message to clipboard, thanks to Thomas Michel.
- Auto-focus password field, thanks to Markus.
Whisperfish 0.6.0-alpha.6
Features
- The conversation page got a complete overhaul in design. I hope you like it.
Fixes
- Fix a race condition during registration, which may corrupt the settings file.
- Sent messages update the session view
- More names show up correctly in session view (please file an issue if it's still buggy!)
- Session sections
- Sent attachments show up as thumbnails
- Some translation work in the (currently disfunctional) Device List page
Whisperfish 0.6.0-alpha.5
Features
- Sending new messages to a single contact, clean-up of contact selection
- Started French language translation
- French translation finished (thanks Thibaut Vandervelden)
- Spanish translation got a lot of clean-up (thanks carlosgonz)
- Settings page looks a lot nicer
Fixes
- Settings page revamped, looks a lot cleaner
- attachment_dir was not set on settings init.
- Contact DB fix for non-nemo users (new 3.4 installs, alternate users)
- Show build ID in about screen
- Notifications with vibration and sound
Whisperfish 0.6.0-alpha.4
The milestone on Gitlab for this release
Features:
Under the hood:
- Partial support new UUID-based identifiers
- Initial tooling for future database migrations
- Pre-key refreshing
- Attachment failure log (set attachment_log=true in harbour-whisperfish.conf)
Whisperfish 0.6.0-alpha.3
The milestone on Gitlab for this release
- Sending direct and group messages, notably no attachments.
Whisperfish 0.6.0-alpha.2
The milestone on Gitlab for this release
- Receiving messages and their attachments
Whisperfish 0.6.0-alpha.1
The milestone on Gitlab for this release
- GUI performance improvement
Comments
rubdos
Fri, 2021/03/19 - 01:02
Permalink
Owkay, I just tried to do the backport of the relevant patches, but it's a mess to back port. Beta.1 will include a totally new GUI and a big refactor of the backend, so it's non-trivial conflicts a volonté here.
I'll prepare a version alpha.9 that ignores the error instead, such that WF will start again. I'm spending a lot of time getting beta.1 in shape, it'll be awesome!
dalas_revo
Fri, 2021/03/19 - 10:10
Permalink
Thanks for your hard work on this issue and on the app!
rubdos
Thu, 2021/03/18 - 21:45
Permalink
Thanks for reporting, I'll try to fix that tomorrow in a new alpha.9. I didn't realize that I had not included the contact fixes in alpha.8. That probably means that practically nobody can use Whisperfish on 4.0.1.48, but you're the first to report. Pretty curious.
nerd7473
Wed, 2021/03/10 - 18:46
Permalink
Will we get videocalls eventually?
rubdos
Wed, 2021/03/10 - 21:36
Permalink
Very very eventually, I hope to implement that indeed :-)
delocoyo
Thu, 2021/02/25 - 23:11
Permalink
noax8 ....I cant join
rubdos
Fri, 2021/02/26 - 10:54
Permalink
I've sent you an invite, hope that's better now :)
delocoyo
Thu, 2021/02/25 - 15:36
Permalink
I cant find the room in matrix using Elements
rubdos
Thu, 2021/02/25 - 21:39
Permalink
By the way, if you still want to join, try to type /join #whisperfish:rubdos.be in any chat. Otherwise, let me know your Matrix username and I'll invite you!
delocoyo
Thu, 2021/02/25 - 15:24
Permalink
I have just send it in gitlab. I dont if thats tge best way for you,
rubdos
Thu, 2021/02/25 - 15:53
Permalink
Yes, let's continue this on Gitlab, that's perfect :-)
delocoyo
Thu, 2021/02/25 - 15:03
Permalink
Also if I try to open, holfing the message I cab open or delete. If I push open , the app failed.
delocoyo
Thu, 2021/02/25 - 14:58
Permalink
And I can even heard the audios
delocoyo
Thu, 2021/02/25 - 14:57
Permalink
Where should I send it to you?
delocoyo
Thu, 2021/02/25 - 12:31
Permalink
Hej rubdos. Been in koli 4 I cant read or see pictures that people is sending to me. I receive them, but cant open them.
rubdos
Thu, 2021/02/25 - 13:22
Permalink
Did this work before? Do their thumbnails show up? Please show me the contents of `.config/harbour-whisperfish/harbour-whisperfish.conf`, e.g. by running `cat .config/harbour-whisperfish/harbour-whisperfish.conf | grep attachment`. I think I know what bug this is; if I'm right this will be solved in the next release, but I'll walk you through getting it fixed already.
konst
Thu, 2021/02/25 - 10:30
Permalink
Hello! The app doesn't start. Freshly installed SFOS on XA2, 4.0.1.48.
When I tap on the icon, it moves in the screen with other running apps, then disappears in ~5 seconds
inte
Thu, 2021/02/18 - 01:54
Permalink
Is it just me or are conatcts not syncing any more in 4.0.1.48? And, by the way, the contact name shown previously appears to be the name stored in the nickname field which is not optimal since messenger id is stored in this field by the system when using the built in chat function??
rubdos
Thu, 2021/02/18 - 13:49
Permalink
Definitely not just you. It's in the description:
This is fixed in the master branch. Maybe I should branch out *yet another* alpha, now that 4.0 is actually released...
edp17
Fri, 2021/02/12 - 15:49
Permalink
Hello,
Thank you for working on native a Signal client.
The previous ones worked fine but the latest version on my Note4 port (SFOS 4.0.1.45) doesn't work. When I hit the Register button, I only get a white screen, then little later it displays a message at the top: "Could not connect to the reCAPTCHA service. Please check your internet connection and reload to get a reCAPTCHA challenge."
The internet (wifi) is on as I just installed the app and there is no way to reload the page. There is some log here: https://paste.ubuntu.com/p/XYw92dYNKv/
rubdos
Fri, 2021/02/12 - 15:57
Permalink
This is sadly something we didn't get to work around on 4.0. See known issues here in the description and on https://gitlab.com/rubdos/whisperfish/-/wikis/home
I suggest you register on a 3.4 device and copy over your storage directories, we do not a have a fix handy yet, we're awaiting a bug report with Jolla.
edp17
Fri, 2021/02/12 - 16:33
Permalink
Thank you. I'll try that.
rubdos
Fri, 2021/02/12 - 18:44
Permalink
Check https://gitlab.com/rubdos/whisperfish/-/issues/229 for the right directories!
lunatix
Wed, 2021/02/10 - 18:32
Permalink
Hello @rubdos and thank you very much for this app. Here my few questions:
- Do you confirm that we cannot run the android app and your app at the same time?
- Is there any workaround to join existing groups ? Or do we need to create new groups ourselves?
- Any plan to implement the "swipe move" to answer to a specific message?
Once again, thank you very much for your work, keep it up!
rubdos
Wed, 2021/02/10 - 20:02
Permalink
Yes, Whisperfish and the Android Signal app are both "primary device" apps. Ntninja has a work-in-progress branch that would enable Whisperfish to act as "secondary device", which would enable using WF and an official app at the same time. This is not a priority for me though.
No workaround for GroupV2, we have to implement completely new crypto for this. Creating groups from Whisperfish is also not possible. The only thing you can do, is to ask a group member to create a new group that includes you from the beginning. GroupV2 is high on the priority list because of several reasons.
Swipe move? If you refer to "reacting" to a message (both with emoji and with text), yes, this is planned, but not a priority currently.
lunatix
Wed, 2021/02/10 - 20:38
Permalink
Thank you for your answers!
deprecated
Tue, 2021/02/09 - 20:14
Permalink
@rubdos Thank you for all your hard work and devotion to our community. If there's anything I can help with (testing, trying different configurations, etc.) I'll be glad to do so.
Am I correct in assuming that, if I register Whisperfish before updating to Sailfish 4.x, the captcha rendering should work okay?
Thank you!
rubdos
Wed, 2021/02/10 - 11:30
Permalink
Very correct assumption! I urge everyone to register before upgrading to 4.0, because I'm not sure whether we will resolve this issue before 4.1 comes out. There seems to be an issue with Jolla's library.
Testing is very much appreciated indeed. If you want to live on the edge, you can download the master branch builds, but if you do so, please come have a chat on IRC or Matrix :-)
csg1976
Mon, 2021/02/08 - 11:28
Permalink
Cannot register for some reason. "Client could not be set up"
rubdos
Mon, 2021/02/08 - 15:49
Permalink
We're currently working on fixing this, as currently written in the description. Getting it done is a bit more difficult than expected. :-(
Pages