Page 1 of 1

MyChat 2024.2 development history

PostPosted: Thu Jan 18, 2024 5:10 pm
by 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
[+] (19.02.2024) (win32) system of full message synchronization on the server;
[+] (10.02.2024) (win32) automatic rendering of local and UNC links, and clicking on them in chat text;
[+] (07.02.2024) (android) (ios) added a setting for optimizing sent messages. If this setting is on, the image resolution is reduced to FullHD (maximum is 1920 pixels on the bigger side). The size is reduced by 60-75%. As a result, photos are sent faster, and their previews for a recipient are generated quicker.
[+] (06.02.2024) (win32) automatic scrolling for messages from conferences to chat window when scrolling the mouse wheel or using a keyboard;
[+] (01.02.2024) (win32) automatic scrolling for messages from private dialogue history to chat window when scrolling the mouse wheel or using a keyboard;

[*] (20.02.2024) (win32) console command /mini resizes the window to the minimum but no longer switches to the console;
[*] (11.02.2024) (win32)correct processing and work with UNC links and links to local folder/files with spaces in names (copying, transition, rendering);
[*] (11.02.2024) (win32) pauses have been removed when processing right-clicks on UNC links that are currently unavailable;
[*] (06.02.2024) (win32) when clicking on an image of a file that you need to download from the server, but it is already deleted, the program does not switch to the console for displaying the error not to miss the focus and context. Instead, it displays a toast notification. The record is written to a log as usual;

[-] (19.02.2024) (win32) incorrect sorting of private dialogues in the window for viewing history; incorrect display of last activity date. Fixed;
[-] (09.02.2024) (ios) after sending the image: on the viewing screen it was downloaded from the server instead of local storage. Fixed;
[-] (09.02.2024) (android) (ios) the function for deleting all private messages does not work correctly and requires logging out of the account. Fixed;
[-] (09.02.2024) (ios) fixed an error that occurred after sharing content via the "Share" menu while the app is active. The client stops processing any events until it is restarted;
[-] (31.01.2024) (ios) files sent from Android were not displayed correctly and were unavailable for download. Fixed;
[-] (25.01.2024) (win32) fixed error ID 117323F8 "Cannot focus a disabled or invisible window";
[-] (25.01.2024) (win32) fixed error ID F43D7638 "Call DeactivateFontsInfo before calling this";
[-] (24.01.2024) (win32) a mistake in the French localization file causes a cyclical error during the update process. Fixed;
[-] (21.01.2024) (win32) filter for users in conference; sometimes, a placeholder is not visible when switching to the conference from a private dialogue;

MyChat Server
[-] (14.02.2024) (admin) in the section "Settings" -> "Configuring SMTP", when inserting the text via the context menu, the program does not offer to save new parameters but allows to use the button "Check connection". Fixed;
[-] (20.01.2024) issue with a first server launch when it should create the very first new account in a clean installation. Fixed.

Re: What has been done for the future version?

PostPosted: Thu Jan 25, 2024 6:12 pm
by Alona Kutsenko
MyChat Client
[-] (25.01.2024) (win32) fixed error ID 117323F8 "Cannot focus a disabled or invisible window";
[-] (25.01.2024) (win32) fixed error ID F43D7638 "Call DeactivateFontsInfo before calling this".

Re: What has been done for the future version?

PostPosted: Wed Jan 31, 2024 12:12 pm
by Alona Kutsenko
MyChat Client
[-] (31.01.2024) (ios) files sent from Android were not displayed correctly and were unavailable for download. Fixed.

Re: What has been done for the future version?

PostPosted: Thu Feb 01, 2024 2:36 pm
by Alona Kutsenko
MyChat Client
[+] (01.02.2024) (win32) automatic scrolling for messages from private dialogue history to chat window when scrolling the mouse wheel or using a keyboard.

The technology works fast, and the history is taken from a database, if any. Messages are read automatically when a mouse wheel is in its initial position. It happens when pressing a button on the scroll bar, mouse wheel, or keyboard (Alt+Home, Alt+Up).

If there are no messages at all (clear database, disabled local message history storing, missing messages) — then they are synchronized from the server and displayed in the chat.

The feature works in private dialogues only and will appear later in conferences too.

Re: What has been done for the future version?

PostPosted: Wed Feb 07, 2024 2:11 pm
by Alona Kutsenko
MyChat Client
[+] (06.02.2024) (win32) automatic scrolling for messages from conferences to chat window when scrolling the mouse wheel or using a keyboard.

It is already working with insignificant inconveniences. For example, if there are too many deleted messages in a conference that go as a block (25 or more), you have to scroll a couple of times more.

[*] (06.02.2024) (win32) when clicking on an image of a file that you need to download from the server, but it is already deleted, the program does not switch to the console for displaying the error to not miss the focus and context. Instead, it displays a toast notification. The record is written to a log as usual.

file-deleted-from-mychat-server.png
A toast message about the deleted file on the server
file-deleted-from-mychat-server.png (11.26 KiB) Viewed 1453 times

Re: What has been done for the future version?

PostPosted: Wed Feb 07, 2024 2:19 pm
by Alona Kutsenko
MyChat Client
[+] (07.02.2024) (android) (ios) added a setting for optimizing sent messages. If this setting is on, the image resolution is reduced to FullHD (maximum is 1920 pixels on the bigger side). The size is reduced by 60-75%. As a result, photos are sent faster, and their previews for a recipient are generated quicker.

Re: What has been done for the future version?

PostPosted: Fri Feb 09, 2024 1:36 pm
by Alona Kutsenko
MyChat Client
[-] (09.02.2024) (android) (ios) the function for deleting all private messages does not work correctly and requires logging out of the account. Fixed;
[-] (09.02.2024) (ios) fixed an error that occurred after sharing content via the "Share" menu while the app is active. The client stop processing any events until it is restarted.

Re: What has been done for the future version?

PostPosted: Fri Feb 09, 2024 2:53 pm
by Alona Kutsenko
MyChat Client
[-] (09.02.2024) (ios) after sending the image: on the viewing screen it was downloaded from the server instead of local storage. Fixed.

Re: What has been done for the future version?

PostPosted: Wed Feb 14, 2024 3:57 pm
by Alona Kutsenko
MyChat Server
[-] (14.02.2024) (admin) in the section "Settings" -> "Configuring SMTP", when inserting the text via the context menu, the program does not offer to save new parameters but allows to use the button "Check connection". Fixed.

Re: What has been done for the future version?

PostPosted: Mon Feb 19, 2024 10:42 am
by Alona Kutsenko
MyChat Client
[+] (19.02.2024) (win32) system of full message synchronization on the server;

[-] (19.02.2024) (win32) incorrect sorting of private dialogues in the window for viewing history; incorrect display of last activity date. Fixed.

Re: What has been done for the future version?

PostPosted: Tue Feb 20, 2024 11:40 am
by Alona Kutsenko
MyChat Client
[*] (20.02.2024) (win32) console command /mini resizes the window to the minimum but no longer switches to the console.

Re: What has been done for the future version?

PostPosted: Thu Feb 22, 2024 4:43 pm
by Alona Kutsenko