New releases, updates, important announcements and sales discounts. Information about future versions
User avatar
Alona Kutsenko
Follow our Twitter to stay tuned!

MyChat versions history

The brackets show when a new feature is created or when a bug is fixed.

[+] new feature;
[*] fixed bug or improved feature;
[-] fixed bug.

MyChat Client
[+] (07.09.2024) (win32) notifications about a user's typing in the chat are sent to a conference too;
[+] (07.09.2024) (win32) notifications about a user's response in a private dialogue are also supplemented with information about OS type (Windows, iOS, Android, Linux, macOS, win32next, web);
[+] (10.07.2024) (android) added an option to record voice messages in private dialogues and conferences. To do this, hold the record button. You can lock the button not to hold your finger on the screen during the record, and also cancel the record, if necessary;
[+] (12.04.2024) (ios) added option to use a PIN code for device protection;
[+] (12.04.2024) (android) the button for saving an image to a download folder on the view screen;
[+] (03.04.2024) (win32) plugin for calls: rotate the screen with incoming video call, and apply mirror display, if necessary;
[+] (03.04.2024) (win32) options.json file with custom settings that you can place next to mcclient.exe;
[+] (03.04.2024) (win32) console command "refresh options" for updating the program's custom settings instantly, without restart;

[*] (13.08.2024) (win32) the program's log displays not only a full path for mcclient.exe launch but all the command keys too;
[*] (24.04.2024) (android) (ios) a user's profile displays time after changing the status, and not from the moment of connection to the server;

[-] (26.08.2024) (ios) sending an image via the menu "Share" causes the error after uploading on the server. Fixed;
[-] (14.08.2024) (android) when requesting a client's location some devices with Android 14 OS shut down with an error. Fixed;
[-] (12.07.2024) (win32) when entering an incorrect password in the account manager (Alt+A), and then, after the error display press Alt+F4, it is impossible to get into account manager. Fixed;
[-] (09.07.2024) (win32) error when rendering a user's last connection in a private dialogue, and this user was never connected to the server (for example, they just created an account). Looping requests occur on the server and the client application becomes stuck. Fixed;
[-] (04.07.2024) (android) (ios) when the win-32 application has the setting "Accept calls only from the contacts only" on, mobile applications continue calling after decline;
[-] (04.07.2024) (win32) file of additional localization (French, Spanish) was not included in the MSI package. Fixed;
[-] (11.06.2024) (win32) incorrect display of received broadcasts, the window "freezes" and the information with the list of broadcasts does not show. Fixed;
[-] (01.05.2024) (win32) error when displaying user's status and time of online/offline period when viewing user's profile (F4) in different localizations;
[-] (24.04.2024) (win32) error dealing with detecting the time of the last changed status (offline, away, dnd) in private dialogues, "on top". Fixed;
[-] (24.04.2024) (win32) error dealing with displaying sent message status in a private dialogue (read/delivered). In some cases, the status displays incorrectly. Fixed;
[-] (11.04.2024) (win32) error ID 3E337333, "Invalid characters in file name", occurs when inserting images as files from the clipboard into chat (Ctrl+V, Shift+Ins);
[-] (11.04.2024) (win32) error ID 2655071D, occurs when exiting the program or shutting down due to an emergency (for example, wrong database version, etc.);
[-] (11.04.2024) (win32) fixed error ID 4E759ACC occurs when attempting to make a media call;
[-] (10.04.2024) (webkit) if the rule that forbids a user to make a call [#206] — the plugin for calls does not end its work when an interlocutor ends the call. Fixed;
[-] (01.04.2024) (kanban) when re-uploading a file in a task, the file does not update. Fixed;
[-] (03.04.2024) (win32) saving the program's settings does not work. Fixed;

MyChat Server
[+] (24.04.2024) updated the interface of the application; changing the application language on the toolbar in one click, and quick access to frequently asked questions regarding the server;

[*] (06.08.2024) improved server's work stability during a sudden power outage (previously, there were main.abs database errors);
[*] (17.07.2024) (kanban) tags sorting in project tasks: most used are higher in the list;
[*] (admin) without an external server address it is not possible to check the connection to the PUSH server. Now, the connection check in the section "Port test" works without specifying an external address;

[-] (25.07.2024) (core) NodeJS issue that makes it impossible to send large files (> ~600MB) in the chat;
[-] (29.04.2024) (forum) when switching to the language that is not in the list of localizations, then the forum page does not load;
[-] (22.04.2024) (admin) if the list of the settings templates is empty, a new template is not added. Fixed;
[-] (11.04.2024) error ID 34E04653 occurs during the server's shutting down process when pressing the button "Lobby";
[-] (11.04.2024) error ID AE3ABD3C "database is locked" occurs when attempting to run the GUI application while the service is already working;
[-] (11.04.2024) error ID 4C20DB06 when shutting down the server occurs when attempting to run the GUI application while the service is already working;
[-] (11.04.2024) error ID 05CDD7E4 during the server emergency shut down. For example, when launching a copy or starting with the notification that some ports is busy and it's impossible to launch the server.
User avatar
Alona Kutsenko
This section is empty because we have not yet started working on the next version. :)
User avatar
Alona Kutsenko
MyChat Client
[-] (01.04.2024) (kanban) when re-uploading a file in a task, the file does not update. Fixed.
User avatar
Alona Kutsenko
MyChat Client
[+] (03.04.2024) (win32) plugin for calls: rotate the screen with incoming video call, and apply mirror display, if necessary;
[+] (03.04.2024) (win32) options.json file with custom settings that you can place next to mcclient.exe;
[+] (03.04.2024) (win32) console command "refresh options" for updating the program's custom settings instantly, without restart;

[-] (03.04.2024) (win32) saving the program's settings does not work. Fixed;

The example of the options.json file:
Code: Select all
{
  "MediaCallsWindow" : {
    "Top"     : 300,
    "Left"    : 550,
    "Width"   : 320,
    "Height"  : 240,
    "Monitor" : "screen:0:1",
    "VideoRotate" : 2,
    "VideoMirror" : true,
    "WindowVisible": false
  }
}


The latest build — 2024.3.1
(update the page by Ctrl+F5)

Update guide
User avatar
Alona Kutsenko
MyChat Client
[-] (10.04.2024) (webkit) if the rule that forbids a user to make a call [#206] — the plugin for calls does not end its work when an interlocutor ends the call. Fixed.
User avatar
Alona Kutsenko
MyChat Client
[-] (11.04.2024) (win32) error ID 3E337333, "Invalid characters in file name", occurs when inserting images as files from the clipboard into chat (Ctrl+V, Shift+Ins);
[-] (11.04.2024) (win32) error ID 2655071D, occurs when exiting the program or shutting down due to an emergency (for example, wrong database version, etc.);
[-] (11.04.2024) (win32) fixed error ID 4E759ACC occurs when attempting to make a media call;

MyChat Server
[-] (11.04.2024) error ID 34E04653 occurs during the server's shutting down process when pressing the button "Lobby";
[-] (11.04.2024) error ID AE3ABD3C "database is locked" occurs when attempting to run the GUI application while the service is already working;
[-] (11.04.2024) error ID 4C20DB06 when shutting down the server occurs when attempting to run the GUI application while the service is already working;
[-] (11.04.2024) error ID 05CDD7E4 during the server emergency shut down. For example, when launching a copy or starting with the notification that some ports is busy and it's impossible to launch the server.
User avatar
Alona Kutsenko
MyChat Client
[+] (12.04.2024) (ios) added option to use a PIN code for device protection;
[+] (12.04.2024) (android) the button for saving an image to a download folder on the view screen.
User avatar
Alona Kutsenko
MyChat Server
[-] (22.04.2024) (admin) if the list of the settings templates is empty, a new template is not added. Fixed.
User avatar
Alona Kutsenko
MyChat Client
[-] (24.04.2024) (win32) error dealing with detecting the time of the last changed status (offline, away, dnd) in private dialogues, "on top". Fixed;
[-] (24.04.2024) (win32) error dealing with displaying sent message status in a private dialogue (read/delivered). In some cases, the status displays incorrectly. Fixed.
User avatar
Alona Kutsenko
MyChat Client
[*] (24.04.2024) (android) (ios) a user's profile displays time after changing the status, and not from the moment of connection to the server.
User avatar
Alona Kutsenko
MyChat Server
[-] (29.04.2024) (forum) when switching to the language that is not in the list of localizations, then the forum page does not load.
User avatar
Alona Kutsenko
MyChat Client
[-] (11.06.2024) (win32) incorrect display of received broadcasts, the window "freezes" and the information with the list of broadcasts does not show. Fixed.
User avatar
Alona Kutsenko
MyChat Client
[-] (04.07.2024) (android) (ios) when the win-32 application has the setting "Accept calls only from the contacts only" on, mobile applications continue calling after decline;
[-] (04.07.2024) (win32) file of additional localization (French, Spanish) was not included in the MSI package. Fixed.
User avatar
Alona Kutsenko
MyChat Server
[*] (admin) without an external server address it is not possible to check the connection to the PUSH server. Now, the connection check in the section "Port test" works without specifying an external address.
User avatar
Alona Kutsenko
MyChat Client
[-] (09.07.2024) (win32) error when rendering a user's last connection in a private dialogue, and this user was never connected to the server (for example, they just created an account). Looping requests occur on the server and the client application becomes stuck. Fixed.
User avatar
Alona Kutsenko
MyChat Client
[+] (10.07.2024) (android) added an option to record voice messages in private dialogues and conferences. To do this, hold the record button. You can lock the button not to hold your finger on the screen during the record, and also cancel the record, if necessary;
Attachments
voice_recording.gif
Recording voice messages in MyChat
voice_recording.gif (226.18 KiB) Viewed 24637 times
User avatar
Alona Kutsenko
MyChat Client
[-] (12.07.2024) (win32) when entering an incorrect password in the account manager (Alt+A), and then, after the error display press Alt+F4, it is impossible to get into account manager. Fixed.
User avatar
Alona Kutsenko
MyChat Server
[*] (17.07.2024) (kanban) tags sorting in project tasks: most used are higher in the list.
User avatar
Alona Kutsenko
MyChat Server
[-] (25.07.2024) (core) NodeJS issue that makes it impossible to send large files (> ~600MB) in the chat.
User avatar
Alona Kutsenko
MyChat Server
[*] (06.08.2024) improved server's work stability during a sudden power outage (previously, there were main.abs database errors);
User avatar
Alona Kutsenko
MyChat Client
[*] (13.08.2024) (win32) the program's log displays not only a full path for mcclient.exe launch but all the command keys too.
User avatar
Alona Kutsenko
MyChat Client
[-] (14.08.2024) (android) when requesting a client's location some devices with Android 14 OS shut down with an error. Fixed.