Changelog/0.95.9: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:
== Core and libraries ==
== Core and libraries ==
* update libcurl, PCRE and SQLite libraries.
* update libcurl, PCRE and SQLite libraries.
* remove ability to create dbx_mmap database.


== Protocols ==
== Protocols ==
* {{Plugin|Facebook}}
** extend packet timeout to 10 minutes (specially for Karamil Alhady).
** restore persistent connections.
* {{Plugin|IRC}}
** fix broken search in channel browser.


* {{Plugin|VKontakte}}
* {{Plugin|VKontakte}}
Line 30: 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|Popup}}
** fix error after dynamic unloading-loading.


* {{Plugin|SimpleStatusMsg}}
* {{Plugin|SimpleStatusMsg}}
** fix crash for empty status messages.
** fix crash for empty status messages.
* {{Plugin|Scriver}}
** unhide the hidden database setting that sets the title format.
** fix tray blinking for incoming message when container is minimized.
** add "Send message on Ctrl+Enter" option.
* {{Plugin|StdMsg}}
** fix status bar show time instead conference's topic.
** fix missing window icon if tabs are disabled.
** fix tray blinking for incoming message when container is minimized.
** inactive tab now blink in background if there's an unread message.
* {{Plugin|TrafficCounter}}
** fix crash with empty statistic.

Revision as of 12:41, 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.