Changelog/0.95.12.1: Difference between revisions

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


* {{Plugin|Scriver}}
* {{Plugin|Scriver}}
** {{GithubIssue|2590}} renamed ''Enable button context menus'' option and moved to ''Events and filters'' tab.
** {{GithubIssue|2591} renamed ''Enable button context menus'' option and moved to ''Events and filters'' tab.


* {{Plugin|SeenPlugin}}
* {{Plugin|SeenPlugin}}
Line 94: Line 94:


* {{Plugin|StdMsg}}
* {{Plugin|StdMsg}}
** {{GithubIssue|2590}} renamed ''Show button menus when right clicking the buttons'' option and moved to ''Events and filters'' tab.
** {{GithubIssue|2591}} renamed ''Show button menus when right clicking the buttons'' option and moved to ''Events and filters'' tab.
** {{GithubIssue|2512}} fixed broken group chat colors in the embedded log window.
** {{GithubIssue|2512}} fixed broken group chat colors in the embedded log window.


* {{Plugin|TabSRMM}}
* {{Plugin|TabSRMM}}
** {{GithubIssue|2590}} renamed ''Show button menus when right clicking the buttons'' option and moved to ''Events and filters'' tab.
** {{GithubIssue|2591}} renamed ''Show button menus when right clicking the buttons'' option and moved to ''Events and filters'' tab.
** removed ''subclassIEView'' hidden option.
** removed ''subclassIEView'' hidden option.
** {{GithubIssue|2521}} fixed {{Button|Esc}} key behavior selection for group chats.
** {{GithubIssue|2521}} fixed {{Button|Esc}} key behavior selection for group chats.

Revision as of 00:25, 19 November 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, liblua, libmdbx, and SQLite libraries.
  • switched OpenSSL from old and unsupported 1.0.2 branch to newest 1.1.1 branch.
  • Issue #2510 fixed icons sorting order.
  • Issue #2573 fixed autoexec import for settings contained slashes.

Protocols

  • Discord
    • basic domains replaced to discord.com
  • Jabber
    • improved XEP-0313: Message Archive Management implementation compatibility with OpenFire.
    • Issue #2518 double click on bookmarks now launch it.
    • Issue #2566 privacy lists editor now show all contacts even hidden ones.
    • Issue #2584 all lists (participants, moderators, members, admins, owners, outcasts) are now sorted alphabetically; Enter button in the filter field now applies the entered filter.
    • disabled XEP-0231: Bits of Binary for group chats.
    • Issue #2565 privacy lists editor no more allows to remove active list.
    • Issue #2565 privacy lists editor no more allows to change settings of <none> list.
    • Issue #2506 fixed crash or disfunction of SCRAM/SHA256/SHA512 auth.
  • 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

  • Clist_modern
    • Issue #2513 added ability to rename view modes.
    • Issue #2504 rolled back a fix for contacts list auto resize.
    • disabled by default Use improved search method in contact list option.
  • 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.
  • Import
    • fixed crash in mContacts import.
  • 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.
  • Scriver
    • {{GithubIssue|2591} renamed Enable button context menus option and moved to Events and filters tab.
  • 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.
  • StdMsg
    • Issue #2591 renamed Show button menus when right clicking the buttons option and moved to Events and filters tab.
    • Issue #2512 fixed broken group chat colors in the embedded log window.
  • TabSRMM
    • Issue #2591 renamed Show button menus when right clicking the buttons option and moved to Events and filters tab.
    • 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.