Changelog/0.96.4.1: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
Line 11: Line 11:
** {{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|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|3938}} fixed crash.
** {{GithubIssue|3938}} fixed crash.
https://github.com/miranda-ng/miranda-ng/commit/390d3ecc13780511a2416eb4eb82a14a06516945
fixes #3810 (ICQ: неверно работает Last seen в user details)
https://github.com/miranda-ng/miranda-ng/commit/a7fb9cd18953b164f8d0e83941a366ffe19af5d0
fixes #3968 (ICQ: неактуальные поля в юзеринфо)
https://github.com/miranda-ng/miranda-ng/commit/b4c481c84032871bae26e47ca5f8dc2747a196cb
fixes #3982 (ICQ: отображать описание групчата как топик)
https://github.com/miranda-ng/miranda-ng/commit/ee58369830f5e7e07075952b24a64759cddd8faa
fixes #3967 (ICQ: параметр "В сети с" бесполезен)


https://github.com/miranda-ng/miranda-ng/commit/fc7d7e43522b9c9dcbd27bc193baf566f89deb5b
* {{Plugin|Jabber}}
fixes #3973 (Jabber: файлы, пришедшие по HTTP File Upload, имеют размер 0)


* {{Plugin|Telegram}}
* {{Plugin|Telegram}}

Revision as of 13:40, 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 #3938 fixed crash.

fixes #3810 (ICQ: неверно работает Last seen в user details) fixes #3968 (ICQ: неактуальные поля в юзеринфо) fixes #3982 (ICQ: отображать описание групчата как топик) fixes #3967 (ICQ: параметр "В сети с" бесполезен)

fixes #3973 (Jabber: файлы, пришедшие по HTTP File Upload, имеют размер 0)

  • Telegram
    • added extra icon for bots.
    • added "Leave chat" contact menu item for channels and groups.
    • Issue #3952 fixed channel leaving.
    • Issue #3953 when you subscribe to a channel, service bots are no longer added to your contact list.
    • Issue #3942 fixed drag-n-drop file to offline.
    • Issue #3957 fixed duplication of contacts after import.

https://github.com/miranda-ng/miranda-ng/commit/7f73433ab8374b7456b29d3a607591029fe97c81 https://github.com/miranda-ng/miranda-ng/commit/1662a4421fecfdf03e68637e9a5969085644586e https://github.com/miranda-ng/miranda-ng/commit/9e755a4a7ed43f1c79e1b0149326078b4e87576a https://github.com/miranda-ng/miranda-ng/commit/bbbc9a25e43656c9a8d6a7a310e4fd69617c9d41 https://github.com/miranda-ng/miranda-ng/commit/0efb03cfe2e0d4ee89ee3804e4c35501b6cc12dc 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

https://github.com/miranda-ng/miranda-ng/commit/769cddb8204654c6fe2a00cfe182c464cbfb473a

Plugins

  1. 3962
    • Issue #3978 the "Edit" context menu item is now shown only for your own messages.
    • Issue #3979 fixed crash.
    • Issue #3981 fixed display of the name of the author of an incoming message in group chats.
  1. 3948
  2. 3991
  • 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.