Skip to content

Releases: tinode/chat

Bug fixes

26 Nov 10:20
5ca9eff

Choose a tag to compare

Bug fixes Pre-release
Pre-release

Server

  • Minor bug fixes
  • Dependencies updated
  • Documentation updated

Full Changelog: v0.25.0-beta3...v0.25.0-rc1

Tindroid

Bug fixes
https://github.com/tinode/tindroid/releases/tag/v0.25.0-rc2

Tinodios

  • Pinning chats.
  • Show subscriber count in group chats and channels.
  • Swift Package Manager and Swift UI Support by @jeremyosterhoudt
  • Italian translation
  • Bug fixes due to Apple deprecating features
  • Deployment target changed to 15
  • A couple of XIBs converted to SwiftUI

https://github.com/tinode/ios/releases/tag/vv1.25.0-rc1

TinodeWeb

No material changes

JS-SDK

No material changes

Merged 0.24.7, minor improvements

08 Nov 10:20

Choose a tag to compare

Pre-release
  • Merged changes from 0.24.7
  • 1faa4b0 Reject auth level assigned by non-ROOT (previously it was silently ignored).
  • 6939413 Transitioned py_grpc build from setup.py to pyproject.toml
  • edba87c Replaced deprecated pkg_resources with importlib.metadata

Full Changelog: v0.25.0-beta1...v0.25.0-beta3

CORS wildcards, bug fixes

07 Nov 12:36

Choose a tag to compare

What's Changed

  • #977 Support for wildcards in CORS allow config by @Cold-Coast
  • #970 Fix server-side unread message counter not accounting for deleted messages by @Copilot
  • d24753c Fix: File media server ignores CORS config
  • Fix: updated broken sample scripts in tn-cli

Full Changelog: v0.24.6...v0.24.7

New features: UI mode, configurable font, send on Enter, pinning chats , subscriber count

15 Oct 12:15

Choose a tag to compare

Requires database upgrade

New Features:

  • Dark/light/system-default UI mode in TinodeWeb.
  • Option to change font size for messages.
  • Option to send message on Enter vs send on CTRL-Enter.
  • Ability to pin conversations to top.
  • Show the number of subscribers in group chats and channels; search results sorted by subscriber count.
  • Allow to continue messaging while a video/audio call is in progress (same topic only for now).

Tests & bug fixes:

  • All database adapters covered by tests.
  • Quite a few old and new bugs found and fixed in DB adapters, mostly in rarely used methods like deleting users.

Full Changelog: v0.24.6...v0.25.0-beta1

Bug fixes

10 Oct 12:18

Choose a tag to compare

8678ed8 Fix for #975: incorrect clearing of error when deleting a user.
f1c4a4b Fix problem with parsing MySQL DSN with explicit port number.
b6b8959 Fix call to (*testing.T).Fatal from a non-test goroutine in tests.

Full Changelog: v0.24.5...v0.24.6

Bug fix in PostgreSQL search query

15 Sep 07:17

Choose a tag to compare

Fix for search queries failing in Postgres. No other changes.

Full Changelog: v0.24.4...v0.24.5

Minor updates

06 Sep 07:10

Choose a tag to compare

Server

23f101a Update docker-compose to use MySQL 8.0 instead of 5.7.

Full Changelog: v0.24.3...v0.24.4

Tindroid

Bug fixes
https://github.com/tinode/tindroid/releases/tag/v0.24.4

Tinodios

Bug fixes
https://github.com/tinode/ios/releases/tag/v1.24.4

TinodeWeb

Minor UX improvement:
https://github.com/tinode/webapp/releases/tag/v0.24.4

Fix for busted pgsql & mysql docker images

10 Aug 08:38

Choose a tag to compare

Server

1ded2c0 Fix: Ampersand & causes infinite loop in docker config, #961.
8702626 Change mime-type of Drafty form response to text/x-drafty-fr.
49d3c94 45a8c41 Couple of items not to report as security vulnerabilities.

All client apps:

  • Change mime-type of Drafty form response to text/x-drafty-fr.
  • Change mime-type of JSON file attachments to application/octet-stream to avoid collision with drafty form response

Full Changelog: v0.24.2...v0.24.3

Bug fixes

25 Jul 09:08

Choose a tag to compare

REQUIRES DATABASE UPDATE when moving from 0.24.0

Server

  • Make MySQL & PostgreSQL DSN fully configurable in Docker ed9468a
  • Return no data for short search queries instead of error 400 a0aa07e
  • Fix for #960
  • Docs: emphasise problems with MySQL MyISAM storage engine, clarify use of EXT_CONFIG in docker.
  • Dependencies updated

Full Changelog: v0.24.1...v0.24.2

TinodeWeb

JS-SDK

Tindroid

Tinodios

no changes

v0.24.1

09 Jul 13:00

Choose a tag to compare

REQUIRES DATABASE UPDATE when moving from 0.24.0

Server

  • chore/add ssl mode for postgres adapter by @ercsnmrs in #951
  • chore/add new index for sql optimizations by @ercsnmrs in #953
  • fix/postgres and topic function by @ercsnmrs in #955
  • disable "server_status": "/debug/status" by default and explain its use

Full Changelog: v0.24.0...v0.24.1

Webapp, JS SDK

  • Dependencies updated