Changelog/0.96.4.1: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
Line 23: Line 23:
** added "Leave chat" contact menu item for channels and groups.
** added "Leave chat" contact menu item for channels and groups.
** {{GithubIssue|3947}} added formatting support.
** {{GithubIssue|3947}} added formatting support.
** added "Join"/"Part" events support for group chats.
** {{GithubIssue|3992}} added proxy support.
** {{GithubIssue|3958}} messages about a new login now come in the language corresponding to the active language.
** {{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|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|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|3952}} fixed channel leaving.
** {{GithubIssue|3952}} fixed channel leaving.
** {{GithubIssue|3942}} fixed drag-n-drop file to offline.
** {{GithubIssue|3942}} fixed drag-n-drop file to offline.
** {{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.
 
** {{GithubIssue|3986}} fixed display of roles when entering chat.
 
** {{GithubIssue|3989}} fixed handling of the event turning a chat into a supergroup.
 
https://github.com/miranda-ng/miranda-ng/commit/79e717d8e8afe090495da64477b670f7b6434544
https://github.com/miranda-ng/miranda-ng/commit/b6a52b7caf04617144bdddba1fa2296b7cdb50a2
https://github.com/miranda-ng/miranda-ng/commit/234690422a029ae52ce24247b559428a4c08afc1
https://github.com/miranda-ng/miranda-ng/commit/0512d3e3f9f93324830892f43095e214e743f50c
https://github.com/miranda-ng/miranda-ng/commit/c1849a9d50be0951bc4b2a5c0f14dbde5a8340e0
https://github.com/miranda-ng/miranda-ng/commit/22f9f9460967114c70a6c3a516ea8b24c7d42bd7


* {{Plugin|VKontakte}}
* {{Plugin|VKontakte}}

Revision as of 14:59, 7 February 2024

Version: 0.96.4.1

Rev: v0.96.4.1

Released: 8 February 2024

Core and libraries

  • Issue #3939 it is no longer possible to unload a plugin if the corresponding core plugin is missing.
  • updated SQLite to 3.44.2.

fixes #3965 (NewStory: не стирать исходящий файл с диска при удалении события) fixes #3950 (Плагины сообщений: скрывать больше неактуальных кнопок)

Protocols

  • ICQ
    • 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 #3982 group chat description is now displayed as a topic.
    • Issue #3968 removed "Member since" and "Idle since" user info fields (not supported by the protocol).
    • Issue #3810 fixed display of "Last seen" user info field.
    • Issue #3967 fixed display of "Online since" user info field.
    • Issue #3938 fixed crash.
  • Telegram
    • added extra icon for bots.
    • added "Leave chat" contact menu item for channels and groups.
    • Issue #3947 added formatting support.
    • added "Join"/"Part" events support for group chats.
    • Issue #3992 added proxy support.
    • Issue #3958 messages about a new login now come in the language corresponding to the active language.
    • Issue #3964 incoming replies now contain a link to the original message.
    • Issue #3953 when you subscribe to a channel, service bots are no longer added to your contact list.
    • Issue #3983 a chat from which the user has left is now immediately erased from the contact list, rather than hidden.
    • Issue #3985 group chat role changes are now displayed in real time.
    • Issue #3952 fixed channel leaving.
    • Issue #3942 fixed drag-n-drop file to offline.
    • 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.
  • VKontakte
    • added ShowReplyInMessage hidden option.

Plugins

  • NewStory
    • Issue #3944 added "Show in folder" context menu item for cloud files.
    • 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 #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.
  • Scriver
    • Issue #3945 message input area is now hidden if the contact does not support sending messages (RSS feed or Telegram channel for example).
  • StdMsg
    • Issue #3945 message input area is now hidden if the contact does not support sending messages (RSS feed or Telegram channel for example).
  • tabSRMM
    • Issue #3945 message input area is now hidden if the contact does not support sending messages (RSS feed or Telegram channel for example).
  • Toaster
    • Issue #3941 added "Enable/disable popups" icon to the message plugin's status bar.

For developers

  • added ability to mark contacts as read-only.