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

  • updated TinyXML2 library.
  • 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.
  • Facebook
    • fixed reading more than 500 contacts from friends list.
  • ICQ
    • fixed very rare crash on login.
  • VKontakte
    • fixed "Invisible" status.
    • fixed authorization.

Plugins

  • AVS
    • fixed memory corruption.
  • Import
    • fixed setting correct blob size when importing from JSON.
  • Msg_Export
    • fixed replacing contact IDs in file names.
  • QuickSearch
    • rewritten from Pascal to C++.
    • removed Close button.
  • Weather
    • Issue #2872 added "partly sunny" as alias for "cloudy".
    • gismeteo.ini and weatherxml.ini are moved to deprecated.
    • fixed update time for MSN Weather.
    • Issue #2872 fixed incorrect icons mapping.

For developers

  • added CCtrlListView::MoveItem, CCtrlListView::SetCurSel, CCtrlCombo::SelectData — new useful methods.
  • hidden function Proto_GetAccount exported as Proto_GetContactAccount.
  • added CCtrlCombo::GetCurData - suitable helper for combo boxes.
  • added SetDraw(bool bEnable) — a wrapper for WM_SETREDRAW command.
  • added mir_wstrstri — case-insensitive search of substring, Unicode version.