Changelog/0.95.10: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:


== Core and libraries ==
== Core and libraries ==
* updated libcurl, libmdbx, libsodium, libtox and SQLite libraries.
* updated libcurl, libmdbx, libsodium, libtox, OpenSSL and SQLite libraries.
* added checkbox for service mode.
* added checkbox for service mode.
* added "Select all" and "Select none" menu items to sounds settings.
* added "Select all" and "Select none" menu items to sounds settings.
* fixed module name conflict in Idle module.


== Protocols ==
== Protocols ==
Line 18: Line 19:
** fixed disconnecting whole account when server orders to reset the gateway connection.
** fixed disconnecting whole account when server orders to reset the gateway connection.
** sending a message with a link can ceuse the message to be discarded.
** sending a message with a link can ceuse the message to be discarded.
** valid role, users & channels creation order.
** in some cases, sending a link in own message can cause that message to be attributed to conversation partner.
** fixed parsing links from unknown users in group chats.
** fixed guild sync.
** direct messages from temporary contacts cause the contact to be shown as if it were a regular friend.


* {{Plugin|IRC}}
* {{Plugin|IRC}}
** fixed crash on channel list closing.
** fixed crash on channel list closing.
* {{Plugin|Jabber}}
** fixed sudden protocol disconnection when Miranda receives inconsistent stanza.
* {{Plugin|MRA}}
** deprecated. Mail.ru drop old MRA protocol support. Contacts and history will be automatically converted to the {{Plugin|Dummy}} protocol.


* {{Plugin|Tox}}
* {{Plugin|Tox}}
Line 39: Line 51:
** fixed subcontact's history disappears after removing a subcontact.
** fixed subcontact's history disappears after removing a subcontact.
** fixed for a possible crash after database compaction.
** fixed for a possible crash after database compaction.
** added control for disk overflow during backup.
** fixed concurrent database creation.


* {{Plugin|Import}}
* {{Plugin|Import}}

Revision as of 03:57, 2 December 2018

Version: 0.95.10

Rev: v0.95.10

Released: 10 December 2018

General

  • GetEventById and SetEventId — two new methods to operate with events by their server IDs.

Core and libraries

  • updated libcurl, libmdbx, libsodium, libtox, OpenSSL and SQLite libraries.
  • added checkbox for service mode.
  • added "Select all" and "Select none" menu items to sounds settings.
  • fixed module name conflict in Idle module.

Protocols

  • Discord
    • fixed wrongly embedding next reply into link info.
    • Discord chats now go offline when protocol goes offline.
    • fixed some cases, when group history is missing usernames when retrieved on login.
    • added channel groups support.
    • add option to use special sub-groups for guilds.
    • fixed disconnecting whole account when server orders to reset the gateway connection.
    • sending a message with a link can ceuse the message to be discarded.
    • valid role, users & channels creation order.
    • in some cases, sending a link in own message can cause that message to be attributed to conversation partner.
    • fixed parsing links from unknown users in group chats.
    • fixed guild sync.
    • direct messages from temporary contacts cause the contact to be shown as if it were a regular friend.
  • IRC
    • fixed crash on channel list closing.
  • Jabber
    • fixed sudden protocol disconnection when Miranda receives inconsistent stanza.
  • MRA
    • deprecated. Mail.ru drop old MRA protocol support. Contacts and history will be automatically converted to the Dummy protocol.
  • Tox
    • fixed contact name cutting in contact's details for temporary contacts.
    • fixed wrongly adding a temporary contact to the default group instead of placing it outside groups.

Plugins

  • Dbx_mdbx
    • event IDs support.
    • fixed subcontact's history disappears after removing a subcontact.
    • fixed for a possible crash after database compaction.
    • added control for disk overflow during backup.
    • fixed concurrent database creation.
  • Import
    • added ability to copy text from log.
    • wizard window became resizeable.
  • Scriver
    • fixed loading read messages into the log when contact window is open.
    • plugin now throw a warning if sended message is bigger than protocol support.
  • MirLua
    • m_protocols
      • hook to catch sending messages.
      • new function BroadcastAck.
      • ability to get message from CCSDATA.
    • m_srmm
      • added hWnd to CustomButtonClickData.
    • m_message
      • fixed to paste in private message log.