Changelog/0.95.9: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
Line 22: Line 22:
** add Request method to create request without sending.
** add Request method to create request without sending.
** add async callbacks.
** add async callbacks.
* {{Plugin|SimpleStatusMsg}}
** fix crash for empty status messages.

Revision as of 12:43, 5 June 2018

Version: 0.95.9

Rev: v0.95.9

Released: 5 September 2018

General

Miranda can now be really built using Makefiles.

Core and libraries

  • update libcurl, PCRE and SQLite libraries.

Protocols

  • VKontakte
    • fix access denied error on typing for banned contacts.

Plugins

  • MirLua
    • rework http module.
    • remove Send method.
    • add Request method to create request without sending.
    • add async callbacks.