Changelog/0.95.9: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
** add Request method to create request without sending.
** add Request method to create request without sending.
** add async callbacks.
** add async callbacks.
** add new helper function luaM_isarray.
** fix print of decimal point.
** m_json module
*** add __pairs metamethod support.
** m_http module
*** send function should create copy of request object to prevent side effects in async calls.
*** fix lua functions call.
*** fix memory leaks.
* {{Plugin|StdMsg}}
** remove "Restore previously open tabs when showing the window" option because it does nothing anyway. Use {{Plugin|Sessions}} instead.

Revision as of 20:53, 6 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

Plugins

  • MirLua
    • rework http module.
    • remove Send method.
    • add Request method to create request without sending.
    • add async callbacks.
    • add new helper function luaM_isarray.
    • fix print of decimal point.
    • m_json module
      • add __pairs metamethod support.
    • m_http module
      • send function should create copy of request object to prevent side effects in async calls.
      • fix lua functions call.
      • fix memory leaks.
  • StdMsg
    • remove "Restore previously open tabs when showing the window" option because it does nothing anyway. Use Sessions instead.