Changelog/0.95.13: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
Line 26: Line 26:


== Plugins ==
== Plugins ==
https://github.com/miranda-ng/miranda-ng/commit/1abf24e786cace297b3ec1c83b17bf43f69ddf00
* {{Plugin|Clist_modern}}
* {{Plugin|Clist_modern}}
** {{GithubIssue|2606}} fixed view mode applying on language switch.
** {{GithubIssue|2606}} fixed view mode applying on language switch.
* {{Plugin|CloudFile}}
** ** {{GithubIssue|2646} fixed auth request window behavior.


* {{Plugin|DbChecker}}
* {{Plugin|DbChecker}}

Revision as of 19:52, 11 February 2021

Version: 0.95.13

Rev: v0.95.13

Released: 16 March 2021

Core and libraries

  • updated libcurl, liblua, libmdbx and SQLite libraries.
  • static plugins (for example database drivers) no longer have checkboxes on the Options → Plugins page.

Protocols

  • Discord
    • protocol no longer tries to load the history of forbidden channels (for example, those where the user is banned).
    • Issue #2575 fixed error 404 while opening Discord gateway connection.
    • fixed rare crash.
    • fixed retrieving groupchat history again & again.
    • fixed possible contact duplication.
  • ICQ
    • Issue #2616 added support for filetransfers and stickers to group chats.

Plugins

https://github.com/miranda-ng/miranda-ng/commit/1abf24e786cace297b3ec1c83b17bf43f69ddf00

  • CloudFile
    • ** {{GithubIssue|2646} fixed auth request window behavior.
  • Dbx_mdbx
    • Issue #2569 significantly increased resistance to hardware fails.
    • significantly increased startup speed.
    • Issue #2626 fixed import from MDBX database to SQLite database.
    • fixed rare crash in metacontacts.
  • Scriver
    • Issue #2610 fixed inability to transfer file from clipboard by pressing Ctrl+V.
    • Issue #2617 events filter button now have red cross if filter is disabled.

For developers