Änderungsprotokoll/0.95.11

From Miranda NG
Jump to navigation Jump to search

Version: 0.95.11

Rev.: v0.95.11

Veröffentlicht: 2. Februar 2020

Important
If you encounter "Miranda was unable to open <profile_name>, it's in an unknown format" error after update, please follow this instruction.

Core and libraries

  • updated BASS, libcurl, libmdbx, SQLite, and tinyxml2 libraries.
  • mdbx_chk: useful utility to do database check.
  • [2083] newly added sub-contact wasn't hidden.
  • [2157] database drivers shouldn't have unload checkbox.

Protocols

  • Discord
    • added offline file transfers support.
    • added support for message deletion.
    • added custom status support.
    • everyone else in a group chat other than you will have their messages appear as if the contact whose chat got transformed into the group is speaking. This was fixed.
    • protocol menu was lost during dynamic account creation.
  • Facebook
    • brand new Facebook plugin based on MQTT protocol instead of the old deprecated plugin that used direct parsing of HTTP pages. The main advantage of the new plugin is that it doesn't block your account and works pretty fast. All users are welcome to test new plugin, any feedback is greatly appreciated as well as bug reports at our tracker.
  • ICQ
    • accounts of people who have not used ICQ for more than a year are automatically deleted from the ICQ system and the server contact list. Miranda no longer removes such contacts from the database to avoid the loss of history.
    • added error code detection during addBuddy (we allow to add [deleted] contacts, but only locally).
    • added the experimental server group editor.
    • removed 80x80 px avatar limitation in avatar management dialog.
    • removed all statuses except Online and Offline. The server supports only these statuses.
    • display a URL for the uploaded file instead of a local path.
    • fixed problems with old server-side groups, created by Miranda IM.
    • fixed embedded group problems.
    • fixed occasionally password reset.
    • manually deleted contact no longer appears again in the contact list.
    • ignored contacts now listed in Options → Contacts → Ignore.
    • fixed contact moving from root to any group.
  • IRC
    • fixed the 10-yrs-old bug with displaying own messages with %%.
  • Jabber
    • implemented XEP-0363: HTTP File Upload.
    • service-related options moved to the Service Discovery menu.
    • vCard request is no longer tied to the program start, which allows us to update them daily, even if the Miranda uptime is longer.
    • removed Convert to contact and Convert to chat room contact menu item (group chats are long time no stored in the roster, there are bookmarks for this).
    • fixed vCard retrieving problem for group chat contacts with Cyrillic nicks.
    • fixed incorrect status in the log when changing the status of a conference member.
    • fixed avatar retrieving if it was deleted from disk,
  • SkypeWeb
    • added support for receiving multiple media files in one message.
    • added error codes parsing.
  • Steam
    • enhanced processing of error code 401.
  • Twitter
    • fixed update of user names.
  • VKontakte
    • changed logic for "remind later" on friend request — now one per ReqAuthTimeLater (hidden option, default 86400) sec, not on protocol online.
    • fixed Load only friends to local contact list option.
    • crashfix on server error == 1 for file sending.
    • protocol menu was lost during dynamic account creation.

Plugins

  • CrashDumper
    • added Display popups about successful actions option (to disable annoying "Version Info uploaded successfully" popup).
    • fixed Generate crash reports option reset.
  • DbEditorPP
    • renaming the database key led to its visual disappearance under certain circumstances.
  • Dbx_mdbx
    • added UI message about database compaction result.
  • HistoryPP
    • plugin didn't remove it's own items from the contact menu when unloading.
  • Import
    • 2033 fixed the wrong behavior of a combo list in the main import dialog.
  • New_GPG
    • improved error handling on public keys import from the main menu.
  • Notes & Reminders
    • added View reminders hotkey.
    • fixed broken reminders order in "View reminders" dialog.
  • PluginUpdater
    • added Enable HTTPS option (disabled by default in Windows XP).
    • added search box to components list.
    • from now update starts each time a user changes platform, channel or update URL.
  • PopupPlus
    • fixed error in options logic.
    • fixed crash in options if no accounts have been added to Miranda.
  • Scriver
    • fixed mouse scrolling.
    • 2037 when tabs are used, Save settings for contacts corrupts window position.
  • SendSS
    • plugin now remembers the last selected service and file format.
  • StdMsg
    • removed separate Show button for sending messages setting for group chats.
    • removed unneeded Show buttons for controlling the chat room and Show buttons for formatting the text you are typing options.
    • fixed focus loss when switching tabs.
  • StdUserInfo
    • fixed crash in user info dialog when a plugin is unloaded.
  • TabSRMM
    • added Use the same splitter height for all sessions option.
    • added vertical tabs scrolling by mouse wheel.
    • removed the empty "Room" menu.
    • fixed sending %% in group chats.
    • fixed spontaneous tabs scrolling when switching tabs, if the tabs are arranged vertically.
    • fixed Select font color button.
    • fixed inability to edit Open new chat rooms in the default container setting when using a screen reader.
    • Alt button now close menu bar automatically.
    • fixed tabs disappearing when switching layout to vertical.
    • fixed sound options disappearing after applying options.
  • UInfoEx
    • fixed crash in user info dialog when a plugin is unloaded.
    • trailing extra-icons weren't wiped from the contact list after disabling a plugin.
  • WhoUsesMyFiles
    • removed Log files and folders in UNC format, Alert files & folders in UNC format, Log computer name with username, and Alert computer name with username options. They were stubs and were never implemented.

For developers

  • EnterString: added ability to enter simple strings (not multiline).
  • removed useless service MS_UTILS_ENTERSTRING, use EnterString instead.
  • Netlib_GetHeader() — handful utility to avoid writing cycles.
  • Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden variable and unify access to it.
  • MBinBuffer::assign - function to replace buffer contents.
  • Miranda_GetSystemWindow - returns a common window for creating global timers.
  • useless duplicate function GetContactProto replaced with standard Proto_GetBaseAccountName.
  • end of manual experiments with CList/NotOnList. Use Contact_RemoveFromList and Contact_PutOnList instead.