New releases, updates, important announcements and sales discounts. Information about future versions
User avatar
Alona Kutsenko
MyChat versions history

The brackets show the date when a new feature was created or when a bug was fixed.

[+] new feature;
[*] fixed bug or improved feature;
[-] fixed bug.
meme.jpg
meme.jpg (29.72 KiB) Viewed 11571 times


MyChat Client
[+] (07.31.2021) rendering QR codes and barcodes scanned by Android phones and inserting images of codes and text into chat;
[+] (07.31.2021) insert highlighted source code of various programming languages;
[+] (07.16.2021) (Android) added the option to mute notifications for each conference separately;
[+] (06.28.2021) F4 — viewing the last message's read status in a conference;
[+] (06.28.2021) the setting "Display a conference large image on the information panel (Ctrl + /)";

[-] (08.07.2021) when recording calls, often voice calls or screen sharing work incorrectly — one of the users can't hear another. Fixed;
[-] (08.07.2021) files with call recordings are named incorrectly, the dates do not match reality; Fixed.
[-] (08.04.2021) (Android) checking TURN server availability is performed before answering a call. Fixed;
[-] (08.04.2021) incorrect links with encoded UNICODE content are impossible to insert into the chat using Ctrl+V because the decoding algorithm fails. Fixed. Now such links are inserted into the chat as they are, without decoding;
[-] (07.31.2021) impossible to copy selected quoted text to the clipboard. Fixed;
[-] (07.21.2021) even if the integration with Asterisk is disabled, its context menu options for calls are still displayed in MyChat Client. Fixed;
[-] (07.08.2021) console command "Records" does not work. Fixed;
[-] (07.05.2021) automatic recording of voice calls does not work. Fixed;

MyChat Server
[+] (08.04.2021) (Admin) console command Help for opening a Help page with server's scripts;
[+] (08.04.2021) (Admin) console command Remove PushTokens for deleting any PUSH tokens for sending notifications on mobile devices;
[+] (08.04.2021) (Admin) console command CloseOldPrivateDialogs to force closing users' old private dialogues;
[+] (08.04.2021) (Admin) console command PushTokens to get a list of tokens for PUSH services for sending messages on Android and iOS devices;
[+] (07.05.2021) (MSL) new parameter in the function mGetUsersListByParams — "InCommonContacts" — all users who are included in the common contact list";

[*] (08.07.2021)(Kanban) after closing the window for editing a protect, the task list twitches because of the sorting. Fixed;

[-] (08.07.2021) (Kanban) fixed error when filtering tasks according to tags in the section "Tasks";
[-] (06.22.2021) (Core) PUSH notifications do not work because the PUSH server's IP address was 127.0.0.1. Fixed.
User avatar
Alona Kutsenko
MyChat Server
[-] (06.22.2021) (Core) PUSH notifications do not work because the PUSH server's IP address was 127.0.0.1. Fixed.

This issue can be fixed manually.
Find the file C:\Program Files (x86)\MyChat Server\node\server\service\mcWebGateWay.js and replace
Code: Select all
const pushServerIP      = "127.0.0.1";
// const pushServerIP      = "mychat-server.com";

with
Code: Select all
// const pushServerIP      = "127.0.0.1";
const pushServerIP      = "mychat-server.com";
User avatar
Alona Kutsenko
MyChat Client
[+] (06.28.2021) F4 — viewing the last message's read status in a conference;
[+] (06.28.2021) the setting "Display a conference large image on the information panel (Ctrl + /)".
User avatar
Alona Kutsenko
MyChat Server
[+] (07.05.2021) (MSL) new parameter in the functionv mGetUsersListByParams — "InCommonContacts" — all users who are included in the common contact list.
User avatar
Alona Kutsenko
MyChat Client
[-] (07.05.2021) automatic recording of voice calls does not work. Fixed.
User avatar
Alona Kutsenko
MyChat Client
[-] (07.08.2021) console command "Records" does not work. Fixed.
User avatar
Alona Kutsenko
MyChat Client
[+] (07.16.2021) (Android) added the option to mute notifications for each conference separately.
User avatar
Alona Kutsenko
MyChat Client
[-] (07.21.2021) even if the integration with Asterisk is disabled, its context menu options for calls are still displayed in MyChat Client. Fixed.
User avatar
Alona Kutsenko
MyChat Client
[+] (07.31.2021) insert highlighted source code of various programming languages;

ins-source-code.png
Tool for inserting code to MyChat
ins-source-code.png (10.43 KiB) Viewed 11285 times

The text is automatically inserted from the clipboard; choose highlight colors, download program text from a file, save edited variant to a file or print it:

source-code-edit.png
MyChat source code editor
source-code-edit.png (30.81 KiB) Viewed 11285 times

sent-code.png
Sent code in MyChat
sent-code.png (78.38 KiB) Viewed 11285 times

[+] (07.31.2021) rendering QR codes and barcodes scanned by Android phones and inserting images of codes and text into chat;

barcodes.png
QR code, barcode in MyChat
barcodes.png (79.84 KiB) Viewed 11285 times

[-] (07.31.2021) impossible to copy selected quoted text to the clipboard. Fixed.
User avatar
Alona Kutsenko
MyChat Client
[-] (08.04.2021) (Android) checking TURN server availability is performed before answering a call. Fixed;
[-] (08.04.2021) incorrect links with encoded UNICODE content are impossible to insert into the chat using Ctrl+V because the decoding algorithm fails. Fixed. Now such links are inserted into the chat as they are, without decoding.
User avatar
Alona Kutsenko
MyChat Server
[+] (08.04.2021) (Admin) console command CloseOldPrivateDialogsto force closing users' old private dialogues;
[+] (08.04.2021) (Admin) console command PushTokens to get a list of tokens for PUSH services for sending messages on Android and iOS devices.
User avatar
Alona Kutsenko
MyChat Client
[-] (08.07.2021) when recording calls, often voice calls or screen sharing work incorrectly — one of the users can't hear another. Fixed;
[-] (08.07.2021) files with call recordings are named incorrectly, the dates do not match reality; Fixed.

MyChat Server
[+] (08.04.2021) (Admin) console command Help for opening a Help page with server's scripts;
[+] (08.04.2021) (Admin) console command Remove PushTokens dor deleting any PUSH tokens for sending notifications on mobile devices;

[*] (08.07.2021) (Kanban) after closing the window for editing a protect, the task list twitches because of the sorting. Fixed;

[-] (08.07.2021) (Kanban) fixed error when filtering tasks according to tags in the section "Tasks".