Releases: hoehermann/purple-gowhatsapp
Releases · hoehermann/purple-gowhatsapp
Nightly 20251225
Have option to set our device name. Implements #258.
Release 1.21.0
* Update: Depends on whatsmeow v0.0.0-20251217143725-11cf47c62d32. * Update: Requires Go 1.25.5. * Feature: Resolve hidden user server (`@lid`) IDs to phone number IDs. * Feature: Creates symlinks aliasing directories after storing automatically downloaded files. * Feature: Support `$name` and `$title` in automatic download file path template. * Feature: Remove "passive client mode". * Feature: Remove "client-appearance". * Change: Prefix status messages with „[STATUS]“ for distinction from ordinary messages. * Change: Option `handle-images` can now inline images without asking the user where to store them first via setting `inline`, `xfer` or `both` (was: Boolean option `inline-images`). * Change: Default database options busy_timeout is now 3 seconds (was: unset), journal_mode is now WAL (was: the default DELETE) * Bugfix: Double free of Go attachment handle after purple xfer failed. * Bugfix: Release table of replacements after filling the path template.
Nightly 6eb33d398142e5791cf065026b542ad5b0596007
nightly-6eb33d398142e5791cf065026b542ad5b0596007 Try to supply both debug and stripped dlls.
Release 1.20.0
* Update: Depends on whatsmeow v0.0.0-20250617170509-947866bb9f75. * Feature: Group chat participants from the hidden user server `lid` have their names resolved. * Feature: Have action to flush contacts (replaces local cache with fresh data). * Feature: Have option for [passive client mode](https://godocs.io/go.mau.fi/whatsmeow#Client.SetPassive). * Feature: Have option to [force active delivery recepits](https://godocs.io/go.mau.fi/whatsmeow#Client.SetForceActiveDeliveryReceipts). * Feature: Support more keywords in automatic download file path template. * Change: All attachments are downloaded directly to disk and decrypted in-place (was: keep in buffer until user decides where to store the data). * Change: A profile picture is downloaded when the contact changes it (was: on login only). * Bugfix: Downloading profile pictures now actually happens asynchronously. * Bugfix: Contacts may be displayed as "away" even when they are not fetched again on every login.