Changelog/0.96.4.1: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
<noinclude>{{PageLang|en}}{{VersionCard}}</noinclude>
<noinclude>{{PageLang|en}}{{VersionCard}}</noinclude>


== Core and libraries ==
= Core and libraries =
 
=== Added ===
* {{GithubIssue|4104}} the delete history dialog has been completely rewritten. Now it contains an option that allows you to delete not only local history, but also server history, as well as history for all interlocutors (if the protocol supports it). ''"Hide from list only"'' option has been removed. You can hide contacts using the checkboxes in the {{Menu|Options|Contacts|Ignore}}.
* {{GithubIssue|4104}} the delete history dialog has been completely rewritten. Now it contains an option that allows you to delete not only local history, but also server history, as well as history for all interlocutors (if the protocol supports it). ''"Hide from list only"'' option has been removed. You can hide contacts using the checkboxes in the {{Menu|Options|Contacts|Ignore}}.
* updated libcurl to 8.6.0.
* updated libcurl to 8.6.0.
Line 7: Line 9:
* {{GithubIssue|4149}} updated OpenSSL to 3.1.5.
* {{GithubIssue|4149}} updated OpenSSL to 3.1.5.
* updated SQLite to 3.45.1.
* updated SQLite to 3.45.1.
* updated tinyxml2 to 10.0.0.
* updated tinyxml2 to 10.0.0
 
=== Changed ===
* {{GithubIssue|3939}} it is no longer possible to unload a plugin if the corresponding core plugin is missing.
* {{GithubIssue|3939}} it is no longer possible to unload a plugin if the corresponding core plugin is missing.
* {{GithubIssue|3965}} the sent file will no longer be deleted from the file system when the corresponding event is deleted from the history.
* {{GithubIssue|4109}} the list of groups and their settings are no longer stored in the database, they are now stored in <tt>groups.json</tt> file in the profile.
* {{GithubIssue|4109}} the list of groups and their settings are no longer stored in the database, they are now stored in <tt>groups.json</tt> file in the profile.
* {{GithubIssue|4142}} "Message deleted" message is now shown in the language of the active language pack.
 
* {{GithubIssue|4166}} the profile creation date in the profile manager is now formatted according to the operating system settings.
=== Removed ===
* {{GithubIssue|4024}} removed the ability to paste a dot into the profile name when creating a profile (the presence of a dot in the profile name causes problems).
* {{GithubIssue|4024}} removed the ability to paste a dot into the profile name when creating a profile (the presence of a dot in the profile name causes problems).
* {{GithubIssue|4085}} removed invisibility settings (there are no protocols left that support selective invisibility).
* {{GithubIssue|4085}} removed invisibility settings (there are no protocols left that support selective invisibility).
* {{GithubIssue|4126}} removed "Visibility" extra icon.
* {{GithubIssue|4126}} removed "Visibility" extra icon.
=== Fixed ===
* {{GithubIssue|3965}} the sent file will no longer be deleted from the file system when the corresponding event is deleted from the history.
* {{GithubIssue|4017}} clearing group chat history no longer leaves login/logout events in the chat log.
* {{GithubIssue|4017}} clearing group chat history no longer leaves login/logout events in the chat log.
* {{GithubIssue|4023}} fixed incorrect processing of databases whose name contains <tt>.dat</tt> (<tt>example.dat.dat</tt>).
* {{GithubIssue|4023}} fixed incorrect processing of databases whose name contains <tt>.dat</tt> (<tt>example.dat.dat</tt>).
* {{GithubIssue|4142}} "Message deleted" message is now shown in the language of the active language pack.
* {{GithubIssue|4166}} the profile creation date in the profile manager is now formatted according to the operating system settings.
= Protocols =
== {{Plugin|Discord}} ==
=== Added ===
* the protocol has been returned to the development version. It is still not in the stable version and we do not officially support it.
* added MFA (multi-factor authorization) support (SMS, TOTP, restore code).
=== Fixed ===
* {{GithubIssue|4089}} fixed unwanted creation of channel copies during login.
* {{GithubIssue|4090}} fixed history storage in database.
* {{GithubIssue|4091}} channels that the user does not have access to are no longer shown.
* {{GithubIssue|4092}} fixed auto login at startup with {{Plugin|StatusManager}}.
* {{GithubIssue|4094}} fixed incomplete loading of history from the server.
* {{GithubIssue|4134}} fixed inability to connect after interrupting the connection process.
* {{GithubIssue|4159}} fixed possible crash when guild member leaves.
== {{Plugin|Facebook}} ==
=== Fixed ===
* {{GithubIssue|4102}} fixed setting of unsupported statuses when changing the global status.
== {{Plugin|ICQ}} ==
=== Added ===
* added ability to forward message (only with {{Plugin|NewStory}} message log).
* {{GithubIssue|2282}} added support for deleting messages from the server.
* {{GithubIssue|2324}} added stickers support.
* {{GithubIssue|3758}} added support for "Favorites".
* {{GithubIssue|3934}} added "Convert a message into a file transfer" context menu item for icq.net URLs (useful for converting old file transfers URLs to cloud files).
* {{GithubIssue|3966}} added ability to reply to a message (only with {{Plugin|NewStory}} message log).
* {{GithubIssue|3982}} added group chat descriptions support (as a topics).
* {{GithubIssue|3990}} added support for receiving edited messages.
* {{GithubIssue|4116}} added "Invisible" status support.
=== Removed ===
* {{GithubIssue|3968}} removed "Member since" and "Idle since" user info fields (not supported by the protocol).
=== Fixed ===
* {{GithubIssue|3810}} fixed display of "Last seen" user info field.
* {{GithubIssue|3938}} fixed crash.
* {{GithubIssue|3967}} fixed display of "Online since" user info field.
* {{GithubIssue|4080}} fixed problems with encoding when loading server history.
* {{GithubIssue|4102}} fixed setting of unsupported statuses when changing the global status.
* fixed eternal cycle on group chat leaving.
== {{Plugin|IRC}} ==
=== Added ===
* {{GithubIssue|4162}} search in the channel list now searches not only by channel names, but also by topics.
=== Changed ===
* {{GithubIssue|4042}} leaving a channel with /part now automatically closes the message window.
=== Fixed ===
* {{GithubIssue|4025}} fixed display of nickname in the list of accounts in the account manager.
* {{GithubIssue|4044}} fixed unwanted automatic movement of the channel settings window to the background.
* {{GithubIssue|4060}} fixed crash after <tt>/part</tt> command.
== {{Plugin|Jabber}} ==


== Protocols ==
=== Added ===
* {{Plugin|Discord}}
* added {{XEP|0319|Last User Interaction in Presence}} support.
** the protocol has been returned to the development version. It is still not in the stable version and we do not officially support it.
* {{GithubIssue|3793}} added {{XEP|0440|SASL Channel-Binding Type Capability}} support.
** added MFA (multi-factor authorization) support (SMS, TOTP, restore code).
** {{GithubIssue|4091}} channels that the user does not have access to are no longer shown.
** {{GithubIssue|4089}} fixed unwanted creation of channel copies during login.
** {{GithubIssue|4090}} fixed history storage in database.
** {{GithubIssue|4092}} fixed auto login at startup with {{Plugin|StatusManager}}.
** {{GithubIssue|4094}} fixed incomplete loading of history from the server.
** {{GithubIssue|4134}} fixed inability to connect after interrupting the connection process.
** {{GithubIssue|4159}} fixed possible crash when guild member leaves.


* {{Plugin|Facebook}}
=== Changed ===
** {{GithubIssue|4102}} fixed setting of unsupported statuses when changing the global status.
* "Photo" user info page conflicts with {{Plugin|AVS}} and thus will be displayed only if AVS is absent.


* {{Plugin|ICQ}}
=== Fixed ===
** {{GithubIssue|2282}} added support for deleting messages from the server.
* "ver" and "softver" are now processed as different entities in caps.
** {{GithubIssue|2324}} added stickers support.
* {{GithubIssue|3973}} fixed displaying the size of files received via HTTP File Upload.
** added ability to forward message (only with {{Plugin|NewStory}} message log).
* {{GithubIssue|4054}} fixed display of notes in contact user info.
** {{GithubIssue|3758}} added support for "Favorites".
* {{GithubIssue|4093}} "Account" user info page for group chats no longer shows an error message about the need to connect to the network (instead, a message is shown indicating that there is no information in the vcard).
** {{GithubIssue|3934}} added "Convert a message into a file transfer" context menu item for icq.net URLs (useful for converting old file transfers URLs to cloud files).
* {{GithubIssue|4114}} fixed incorrect cyrillic file names in HTTP File Upload.
** {{GithubIssue|3966}} added ability to reply to a message (only with {{Plugin|NewStory}} message log).
** {{GithubIssue|3982}} added group chat descriptions support (as a topics).
** {{GithubIssue|3990}} added support for receiving edited messages.
** {{GithubIssue|4116}} added "Invisible" status support.
** added support for "Delete for everyone" mode.
** {{GithubIssue|3968}} removed "Member since" and "Idle since" user info fields (not supported by the protocol).
** {{GithubIssue|3810}} fixed display of "Last seen" user info field.
** {{GithubIssue|3938}} fixed crash.
** {{GithubIssue|3967}} fixed display of "Online since" user info field.
** {{GithubIssue|4080}} fixed problems with encoding when loading server history.
** {{GithubIssue|4102}} fixed setting of unsupported statuses when changing the global status.
** fixed eternal cycle on group chat leaving.


* {{Plugin|IRC}}
== {{Plugin|MRA}} ==
** {{GithubIssue|4042}} leaving a channel with /part now automatically closes the message window.
** {{GithubIssue|4162}} search in the channel list now searches not only by channel names, but also by topics.
** {{GithubIssue|4025}} fixed display of nickname in the list of accounts in the account manager.
** {{GithubIssue|4044}} fixed unwanted automatic movement of the channel settings window to the background.
** {{GithubIssue|4060}} fixed crash after <tt>/part</tt> command.


* {{Plugin|Jabber}}
=== Fixed ===
** added {{XEP|0319|Last User Interaction in Presence}} support.
* {{GithubIssue|4099}} an expired token no longer prevents login, but will be erased automatically.
** {{GithubIssue|3793}} added {{XEP|0440|SASL Channel-Binding Type Capability}} support.
** "Photo" user info page conflicts with {{Plugin|AVS}} and thus will be displayed only if AVS is absent.
** {{GithubIssue|4093}} "Account" user info page for group chats no longer shows an error message about the need to connect to the network (instead, a message is shown indicating that there is no information in the vcard).
** "ver" and "softver" are now processed as different entities in caps.
** {{GithubIssue|3973}} fixed displaying the size of files received via HTTP File Upload.
** {{GithubIssue|4054}} fixed display of notes in contact user info.
** {{GithubIssue|4114}} fixed incorrect cyrillic file names in HTTP File Upload.


* {{Plugin|MRA}}
== {{Plugin|Telegram}} ==
** {{GithubIssue|4099}} an expired token no longer prevents login, but will be erased automatically.


* {{Plugin|Telegram}}
=== Added ===
** added extra icon for bots.
** added extra icon for bots.
** added "Leave chat" contact menu item for channels and groups.
** added "Leave chat" contact menu item for channels and groups.
** added support for reading typing notifications.
** added support for outgoing typing notifications.
** added "Join"/"Part" events support for group chats.
** {{GithubIssue|3963}} added ability to download an outgoing file (which was uploaded earlier).
** {{GithubIssue|3963}} added ability to download an outgoing file (which was uploaded earlier).
** {{GithubIssue|3947}} added formatting support.
** {{GithubIssue|3947}} added formatting support.
** added "Join"/"Part" events support for group chats.
** {{GithubIssue|3958}} messages about a new login now come in the language corresponding to the active language pack.
** {{GithubIssue|3964}} incoming replies now contain a link to the original message.
** {{GithubIssue|3985}} group chat role changes are now displayed in real time.
** {{GithubIssue|3992}} added proxy support.
** {{GithubIssue|3992}} added proxy support.
** {{GithubIssue|4004}} added sessions list.
** {{GithubIssue|4004}} added sessions list.
** {{GithubIssue|4013}} added support for group chat entry and exit events.
** {{GithubIssue|4013}} added support for group chat entry and exit events.
** added support for reading typing notifications.
** added support for outgoing typing notifications.
** {{GithubIssue|3958}} messages about a new login now come in the language corresponding to the active language.
** {{GithubIssue|3964}} incoming replies now contain a link to the original message.
** {{GithubIssue|3953}} when you subscribe to a channel, service bots are no longer added to your contact list.
** {{GithubIssue|3983}} a chat from which the user has left is now immediately erased from the contact list, rather than hidden.
** {{GithubIssue|3985}} group chat role changes are now displayed in real time.
** {{GithubIssue|4015}} group chat restrictions are now applied in real time.
** {{GithubIssue|4015}} group chat restrictions are now applied in real time.
** {{GithubIssue|4020}} when you try to write to yourself privately from a group chat, your favorites now open.
** {{GithubIssue|4020}} when you try to write to yourself privately from a group chat, your favorites now open.
** {{GithubIssue|4027}} when entering a supergroup, bots from this group are no longer added to the contact list.
 
** {{GithubIssue|4029}} a group deleted from the database no longer remains in the contact list.
=== Changed ===
** {{GithubIssue|3983}} a chat from which the user has left is now immediately erased from the contact list, rather than hidden.
 
=== Fixed ===
** {{GithubIssue|3942}} fixed drag-n-drop file to offline.
** {{GithubIssue|3952}} fixed channel leaving.
** {{GithubIssue|3952}} fixed channel leaving.
** {{GithubIssue|3942}} fixed drag-n-drop file to offline.
** {{GithubIssue|3953}} when you subscribe to a channel, service bots are no longer added to your contact list.
** {{GithubIssue|3954}} fixed sending multiple files.
** {{GithubIssue|3954}} fixed sending multiple files.
** {{GithubIssue|3957}} fixed duplication of contacts after import.
** {{GithubIssue|3957}} fixed duplication of contacts after import.
Line 102: Line 140:
** {{GithubIssue|4019}} fixed chat name corruption when adding group chat to Miranda.
** {{GithubIssue|4019}} fixed chat name corruption when adding group chat to Miranda.
** {{GithubIssue|4026}} fixed display of group chat owner name.
** {{GithubIssue|4026}} fixed display of group chat owner name.
** {{GithubIssue|4027}} when entering a supergroup, bots from this group are no longer added to the contact list.
** {{GithubIssue|4028}} fixed adding group chats to the contact list after changing the language pack.
** {{GithubIssue|4028}} fixed adding group chats to the contact list after changing the language pack.
** {{GithubIssue|4029}} a group deleted from the database no longer remains in the contact list.
** {{GithubIssue|4048}} fixed incorrect file saving path.
** {{GithubIssue|4048}} fixed incorrect file saving path.


* {{Plugin|VKontakte}}
== {{Plugin|VKontakte}} ==
 
=== Added ===
** added ability to reply to a message (only with {{Plugin|NewStory}} message log).
** added ability to reply to a message (only with {{Plugin|NewStory}} message log).
** added ability to forward message (only with {{Plugin|NewStory}} message log).
** added ability to forward message (only with {{Plugin|NewStory}} message log).
Line 111: Line 153:
** added <tt>ShowReplyInMessage</tt> hidden option.
** added <tt>ShowReplyInMessage</tt> hidden option.
** updated VK API to 5.199.
** updated VK API to 5.199.
=== Removed ===
** {{GithubIssue|4022}} removed the useless ability to invite yourself to chat.
** {{GithubIssue|4022}} removed the useless ability to invite yourself to chat.


== Plugins ==
= Plugins =
* {{Plugin|AvatarHistory}}
* {{Plugin|AvatarHistory}}
** {{GithubIssue|4138}} fixed crash when unloading plugin.
** {{GithubIssue|4138}} fixed crash when unloading plugin.

Revision as of 02:42, 2 March 2024

Version: 0.96.4.1

Rev: v0.96.4.1

Released: 8 February 2024

Core and libraries

Added

  • Issue #4104 the delete history dialog has been completely rewritten. Now it contains an option that allows you to delete not only local history, but also server history, as well as history for all interlocutors (if the protocol supports it). "Hide from list only" option has been removed. You can hide contacts using the checkboxes in the Options → Contacts → Ignore.
  • updated libcurl to 8.6.0.
  • updated libssh2 to current development version.
  • Issue #4149 updated OpenSSL to 3.1.5.
  • updated SQLite to 3.45.1.
  • updated tinyxml2 to 10.0.0

Changed

  • Issue #3939 it is no longer possible to unload a plugin if the corresponding core plugin is missing.
  • Issue #4109 the list of groups and their settings are no longer stored in the database, they are now stored in groups.json file in the profile.

Removed

  • Issue #4024 removed the ability to paste a dot into the profile name when creating a profile (the presence of a dot in the profile name causes problems).
  • Issue #4085 removed invisibility settings (there are no protocols left that support selective invisibility).
  • Issue #4126 removed "Visibility" extra icon.

Fixed

  • Issue #3965 the sent file will no longer be deleted from the file system when the corresponding event is deleted from the history.
  • Issue #4017 clearing group chat history no longer leaves login/logout events in the chat log.
  • Issue #4023 fixed incorrect processing of databases whose name contains .dat (example.dat.dat).
  • Issue #4142 "Message deleted" message is now shown in the language of the active language pack.
  • Issue #4166 the profile creation date in the profile manager is now formatted according to the operating system settings.

Protocols

Discord

Added

  • the protocol has been returned to the development version. It is still not in the stable version and we do not officially support it.
  • added MFA (multi-factor authorization) support (SMS, TOTP, restore code).

Fixed

  • Issue #4089 fixed unwanted creation of channel copies during login.
  • Issue #4090 fixed history storage in database.
  • Issue #4091 channels that the user does not have access to are no longer shown.
  • Issue #4092 fixed auto login at startup with StatusManager.
  • Issue #4094 fixed incomplete loading of history from the server.
  • Issue #4134 fixed inability to connect after interrupting the connection process.
  • Issue #4159 fixed possible crash when guild member leaves.

Facebook

Fixed

  • Issue #4102 fixed setting of unsupported statuses when changing the global status.

ICQ

Added

  • added ability to forward message (only with NewStory message log).
  • Issue #2282 added support for deleting messages from the server.
  • Issue #2324 added stickers support.
  • Issue #3758 added support for "Favorites".
  • Issue #3934 added "Convert a message into a file transfer" context menu item for icq.net URLs (useful for converting old file transfers URLs to cloud files).
  • Issue #3966 added ability to reply to a message (only with NewStory message log).
  • Issue #3982 added group chat descriptions support (as a topics).
  • Issue #3990 added support for receiving edited messages.
  • Issue #4116 added "Invisible" status support.

Removed

  • Issue #3968 removed "Member since" and "Idle since" user info fields (not supported by the protocol).

Fixed

  • Issue #3810 fixed display of "Last seen" user info field.
  • Issue #3938 fixed crash.
  • Issue #3967 fixed display of "Online since" user info field.
  • Issue #4080 fixed problems with encoding when loading server history.
  • Issue #4102 fixed setting of unsupported statuses when changing the global status.
  • fixed eternal cycle on group chat leaving.

IRC

Added

  • Issue #4162 search in the channel list now searches not only by channel names, but also by topics.

Changed

  • Issue #4042 leaving a channel with /part now automatically closes the message window.

Fixed

  • Issue #4025 fixed display of nickname in the list of accounts in the account manager.
  • Issue #4044 fixed unwanted automatic movement of the channel settings window to the background.
  • Issue #4060 fixed crash after /part command.

Jabber

Added

Changed

  • "Photo" user info page conflicts with AVS and thus will be displayed only if AVS is absent.

Fixed

  • "ver" and "softver" are now processed as different entities in caps.
  • Issue #3973 fixed displaying the size of files received via HTTP File Upload.
  • Issue #4054 fixed display of notes in contact user info.
  • Issue #4093 "Account" user info page for group chats no longer shows an error message about the need to connect to the network (instead, a message is shown indicating that there is no information in the vcard).
  • Issue #4114 fixed incorrect cyrillic file names in HTTP File Upload.

MRA

Fixed

  • Issue #4099 an expired token no longer prevents login, but will be erased automatically.

Telegram

Added

    • added extra icon for bots.
    • added "Leave chat" contact menu item for channels and groups.
    • added support for reading typing notifications.
    • added support for outgoing typing notifications.
    • added "Join"/"Part" events support for group chats.
    • Issue #3963 added ability to download an outgoing file (which was uploaded earlier).
    • Issue #3947 added formatting support.
    • Issue #3958 messages about a new login now come in the language corresponding to the active language pack.
    • Issue #3964 incoming replies now contain a link to the original message.
    • Issue #3985 group chat role changes are now displayed in real time.
    • Issue #3992 added proxy support.
    • Issue #4004 added sessions list.
    • Issue #4013 added support for group chat entry and exit events.
    • Issue #4015 group chat restrictions are now applied in real time.
    • Issue #4020 when you try to write to yourself privately from a group chat, your favorites now open.

Changed

    • Issue #3983 a chat from which the user has left is now immediately erased from the contact list, rather than hidden.

Fixed

    • Issue #3942 fixed drag-n-drop file to offline.
    • Issue #3952 fixed channel leaving.
    • Issue #3953 when you subscribe to a channel, service bots are no longer added to your contact list.
    • Issue #3954 fixed sending multiple files.
    • Issue #3957 fixed duplication of contacts after import.
    • Issue #3986 fixed display of roles when entering chat.
    • Issue #3989 fixed handling of the event turning a chat into a supergroup.
    • Issue #4010 fixed forwarding more than one message.
    • Issue #4019 fixed chat name corruption when adding group chat to Miranda.
    • Issue #4026 fixed display of group chat owner name.
    • Issue #4027 when entering a supergroup, bots from this group are no longer added to the contact list.
    • Issue #4028 fixed adding group chats to the contact list after changing the language pack.
    • Issue #4029 a group deleted from the database no longer remains in the contact list.
    • Issue #4048 fixed incorrect file saving path.

VKontakte

Added

    • added ability to reply to a message (only with NewStory message log).
    • added ability to forward message (only with NewStory message log).
    • added ability to forward any protocol messages to VK users (only with NewStory message log).
    • added ShowReplyInMessage hidden option.
    • updated VK API to 5.199.

Removed

    • Issue #4022 removed the useless ability to invite yourself to chat.

Plugins

  • Clist_blind
    • Issue #4078 many items from the contact list menu are duplicated in the group context menu, since the contact list menu can be difficult to get to. Some rarely used items (for example, "Exit") have been removed.
  • Clist_modern
    • Issue #4078 many items from the contact list menu (right-click on an empty space in the contact list) are duplicated in the group context menu, since the contact list menu can be difficult to get to. Some rarely used items (for example, "Exit") have been removed.
  • Clist_nicer
    • Issue #4078 many items from the contact list menu (right-click on an empty space in the contact list) are duplicated in the group context menu, since the contact list menu can be difficult to get to. Some rarely used items (for example, "Exit") have been removed.

fixes #3969 (Newstory: если доскроллить вверх до первого сообщения, то подгрузить еще сообщений)

  • Import
    • Issue #3957 import no more creates useless Clist/MyHandle contact settings.
    • Issue #4041 fixed crash when trying to import history into YAMNpseudo-contact.
  • Msg_Export
    • added export of user nicks in group chats.
  • NewStory
    • Issue #3944 added "Show in folder" context menu item for cloud files.
    • Issue #3969 implemented automatic loading of older messages from database when scrolling through the message log.
    • Issue #3971 added animated smileys support.
    • to export history you now need Import plugin.
    • Issue #3978 the "Edit" context menu item is now shown only for your own messages.
    • Issue #3991 the "Download" and "Save as" context menu items have been removed in chats where copying messages and saving files is prohibited.
    • Issue #4087 added additional fields to the exported history.
    • Issue #4119 changed default search hotkey from Ctrl+S to Ctrl+F
    • removed icons from templates (this significantly speeds up working with a large history). Now they are turned on and off by separate options.
    • Issue #3948 clicking the scrollbar no longer causes unwanted scrolling.
    • Issue #3962 fixed nearby messages disappearing when deleting a message.
    • Issue #3979 fixed crash.
    • Issue #3981 fixed display of the name of the author of an incoming message in group chats.
    • Issue #3991 fixed "Copy text" and "Copy URL" context menu items.
    • Issue #3997 fixed missing scrollbar when reducing window size.
    • Issue #4006 fixed crash when editing messages.
    • Issue #4012 fixed line breaks disappearing when switching to edit mode.
    • Issue #4131 fixed visual glitches that occurred in edit mode.

for #4000 - offline files are marked read when shown in NewStory fixes #3996 (NewStory: scrollbar is broken again) fixes #3781 (Newstory: Problems with scrolling, and crash) fixes #4056 (NewStory: жестокие тормоза) fixes #4066 (NewStory: Новая проблема со скроллингом) fixes #4068 (NewStory: Тормоза в поиске) NewStory: fix for slow Bookmarks window fixes #4073 (NewStory: новые тормоза, и даже креш) fixes #4118 (no "Copy URL" menu item for downloaded files) fixes #4140 (NewStory: удаление отдельных сообщений) fixes #3946 (Прогресс скачивания крупных файлов)

  • Scriver
    • Issue #3945 message input area is now hidden if the contact does not support sending messages (RSS feed or Telegram channel for example).
    • Issue #3950 buttons that are not useful in the current mode will be hidden from the button bar (for example, text formatting buttons if the text input field is hidden).
  • StdClist
    • Issue #4078 many items from the contact list menu (right-click on an empty space in the contact list) are duplicated in the group context menu, since the contact list menu can be difficult to get to. Some rarely used items (for example, "Exit") have been removed.
  • StdMsg
    • added quote panel (useful for protocols that have a "reply" function, called only from NewStory).
    • Issue #3945 message input area is now hidden if the contact does not support sending messages (RSS feed or Telegram channel for example).
    • Issue #3950 buttons that are not useful in the current mode will be hidden from the button bar (for example, text formatting buttons if the text input field is hidden).
  • tabSRMM
    • added quote panel (useful for protocols that have a "reply" function, called only from NewStory).
    • Issue #3945 message input area is now hidden if the contact does not support sending messages (RSS feed or Telegram channel for example).
    • Issue #3950 buttons that are not useful in the current mode will be hidden from the button bar (for example, text formatting buttons if the text input field is hidden).
    • Issue #4007 "Paste and send" message area context menu item will be hidden if Enable "Paste and send" feature option is disabled.
    • Issue #4081 Issue #4129 internal message log options are now hidden if a third-party log viewer is used.
    • Issue #4117 groups are now always shown in Options → Message sessions → Typing notify regardless of whether the display of groups in the contact list is enabled.
  • Scriver
    • added quote panel (useful for protocols that have a "reply" function, called only from NewStory).
  • Toaster
    • Issue #3941 added "Enable/disable popups" icon to the message plugin's status bar.
  • YAMN
    • Issue #4165 fixed missing text translation in the mail browser window header.

For developers

  • added ability to mark contacts as read-only.
  • second PROTO_INTERFACE::SendMsg parameter became a reply event id
  • added DB::EventInfo::fetch — a function to renew event contents on the flow.
  • added DB::EventInfo::unload — a helper to invalidate event contents.
  • added EventExists — a helper to check the hookable event's presence.
  • added DB::EventInfo.isAlertable — a helper to detect whether a SRMM window should be raised for an event or not.

PROTO_INTERFACE::OnContactDeleted to be able to block the contact's deletion MS_FILE_* services became useless since StdFile died DBEVENTINFO::hContact to be returned inside an event, no need to call db_event_getContact() just after db_event_get() DB::EventInfo::wipeNotify - useful helper to hide blinking event both from database & contact list CallContactService - useful helper exported from mir_app CCtrlMButton::SetTooltip extracted to the separate function newStr - simple helper for OBJLIST<char> Netlib: - NETLIBHTTPHEADER & NETLIBHTTPREQUEST obsoleted; - NETLIBHTTPREQUEST divided into MHttpRequest & MHttpResponse; - MHttpHeaders now manager headers both for MHttpRequest & MHttpResponse; UnregisterDatabasePlugin - a function to unload database driver on the flow Netlib_DownloadFile - chunk gatherer which writes down data directly to a file, without storing anything in memory json2file + file2json = helpers to load json from file and write it back the ancient atavism extincted: PROTORECVFILE structure with its own set of flags PS_GETNAME: another old atavism removed unknown piece of junk also removed another burst of fantasy... PS_EMPTY_SRV_HISTORY introduced for removing server history for a contact major atavism, PROTORECVEVENT, died with its own set of constants CCtrlTreeOpts::OnFillOptions - a callback to untie options filling from the dialog creation

CCtrlTreeOpts::OnFillOptions - a callback to untie options filling from the dialog creation