Changelog/0.95.13: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
Line 44: Line 44:
** {{GithubIssue|2626}} fixed import from MDBX database to SQLite database.
** {{GithubIssue|2626}} fixed import from MDBX database to SQLite database.
** fixed rare crash in metacontacts.
** fixed rare crash in metacontacts.
Dbx_mdbx: crash fix when deleting sub-contact from a meta


* {{Plugin|Dbx_sqlite}}
* {{Plugin|Dbx_sqlite}}
Line 51: Line 52:
** {{GithubIssue|2610}} fixed inability to transfer file from clipboard by pressing {{Hotkey|Ctrl|V}}.
** {{GithubIssue|2610}} fixed inability to transfer file from clipboard by pressing {{Hotkey|Ctrl|V}}.
** {{GithubIssue|2617}} events filter button now have red cross if filter is disabled.
** {{GithubIssue|2617}} events filter button now have red cross if filter is disabled.
StdClist
fixes #2647 (StdClist: embedded clist is not accesible)


* {{Plugin|StdMsg}}
* {{Plugin|StdMsg}}
** {{GithubIssue|2617}} events filter button now have red cross if filter is disabled.
** {{GithubIssue|2617}} events filter button now have red cross if filter is disabled.
fixes #2643 (TabSRMM: internal log disappears after any color change for group chats)
* {{Plugin|TabSRMM}}
fixes #2643 (TabSRMM: internal log disappears after any color change for group chats)


== For developers ==
== For developers ==

Revision as of 19:54, 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.

fixes #2642 (Facebook: track groupchat name change) fixes #2645 (Facebook: nicklist in chats does not updated automatically)

  • 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.

Dbx_mdbx: crash fix when deleting sub-contact from a meta

  • 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.

StdClist fixes #2647 (StdClist: embedded clist is not accesible)

fixes #2643 (TabSRMM: internal log disappears after any color change for group chats)

fixes #2643 (TabSRMM: internal log disappears after any color change for group chats)

For developers