Changelog/0.96.2: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
Line 66: Line 66:


== For developers ==
== For developers ==
Utils_CorrectFontSize - a function for dynamic font size adjustment
* Utils_CorrectFontSize a function for dynamic font size adjustment.
Contact_IsGroupChat - a helper to detect chat rooms
* Contact_IsGroupChat a helper to detect chat rooms.

Revision as of 16:47, 11 August 2022

Version: 0.96.2

Rev: v0.96.2

Released: 2 March 2023

Core and libraries

  • updated libcurl, OpenSSL, SQLite, toxcore and zlib libraries.
  • improved HiDPI support (still experimental and disabled by default).

fixes #3113 (Miranda does not import autoexec files during db conversion) fixes #3120 (Autoexec некорректно импортирует ini)

  • renamed Edit button in account manager to Rename.

fixes #3121 (Accessibility: Message history can no longer be read with screen readers)

Protocols

  • Jabber
    • Miranda will no longer try to use XEP-0384: OMEMO for private messages in group chats.
    • Issue #3095 improved readability of OMEMO keys.
    • Issue #3072 removed Google Talk preset. Google is shutting down third party client access to Google Talk.
    • fixed caps adjusting according to the options.
    • fixed flickering in XML console window.

Jabber: HTTP autodetect (thx @deadsend) Jabber: byte stream proxy autodetect (thx @deadsend) Jabber: added code to handle file size error, if HTTP Upload service sets the limit fixes #3116 (Jabber: удаление комнаты из списка контактов не позволяет зайти в неё снова) Jabber: attempt to unify caps processing fixes #3124 (Jabber: у действия "Edit" значок "Rename") fixes #3122 (Миранда некорректно отображает время в журнале) fixes #3110 (remove Jabber frame)

fixes #3123 (Cannot edit GG user info)

VKontakte: GetAwayMsg implementation

Plugins

fixes #3103 (Miranda crashes randomly (null pointer dereference in NewEventNotify) fixes #3108 (NewEventNotify shows message popup even if antispam is enabled)

fixes #3105 (PluginUpdater: привязать правый столбец к краю окна) fixes #3125 (PluginUpdater не стирает старую версию libmdbx.mir)

  • StdMsg
    • fixed flickering in message window.

fixes #3106 (ancient evil with font settings in StdMsg) StdMsg: fix for window minimization in tabbed mode

StdUserInfo: - ability to gather embedded screens into the tree subitems instead of tabs

  • StopSpam
    • Issue #3099 renamed Disable protection for following accounts: option to Enable protection for following accounts:.

fixes #3086 (tabSRMM: не полностью отображается подсказка к кнопке отправки) fixes #3090 (tabSRMM: Cannot send message by Alt+S) tabSRMM: unneeded message removed (Client not cached yet) fixes #3108 (tabSRMM doesn't take typing notification settings for unknown contacts into consideration) + code cleaning fixes #3126 (tabSRMM: "Colorize nickames in member list" chat option) fixes #3128 (tabSRMM: автодополнение ника (Tab) добавляет пробел, если включены настройки про добавление к нику двоеточия/запятой, и не добавляет, если они отключены) fixes #3129 (tabSRMM: распространить опции "добавлять двоеточие/точку с запятой" (при автозавершении ника) на двойной клик по нику) fixes #3127 (tabSRMM: сделать настройки про добавление двоеточия и запятой взаимоисключающими)

fixes #3077 (Toaster: падение при создании большого числа всплывающих окон)

UInfoEx:

  • fixed random crash.

For developers

  • Utils_CorrectFontSize — a function for dynamic font size adjustment.
  • Contact_IsGroupChat — a helper to detect chat rooms.