Changelog/0.95.12.1: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:
== Core and libraries ==
== Core and libraries ==
* added ''Check database'' menu item to profile manager.
* added ''Check database'' menu item to profile manager.
* added ability to rotate network logs.
* added ability to print dates in network log.
* {{GithubIssue|2516}} compressing the database in the profile manager now shows a message about the result.
* {{GithubIssue|2516}} compressing the database in the profile manager now shows a message about the result.
* updated libcurl and SQLite libraries.
* updated libcurl and SQLite libraries.
Line 9: Line 11:


== Protocols ==
== Protocols ==
* {{Plugin|Discord}}
**  basic domains replaced to discord.com
* {{Plugin|Facebook}}
* {{Plugin|Facebook}}
** {{GithubIssue|2527}} added downloadable stickers support ({{Plugin|SmileyAdd}} plugin required).
** {{GithubIssue|2527}} added downloadable stickers support ({{Plugin|SmileyAdd}} plugin required).
Line 54: Line 59:
* {{Plugin|Dbx_mdbx}}
* {{Plugin|Dbx_mdbx}}
** fixedr "error -32790" on very large profiles.
** fixedr "error -32790" on very large profiles.
* {{Plugin|Import}}
** fixed crash in {{Plugin|mContacts}} import.


* {{Plugin|Msg_Export}}
* {{Plugin|Msg_Export}}

Revision as of 04:00, 26 October 2020

Version: 0.95.12.1

Rev: v0.95.12.1

Released: 18 November 2020

Core and libraries

  • added Check database menu item to profile manager.
  • added ability to rotate network logs.
  • added ability to print dates in network log.
  • Issue #2516 compressing the database in the profile manager now shows a message about the result.
  • updated libcurl and SQLite libraries.
  • Issue #2510 fixed icons sorting order.
  • Issue #2573 fixed autoexec import for settings contained slashes.

Protocols

  • Discord
    • basic domains replaced to discord.com
  • Steam
    • if a friend list request comes with error code, all contacts will no longer be removed from Miranda.
  • VKontakte
    • added downloadable stickers support (SmileyAdd plugin required).
    • added [sticker:code] and [sticker-code] templates for sending stickers.
    • added UseStikersAsStaticSmileys hidden option.
    • fixed server history deletion on contact delete.
    • fixed server history deletion on ban user.

Plugins

  • DbChecker
    • support restored. Plugin was added to base package.
    • Issue #2517 added Main menu → Database → Check database menu item.
  • Dbx_mdbx
    • fixedr "error -32790" on very large profiles.
  • PluginUpdater
    • Issue #2555 added error handling on updates unpacking.
    • added ability to keep multiple backups and Number of backups to keep: option. Backups are incremental!
    • Issue #2554 in case of failure when replacing files, the plugin will automatically roll back the changes.
    • Issue #2547 Restart Miranda automatically with Silent mode enabled no more requires clicking on a pop-up.
    • Issue #2548 Backup database before update option is no longer available if Db_autobackups plugin is not installed.
  • SmileyAdd
    • Issue #2526 removed Disable stickers option.
    • Issue #2532 downloaded stickers no longer disappear when reopening message window.
    • fixed incorrect setting an absolute path instead of a relative one.
  • TabSRMM
    • removed subclassIEView hidden option.
    • Issue #2521 fixed Esc key behavior selection for group chats.

For developers

  • Chat API: added "Mute" parameter to any chat, turning short/long blinking mode.
  • DeleteDirectoryTreeW — new function that deletes a folder with all subfolders (recursively).
  • g_chatApi.LogToFile completely moved into the core.