Releases: tinode/chat
Bug fixes
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
- Merged changes from 0.24.7
- 1faa4b0 Reject auth level assigned by non-ROOT (previously it was silently ignored).
- 6939413 Transitioned
py_grpcbuild fromsetup.pyto pyproject.toml - edba87c Replaced deprecated
pkg_resourceswithimportlib.metadata
Full Changelog: v0.25.0-beta1...v0.25.0-beta3
CORS wildcards, bug fixes
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
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
Bug fix in PostgreSQL search query
Fix for search queries failing in Postgres. No other changes.
Full Changelog: v0.24.4...v0.24.5
Minor updates
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
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-streamto avoid collision with drafty form response
Full Changelog: v0.24.2...v0.24.3
Bug fixes
REQUIRES DATABASE UPDATE when moving from 0.24.0
Server
- Make MySQL & PostgreSQL DSN fully configurable in Docker ed9468a
- Return
no datafor short search queries instead oferror 400a0aa07e - Fix for #960
- Docs: emphasise problems with MySQL MyISAM storage engine, clarify use of
EXT_CONFIGin docker. - Dependencies updated
Full Changelog: v0.24.1...v0.24.2
TinodeWeb
- Incorporates JS-SDK fixes https://github.com/tinode/webapp/releases/tag/v0.24.2
JS-SDK
- Minor bug fixes https://github.com/tinode/tinode-js/releases/tag/v0.24.2
Tindroid
Tinodios
no changes
v0.24.1
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