История изменений/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>


== General ==
== Общее ==
* [[:File:Makefiles.png|Miranda can now be really built using Makefiles]].
* [[:File:Makefiles.png|Miranda can now be really built using Makefiles]].
* [[Mirandaboot.ini#SilentUpgrade|mirandaboot.ini]]: add ability to silently upgrade database.
* [[Mirandaboot.ini#SilentUpgrade|mirandaboot.ini]]: add ability to silently upgrade database.
* Miranda no longer allows you to copy the currently used database. The database must be copied only via {{Plugin|Db_autobackups}} to prevent database destruction. {{Plugin|Db_autobackups}} was added to core package.
* Miranda no longer allows you to copy the currently used database. The database must be copied only via {{Plugin|Db_autobackups}} to prevent database destruction. {{Plugin|Db_autobackups}} was added to core package.


== Core and libraries ==
== Ядро и библиотеки ==
* обновлены библиотеки liblua, libcurl, PCRE и SQLite.
* обновлены библиотеки liblua, libcurl, PCRE и SQLite.
* merge {{Plugin|StdIdle}} with mir_app. Idle now a part of StdAutoAway, so Idle can not work with AdvancedAutoAway ({{Plugin|StatusManager}} module) simultaneously.
* 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.
* реализовано определение клиента [https://github.com/PhoenixDevTeam/Phoenix-for-VK Phoenix].
* add new functions to access mirandaboot.ini from all plugins
* add new functions to access mirandaboot.ini from all plugins
** Profile_GetSetting() — reads a string from mirandaboot.ini
** Profile_GetSetting() — reads a string from mirandaboot.ini
Line 35: Line 35:


* {{Plugin|Dbx_mdbx}}
* {{Plugin|Dbx_mdbx}}
** extract libmdbx to separate dll.
** библиотека libmdbx вынесена в отдельный файл.


* {{Plugin|Fingerprint}}
* {{Plugin|Fingerprint}}
** add [https://github.com/PhoenixDevTeam/Phoenix-for-VK Phoenix] support.
** добавлена поддержка [https://github.com/PhoenixDevTeam/Phoenix-for-VK Phoenix].


* {{Plugin|MirLua}}
* {{Plugin|MirLua}}
Line 74: Line 74:
* {{Plugin|TabSRMM}}
* {{Plugin|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.
** 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.
** remove useless ''Enable typing sounds'' option. Users still can assign sound to this action in "Sounds".
** удалена бесполезная настройка ''Включить звук набора текста''. По сути, она лишь показывала/скрывала соответствующий пункт в настройке звуков. Теперь он всегда виден.


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

Revision as of 00:53, 13 July 2018

Version: 0.95.9

Rev: v0.95.9

Released: 5 September 2018

Общее

Ядро и библиотеки

  • обновлены библиотеки liblua, libcurl, PCRE и SQLite.
  • merge StdIdle with mir_app. Idle now a part of StdAutoAway, so Idle can not work with AdvancedAutoAway (StatusManager module) simultaneously.
  • реализовано определение клиента Phoenix.
  • 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.

Протоколы

  • ICQ
    • исправлено падение при приёме файла.
  • Jabber
    • в диалоговое окно подтверждения регистрации добавлена кнопка «Отмена».

Плагины

  • 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
    • библиотека libmdbx вынесена в отдельный файл.
  • 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.
    • удалена бесполезная настройка Включить звук набора текста. По сути, она лишь показывала/скрывала соответствующий пункт в настройке звуков. Теперь он всегда виден.