Changelog/0.96.2: Difference between revisions

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


== Plugins ==
== Plugins ==
* {{Plugin|NewEventNotify}}
* {{Plugin|NewEventNotify}}
** fixes #3103 (Miranda crashes randomly (null pointer dereference in NewEventNotify)
** {{GithubIssue|3103}} fixed random crash.
** fixes #3108 (NewEventNotify shows message popup even if antispam is enabled)


* {{Plugin|PluginUpdater}}
* {{Plugin|PluginUpdater}}
** fixes #3105 (PluginUpdater: привязать правый столбец к краю окна)
** {{GithubIssue|3105}} right column in the component list is now always docked to the right edge of the window.
** fixes #3125 (PluginUpdater не стирает старую версию libmdbx.mir)


* {{Plugin|StdMsg}}
* {{Plugin|StdMsg}}
** fixed flickering in message window.
** fixed flickering in message window.
fixes #3106 (ancient evil with font settings in StdMsg)
** {{GithubIssue|3106}} fixed breakage of fonts after dynamic loading of the plugin.
StdMsg: fix for window minimization in tabbed mode
** fixed window minimization in tabbed mode.


* {{Plugin|StdUserInfo}}
* {{Plugin|StdUserInfo}}
- ability to gather embedded screens into the tree subitems instead of tabs
** userinfo sections are replaced by a tree.


* {{Plugin|StopSpam}}
* {{Plugin|StopSpam}}
** {{GithubIssue|3099}} renamed ''Disable protection for following accounts:'' option to ''Enable protection for following accounts:''.
** {{GithubIssue|3099}} renamed ''Disable protection for following accounts:'' option to ''Enable protection for following accounts:''.


* {{Plugin|tabSRMM}}
fixes #3086 (tabSRMM: не полностью отображается подсказка к кнопке отправки)
fixes #3086 (tabSRMM: не полностью отображается подсказка к кнопке отправки)
fixes #3090 (tabSRMM: Cannot send message by Alt+S)
fixes #3090 (tabSRMM: Cannot send message by Alt+S)
Line 59: Line 57:
fixes #3127 (tabSRMM: сделать настройки про добавление двоеточия и запятой взаимоисключающими)
fixes #3127 (tabSRMM: сделать настройки про добавление двоеточия и запятой взаимоисключающими)


fixes #3077 (Toaster: падение при создании большого числа всплывающих окон)
* {{Plugin|Toaster}}
** {{GithubIssue|3077}} fixed crash when creating a large number of popups.


UInfoEx:
* {{Plugin|UInfoEx}}
* fixed random crash.
* fixed random crash.



Revision as of 01:09, 20 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-0065: SOCKS5 Bytestreams autodetection (thx @deadsend).
    • Issue #3116 deleting a chat room from the contact list now results in an immediate exit from that chat room.
    • Issue #3122 fixed display of incorrect time in group chats.
    • 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.

Plugins

  • StdMsg
    • fixed flickering in message window.
    • Issue #3106 fixed breakage of fonts after dynamic loading of the plugin.
    • fixed window minimization in tabbed mode.
  • 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: сделать настройки про добавление двоеточия и запятой взаимоисключающими)

For developers

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