Changelog/0.96.1: Difference between revisions

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


== Core and libraries ==
== Core and libraries ==
* {{GithubIssue|2871}} fixed crash at message window open.
* fixed some problems on exit.
* fixed crash when account name equals protocol name.


== Protocols ==
== Protocols ==
* {{Plugin|Discord}}
** {{GithubIssue|2878}} option ''Disable group chats'' was renamed to ''Disable guilds'': from now it stops processing guilds at all.
** {{GithubIssue|2879}} fixed crash.
* {{Plugin|ICQ}}
** fixedr very rare crash on login.
* {{Plugin|VKontakte}}
** fixed ''Invisible'' status.


== Plugins ==
== Plugins ==
* {{Plugin|Dbx_mdbx}}
* {{Plugin|Dbx_mdbx}}
** {{GithubIssue|2771}} removed all MDBX utilities.
** {{GithubIssue|2771}} removed all MDBX utilities.
* {{Plugin|MessageState}}
** {{GithubIssue|2884}} fixed time display.
* {{Plugin|QuickSearch}}
** rewritten from Pascal to C++.
* {{Plugin|Weather}}
** fixed receiving update time for MSN Weather.


== For developers ==
== For developers ==
* CCtrlListView::MoveItem, CCtrlListView::SetCurSel, CCtrlCombo::SelectData — new useful methods.
* hidden function Proto_GetAccount exported as Proto_GetContactAccount.
* CCtrlCombo::GetCurData - suitable helper for combo boxes.

Revision as of 23:31, 22 May 2021

Version: 0.96.1

Rev: v0.96.1

Released: 2 June 2022

Important
Database migration: the current Dbx_mdbx database driver will be finally postponed and replaced with the brand new Dbx_sqlite driver.

You will get a message on startup This database is in the old format that isn't supported anymore. Press Yes to convert it to the new format or No to return. The conversion should be transparent, also the old database will be backed up. Though it seems reasonable that you make your backup of Miranda profile before the upgrade.

In addition, it is highly recommended to check (Main menu → Database → Check database) and compact (Main menu → Database → Compact) the database before updating.

You need to have Dbx_mdbx driver and Import installed, if not, an error message will point you to the given links.

Dummy protocol with custom Unique ID setting option should be imported manually after migration.

After conversion, the encryption of the database will be reset to standard, and the password will be removed. Remember to select your preferred encryption mode and set a password if required.

Core and libraries

  • Issue #2871 fixed crash at message window open.
  • fixed some problems on exit.
  • fixed crash when account name equals protocol name.

Protocols

  • Discord
    • Issue #2878 option Disable group chats was renamed to Disable guilds: from now it stops processing guilds at all.
    • Issue #2879 fixed crash.
  • ICQ
    • fixedr very rare crash on login.

Plugins

  • Weather
    • fixed receiving update time for MSN Weather.

For developers

  • CCtrlListView::MoveItem, CCtrlListView::SetCurSel, CCtrlCombo::SelectData — new useful methods.
  • hidden function Proto_GetAccount exported as Proto_GetContactAccount.
  • CCtrlCombo::GetCurData - suitable helper for combo boxes.