Changelog/0.96.1

From Miranda NG
Jump to navigation Jump to search

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.

added "partly sunny" (for #2872)

fixes #2885 (XSoundNotify: crash on settings page)

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.