Changelog/0.96.2: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
Line 26: Line 26:
** fixed flickering in XML console window.
** fixed flickering in XML console window.
** {{GithubIssue|3124}} all {{Button|Edit}} buttons now have an "edit" icon instead of a "rename" icon.
** {{GithubIssue|3124}} all {{Button|Edit}} buttons now have an "edit" icon instead of a "rename" icon.
** {{GithubIssue|3072}} removed Google Talk preset. Google is shutting down third party client access to [[wikipedia:en:Google Talk]].
** {{GithubIssue|3072}} removed Google Talk preset. Google is shutting down third party client access to [[wikipedia:en:Google Talk|Google Talk]].
*fixes #3110 (remove Jabber frame)
** {{GithubIssue|3110}} removed Jabber frame and corresponding ''Disable frame'' option.


fixes #3123 (Cannot edit GG user info)
* {{Plugin|GG}}
* fixes #3123 (Cannot edit GG user info)


VKontakte: GetAwayMsg implementation
* {{Plugin|VKontakte}}
* GetAwayMsg implementation


== Plugins ==
== Plugins ==

Revision as of 23:37, 19 February 2023

Version: 0.96.2

Rev: v0.96.2

Released: 2 March 2023

Core and libraries

  • Autoexec system
    • Issue #3113 added the ability to import .ini files at the same time as converting the database.
    • Issue #3120 increased the maximum allowable size of an .ini file from 2048 to 16384 bytes.
  • added StatusManager into base package.
  • improved HiDPI support (still experimental and disabled by default).
  • updated libcurl, OpenSSL, SQLite, toxcore and zlib libraries.
  • renamed Edit button in account manager to Rename.

Protocols

  • Jabber
    • XEP-0363: HTTP File Upload
      • added HTTP File Upload autodetection (thx @deadsend). Option will be automatically enabled if the server supports this XEP.
      • added code to handle file size error, if HTTP File Upload service sets the limit.
    • XEP-0384: OMEMO
      • Issue #3095 improved readability of OMEMO keys.
      • Miranda will no longer try to use OMEMO for private messages in group chats.
    • added XEP-xep-0065: SOCKS5 Bytestreams autodetection (thx @deadsend).
    • fixes #3116 (Jabber: удаление комнаты из списка контактов не позволяет зайти в неё снова)
    • fixes #3122 (Миранда некорректно отображает время в журнале)
    • fixed flickering in XML console window.
    • Issue #3124 all Edit buttons now have an "edit" icon instead of a "rename" icon.
    • Issue #3072 removed Google Talk preset. Google is shutting down third party client access to Google Talk.
    • Issue #3110 removed Jabber frame and corresponding Disable frame option.
  • GG
  • fixes #3123 (Cannot edit GG user info)

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.