Changelog/0.95.9: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>{{PageLang|en}}{{VersionCard}}</noinclude>
<noinclude>{{PageLang|en}}{{VersionCard}}</noinclude>


* [https://user-images.githubusercontent.com/2123101/40577860-4aad9914-6114-11e8-8578-47b1e6fdb068.png Miranda can now be built using Makefiles].
[https://user-images.githubusercontent.com/2123101/40577860-4aad9914-6114-11e8-8578-47b1e6fdb068.png Miranda can now be built using Makefiles].


== Core and libraries ==
== Core and libraries ==
* update libcurl, PCRE and SQLite libraries.
* remove ability to create dbx_mmap database.


== Protocols ==


* {{Plugin|Facebook}}
** extend packet timeout to 10 minutes (specially for Karamil Alhady).
** restore persistent connections.


StdMsg, Scriver: fix tray blinking when incoming message and container is minimized.
* {{Plugin|IRC}}
** fix broken search in channel browser.


TrafficCounter: fix crash with empty statistic.
* {{Plugin|VKontakte}}
** fix access denied error on typing for banned contacts.


StdMsg: fix statusbar in conference show time instead topic.
== Plugins ==


* dbx_mmap hidden from profile manager.
* {{Plugin|Fingerprint}}
** fix Conversations detect.


* IRC: fix broken search in channel browser.
* {{Plugin|MirLua}}
** rework http module.
** remove Send method.
** add Request method to create request without sending.
** add async callbacks.


* After dynamic unloading and loading again, Popup+ throws an error
* {{Plugin|Popup}}
** fix error after dynamic unloading-loading.


* StdMsg: missing window icon if tabs are disabled
* {{Plugin|SimpleStatusMsg}}
** fix crash for empty status messages.


unhides the hidden database setting that sets the title format for Scriver)
* {{Plugin|Scriver}}
** unhide the hidden database setting that sets the title format.
** fix tray blinking for incoming message when container is minimized.


SimpleStatusMsg: crash fix for empty status messages
* {{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.


* MirLua: reworked http module
* {{Plugin|TrafficCounter}}
- removed Send method
** fix crash with empty statistic.
- added Request method to create request without sending
- added async callbacks
- version bump
 
* libs/libcurl: update to 7.60
 
* StdMsg: inactive tabs blink in background if there's an unread message
 
StdMsg: option "Use the contact's status icon as the window icon" is restored back)
 
* libs/Pcre16: update to 8.42
 
* libs/sqlite3: 3.23.1
 
* Fingerprint: fixed Conversations detect
 
fix #1392 (access denied on typing for banned contacts)
 
* Facebook:
- packet timeout extended to 10 minutes (specially for Karamil Alhady);
- persistent connections restored;

Revision as of 00:52, 4 June 2018

Version: 0.95.9

Rev: v0.95.9

Released: 5 September 2018

Miranda can now be built using Makefiles.

Core and libraries

  • update libcurl, PCRE and SQLite libraries.
  • remove ability to create dbx_mmap database.

Protocols

  • Facebook
    • extend packet timeout to 10 minutes (specially for Karamil Alhady).
    • restore persistent connections.
  • IRC
    • fix broken search in channel browser.
  • 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.
  • Popup
    • fix error after dynamic unloading-loading.
  • Scriver
    • unhide the hidden database setting that sets the title format.
    • fix tray blinking for incoming message when container is minimized.
  • 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.