Changelog/0.95.11: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
No edit summary
Line 43: Line 43:
** fixed vcard retrieving problem for groupchat contacts with cyrillic nicks.
** fixed vcard retrieving problem for groupchat contacts with cyrillic nicks.
** fixed incorrect stuts in the log when changing the status of a conference member.
** fixed incorrect stuts in the log when changing the status of a conference member.
** fixed avatar retrieving if it was deleted from disk,


* {{Plugin|SkypeWeb}}
* {{Plugin|SkypeWeb}}
Line 61: Line 62:


== Plugins ==
== Plugins ==
* {{Plugin|BasicHistory}}
** fixed broken ''Icons'' menu item.
* {{Plugin|CrashDumper}}
* {{Plugin|CrashDumper}}
** add ''Display popups about successful actions'' option (to disable annoying "Version Info uploaded successfully" popup).  
** add ''Display popups about successful actions'' option (to disable annoying "Version Info uploaded successfully" popup).  
Line 72: Line 76:
* {{Plugin|Msg_Export}}
* {{Plugin|Msg_Export}}
** enable ''Use UTF-8'' option by default.
** enable ''Use UTF-8'' option by default.
* {{Plugin|Notes & Reminders}}
** add "View Reminders" hotkey.


* {{Plugin|PluginUpdater}}
* {{Plugin|PluginUpdater}}
Line 101: Line 108:
** fixed inability to edit ''Open new chat rooms in the default container'' setting when using a screen reader.
** fixed inability to edit ''Open new chat rooms in the default container'' setting when using a screen reader.
** {{Button|Alt}} button now close menu bar automatically.
** {{Button|Alt}} button now close menu bar automatically.
** fixed tabs disappearing when switching layout to vertical.


* {{Plugin|UInfoEx}}
* {{Plugin|UInfoEx}}
Line 121: Line 129:




* fixes #2094 (BasicHistory: Icons menu item is broken)
* fixes #2097 (TabSRMM: log background color is broken)
* fixes #2103 (Jabber: we should ignore AvatarHash if file does not exist)
* KeyboardNotify:
- fixes #2102 (groupchat messages notification);
* fixes #2101 (tabSRMM: tabs disappear when switching layout to vertical)


* fixes #2111 (Pascal plugins don't free their resource after dynamic unload)
* fixes #2111 (Pascal plugins don't free their resource after dynamic unload)


* fixes #2108 (Old message log is listed in settings until reopen)
* fixes #2108 (Old message log is listed in settings until reopen)
* fixes #2100 (TabSRMM: bug with vertical tabs)
* fixes #2126 (Notes & Reminders hotkeys)


fixes #2144 (tabSRMM: sound options disappear after applying options)
fixes #2144 (tabSRMM: sound options disappear after applying options)

Revision as of 21:59, 1 February 2020

Version: 0.95.11

Rev: v0.95.11

Released: 2 February 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.
  • newly added sub-contact wasn't hidden.

Protocols

  • Discord
    • added offline file transfers support.
    • added support for message deletion.
    • added custom status support.
    • everyone else in the group chat other than you will have their messages appear as if the contact whose chat got transformed into 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 from the server contact list. Miranda no longer removes such contacts from the database in order to avoid the loss of history.
    • added error code detection during addBuddy (we allow to add [deleted] contacts, but only locally).
    • added 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 local path.
    • fixed problems with old server-side groups, created by Miranda IM.
    • fixed embedded groups 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 Service Discovery menu.
    • vcard request is no longer tied to the program start, which allows 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 groupchat contacts with cyrillic nicks.
    • fixed incorrect stuts in the log when changing the status of a conference member.
    • fixed avatar retrieving if it was deleted from disk,
  • SkypeWeb
    • added support for receiveing 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
    • add Display popups about successful actions option (to disable annoying "Version Info uploaded successfully" popup).
  • Dbx_mdbx
    • added UI message about database compaction result.
  • 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.
  • 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.
  • 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 emply "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.
  • UInfoEx
    • fixed crash in user info dialog when a plugin is unloaded.
    • trailing extra-icons weren't wiped from clist 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.



  • fixes #2111 (Pascal plugins don't free their resource after dynamic unload)
  • fixes #2108 (Old message log is listed in settings until reopen)

fixes #2144 (tabSRMM: sound options disappear after applying options)

- fixes #2148 (case-sensitive search among database values hides lines during value replacement);

  • fixes #2147 (missing database link in CrashDumper's options)
  • fixes #2126 (hotkey works only once)
  • fixes #2151 (Notes & Reminders: broken reminders order in View Reminders dialog)
  • fixes #2152 (Notes & Reminders: no need to track mouse cursor)
  • fixes #2157 (database drivers have unload checkbox in Options - Plugins)
  • fixes #2061 (StartupStatus should also handle account enabling)

fixes #2018 (SendSS does not remember the last selected service)

fixes #2033 (Import: wrong behavior of a combo in the main import dialog)

- fixes #2032 (focus is lost during tab switching);

- fixes #2018 (SendSS doesn't store image format correctly)

- fixes #2037 (when tabs are used, "Save settings for contacts" corrupts window position);

new_gpg: improoved error handling on public keys array import from main menu