Changelog/0.95.9: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
(11 intermediate revisions by the same user not shown)
Line 8: Line 8:
== Core and libraries ==
== Core and libraries ==
* update liblua, libcurl, PCRE and SQLite libraries.
* update liblua, libcurl, PCRE and SQLite libraries.
* merge {{Plugin|StdIdle}} with mir_app.
* merge {{Plugin|StdIdle}} with mir_app. Idle now a part of StdAutoAway, so Idle can not work with AdvancedAutoAway ({{Plugin|StatusManager}} module) simultaneously.
* add [https://github.com/PhoenixDevTeam/Phoenix-for-VK Phoenix] detection.
* add [https://github.com/PhoenixDevTeam/Phoenix-for-VK Phoenix] detection.
* add new functions to access mirandaboot.ini from all plugins
** Profile_GetSetting() — reads a string from mirandaboot.ini
** Profile_GetSettingInt() — reads an integer from mirandaboot.ini
* Don't close "Create new account" window if user not set account name.


== Protocols ==
== Protocols ==
* {{Plugin|ICQ}}
** fix crash on file receive.
* {{Plugin|Jabber}}
** add Cancel button to registration confirmation dialog.


== Plugins ==
== Plugins ==
Line 25: Line 34:
* {{Plugin|Db_autobackups}}
* {{Plugin|Db_autobackups}}
** ''Backup profile folder'' option now excludes backup folder from resulting archive.
** ''Backup profile folder'' option now excludes backup folder from resulting archive.
* {{Plugin|Dbx_mdbx}}
** extract libmdbx to separate dll.


* {{Plugin|Fingerprint}}
* {{Plugin|Fingerprint}}
Line 56: Line 68:
* {{Plugin|StatusManager}}
* {{Plugin|StatusManager}}
** add ability to react to terminal session disconnection.
** add ability to react to terminal session disconnection.
** add ''Enter idle mode'' option.


* {{Plugin|StdMsg}}
* {{Plugin|StdUserInfo}}
** add ''View/change my details...'' button for {{Plugin|TopToolBar}}.
** add ''View/change my details...'' button for {{Plugin|TopToolBar}}.



Revision as of 23:56, 11 July 2018

Version: 0.95.9

Rev: v0.95.9

Released: 5 September 2018

General

Core and libraries

  • update liblua, libcurl, PCRE and SQLite libraries.
  • merge StdIdle with mir_app. Idle now a part of StdAutoAway, so Idle can not work with AdvancedAutoAway (StatusManager module) simultaneously.
  • add Phoenix detection.
  • add new functions to access mirandaboot.ini from all plugins
    • Profile_GetSetting() — reads a string from mirandaboot.ini
    • Profile_GetSettingInt() — reads an integer from mirandaboot.ini
  • Don't close "Create new account" window if user not set account name.

Protocols

  • ICQ
    • fix crash on file receive.
  • Jabber
    • add Cancel button to registration confirmation dialog.

Plugins

  • Clist_modern
    • frames settings are no longer reset when changing the language.
  • Clist_nicer
    • frames settings are no longer reset when changing the language.
  • Db_autobackups
    • Backup profile folder option now excludes backup folder from resulting archive.
  • Dbx_mdbx
    • extract libmdbx to separate dll.
  • 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.
    • add ability to compile scripts.
  • Scriver
    • add Send message on Shift+Enter option.
  • SmileyAdd
    • remove obsolete option Enable built-in message dialog support.
    • remove Smiley button option. Toolbar buttons for all plugins are configured from the Options → Message sessions → Toolbar.
  • StatusManager
    • add ability to react to terminal session disconnection.
    • add Enter idle mode option.
  • TabSRMM
    • remove bugged and not working Remember and set keyboard layout per contact and Automatic keyboard layout: Do not load the system default for new contacts options.