Changelog/0.95.11: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
No edit summary
Line 35: Line 35:
** fixed vcard retrieving problem for groupchat contacts with cyrillic nicks.
** fixed vcard retrieving problem for groupchat contacts with cyrillic nicks.
** 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).
** 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).
* fixes #2039 (Jabber: реализовать обновление LastGetVCard не только при запуске)
** vcard request is no longer tied to the program start, which allows to update them daily, even if the Miranda uptime is longer.


* {{Plugin|Twitter}}
* {{Plugin|Twitter}}

Revision as of 20:44, 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.

Protocols

  • Discord
    • added offline file transfers support.
    • added support for message deletion.
  • 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 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.
    • fixed vcard retrieving problem for groupchat contacts with cyrillic nicks.
    • 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).
    • vcard request is no longer tied to the program start, which allows to update them daily, even if the Miranda uptime is longer.
  • Twitter
    • fixed update of user names.
  • VKontakte
    • crachfix on server error == 1 for file sending.

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.

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.


  • fixes #2080 (protocol menu is lost during dynamic account creation)
  • fixes #2071 (SkypeWeb: failed file sending)
  • end of manual experiments with CList/NotOnList

- fixes #2083 (newly added sub-contact isn't hidden);

  • fix for sending %% in tabSRMM group chats
  • fixes #2088 (Alt button doesn't close menu bar automatically in tabSRMM)
  • fixes #2090 (one can set a logger for a contact manually via SRMsg/Logger setting for this contact: hpp, ieview)
  • fixes #2089 (tabSRMM doesn't scroll to bottom if custom log is chosen)
  • fixes #2091 (tabSRMM: added "Use the same splitter height for all sessions")
  • fixes #2094 (BasicHistory: Icons menu item is broken)
  • Jabber: service-related options moved to Service Discovery menu
  • 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 #2104 (TabSRMM: RTL enabled for whole window)
  • fixes #2105 for StdUserInfo (crash in User Info dialog when a plugin is unloaded)
  • fixes #2105 for UserInfoEx
  • fixes #2101 (tabSRMM: tabs disappear when switching layout to vertical)
  • fixes #2106 (Scriver: History++ does not work in message sessions (blank screen))
  • fixes #2096 (SkypeWeb: Unknown event)
  • fixes #2111 (Pascal plugins don't free their resource after dynamic unload)
  • fixes #2109 (IEHistory doesn't display file transfers)
  • fixes #2108 (Old message log is listed in settings until reopen)
  • fixes #2107 (trailing extra-icons aren't wiped from clist after disabling a plugin)
  • fixes #2110 (fake messages should look like send ones, not received)
  • fixes mouse scrolling in Scriver

- fixes #2099 (TabSRMM: add tab scrolling by mouse wheel);

  • fixes #2100 (TabSRMM: bug with vertical tabs)
  • fixes #2113 (Jabber: при изменении статуса участника конфы в лог пишется некорректный статус)
  • fixes #2115 ([Discord] "Group chats" (not chatrooms/servers but personal groups!) are broken)
  • fixes #2117 ([Discord] Support for the newly introduced Custom Status)
  • fixes #2126 (Notes & Reminders hotkeys)
  • fixes #2138 (Msg_Export: enable "Use UTF-8" by default)

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

  • ICQ-WIM: added error code detection during addBuddy (we don't allow to add deleted contacts)

- 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)
  • VKontakte:

fix option ‘Load only friends to local contact list’ add hidden option ‘ReqAuthTimeLater’ change logic for ‘remind later’ on friend request - now one per ReqAuthTimeLater (default 86400) sec, not on protocol online

  • fixes #2156: error in Popup+ options logic)
  • fixes #2155 (crash in Popup+ options)
  • fixes #2157 (database drivers have unload checkbox in Options - Plugins)
  • Discord: if message text is empty, there's no need to add it

- more correct fix for #2100; - fixes #2184 (TabSRMM: Баг в панели со списком контактов);

  • fixes #2159 (BBCode color. Не передаётся в теге цвет при выборе цвета по кнопке)
  • fixes #2188 (Clist_modern: crash at "clc.cpp (1135))
  • fixes #2149 (SkypeWeb doesn't parse error codes)
  • fixes #1583 (Steam: enhanced processing of error code 401)
  • fixes #2061 (StartupStatus should also handle account enabling)

fixes #2019 (WUMF: delete non-existing settings)

Db_autobackups: ME_SYSTEM_OKTOEXIT used instead of ME_SYSTEM_PRESHUTDOWN to launch backups on exit, thus allowing them to finish correctly

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

fixes #2023 (Cannot edit "Open new chat rooms in the default container" setting when using a screen reader on Windows)

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);

StdMsg: - separate "Show button for sending messages" setting for group chats removed;

StdMsg: unneeded options removed

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

  • fixes #2086 (unused menu removed)