Skip to content

Releases: d99kris/nchat

v5.10.15

20 Sep 06:24

Choose a tag to compare

  • fixes #398 - add support for custom unread chat color
  • fixes #332 - document work-around for transparent background on linux
  • fixes #378 - add logging related to setting current chat after startup
  • fixes #366 - disable go buildvcs to fix build error
  • fixes #392 - add support for desktop notifications on connectivity status changes
  • fixes #391 - fix hang when using proxy with telegram
  • fixes #386 - more robust db journaling and synchronization for cache
  • fixes #387 - suppress output from desktop notify command
  • ensure correct top bar status with multi-protocol usage
  • log system info in lower-case for consistency
  • log last good version if different from current
  • improved error handling for detection of desktop notify and spell checker commands
  • update whatsmeow to 20250914 from tulir/whatsmeow@6e8bb0a
  • update tdlib to 1.8.52 from tdlib/td@4269f54

v5.9.15

16 Aug 07:29

Choose a tag to compare

  • update whatsmeow to 20250801 from tulir/whatsmeow@a23b35d
  • fixes #378 - auto-select chat with last received message prior to connection time
  • fixes #379 - handle received whatsapp caption updates
  • add telegram support for editing captions
  • add whatsapp support for editing captions
  • retain selection on contact list update
  • fetch whatsapp contacts from client library instead of cache
  • fixes #385 - allow notifications for already notified unread chats
  • fixes #384 - prevent notifications for old messages
  • fixes #294 - prune cache when syncing all contacts
  • fixes #381 - fix make.sh deps support for debian
  • fixes #380 - fix make.sh deps support for gentoo
  • update doc, adding back alternatives section

v5.8.4

28 Jun 03:49

Choose a tag to compare

v5.7.24

17 May 04:54

Choose a tag to compare

  • fixes #319 - auto-disable telegram on big endian platforms
  • fixes #352 - fix crash on page down quickly after message search
  • add build option for enabling address sanitizer
  • cache custom setup options (use_pairing_code, use_qr_terminal) set via env variables
  • fixes #370 - add support for whatsapp setup using pairing code
  • update doc with how to enable logging in debugging instructions
  • update tdlib to 1.8.48 from tdlib/td@b8b08b0
  • update whatsmeow to 20250501 from tulir/whatsmeow@4c93ee4
  • fix suffixed count conversion issue for large numbers greater than peta
  • reduce debug logging verbosity
  • fixes #363 - add support for static linking of internal libs
  • fix terminal title regression by reverting ui refactoring changes
  • fix potential race condition for top bar status
  • improved ui model mutex handling
  • fixes #361 - editing a sent message should not copy it to clipboard
  • fix telegram crash when scrolling history fast
  • add support for custom unread chat indicator
  • fixes #355 - fix occasional whatsapp contact incorrect online/away status

v5.6.7

22 Mar 02:11

Choose a tag to compare

  • fix crash on whatsapp qrcode setup timeout
  • update whatsmeow to 20250212 from tulir/whatsmeow@6b29183
  • update tdlib to 1.8.45 from tdlib/td@8e29c4d
  • update emoji list
  • fix memory leaks on exit
  • fix whatsapp run-time memory leaks
  • update doc for low memory systems build
  • message history search to match on sender name in addition to message text

v5.5.14

15 Feb 06:40

Choose a tag to compare

  • fixes #314 - whatsapp to handle 'delete from me' from other devices
  • fixes #330 - improved word wrapping for wide character text (chinese, emojis, etc)
  • fix dummy protocol last message timestamp and add line wrapping test chats
  • update whatsmeow to 20250131 from tulir/whatsmeow@c3c6a06
  • update tdlib to 1.8.44 from tdlib/td@28c6f2e
  • fixes #334 - update doc to indicate that whatsapp on musl is not supported
  • fixes #329 - set message expiration when sending to whatsapp group with disappearing messages
  • swap default key bindings for goto_chat and select_contact
  • chat and contact dialogs to honor emoji_enabled setting
  • add make.sh deps support for arch arm
  • portability fixes for building with gcc on mac

v5.4.2

28 Dec 11:12

Choose a tag to compare

v5.3.5

30 Nov 05:49

Choose a tag to compare

  • update whatsmeow to 20241015 from tulir/whatsmeow@3fa42c3
  • update tdlib to 1.8.37 from tdlib/td@21e5ce0
  • whatsapp attachments to use extension of detected file type
  • add support for viewing animations

v5.2.11

28 Sep 05:25

Choose a tag to compare

  • developer mode to show user id in contact and chat list dialogs
  • update whatsmeow to 20240906 from tulir/whatsmeow@d910a51
  • update tdlib to 1.8.36 from tdlib/td@87d8810
  • fixes #292 - fix android termux build of whatsapp
  • fixes #291 - add option to list all emojis in the emoji dialog
  • fixes #290 - honor pinned status in chat list sort order
  • do not auto-disable whatsapp if golang does not meet build requirements
  • fixes #280 - use original file type when forwarding files
  • fixes #286 - fix android termux build of telegram

v5.1.29

24 Aug 02:06

Choose a tag to compare

  • fixes #273 - add support for quoting/replying when sending a file
  • add support for go to chat dialog
  • fixes #277 - file selection dialog to persist last visited directory
  • fixes #272 - stop connection attempt on wrong database encryption key
  • fixes #276 - add support for hiding whatsapp status updates
  • improved telegram authentication logging
  • reduce log level for chats missing settings during initial whatsapp sync
  • update tdlib to 1.8.34 from tdlib/td@1fa2a37
  • update whatsmeow to 20240727 from tulir/whatsmeow@bb5852f
  • add support for dumping warning and error log messages to stdout upon exit
  • fix version bump step in tdlib/whatsmeow update scripts
  • fix muted chats with unread cached messages being indicated as unread
  • add logging of conflicting key.conf mappings
  • fixes #265 - add support for showing search filter in list dialogs
  • minor dialog fixups: more descriptive titles, only shade hidden in file list dialog
  • fixes #264 - add support for forwarding messages
  • fixes #263 - add support for sending text caption when transferring files
  • fix whatsapp messages shown as unread after initial setup
  • improved config file parsing, trimming spaces
  • list self as 'Saved Messages' in address book
  • avoid crash on messages vec/map mismatch, log warning instead
  • fixes #242 - proper sorting of unmuted chats not requiring restart
  • fixes #259 - fix editing whatsapp message loosing quoted text in history view
  • update versioning scheme and hide version from top bar
  • add option to disable preview of links in messages sent
  • show alt-key bindings in helpbar
  • add optional support for send with enter key