Changelog/0.95.12

From Miranda NG
Jump to navigation Jump to search

Version: 0.95.12

Rev: v0.95.12

Released: 31 July 2020

Todo: Discord state (works or not)
Todo: Nicer warning
Todo: ICQ wrong password

Core and libraries

  • Issue #2319 autoexec system now supports "-" in addition to "?".
  • updated libcurl, libmdbx, libtox, PCRE, and TinyXML2 libraries.
  • fixed missing uninstaller icon in Windows "Apps and features" applet.

Protocols

  • Discord
    • Issue #2230 if the server requires captcha input, Miranda will now open browser window.
    • added opcode 7 (Reconnect) processing.
    • fixed inability to leave the guild.
    • Issue #705 system tray icon now reflects actual status of protocol.
    • Issue #1953 fixed a bug that caused changing status post-sign-in doesn't work unless a normal client is also open.
    • fixed erroneous display Request authorization menu item for group chats.
    • fixed a "400 BAD REQUEST" error when sending mark as read request.
    • fixed basic search.
    • fixed authorization approving.
  • Facebook
    • added sending "Marked read" notifications support.
    • restored option to keep messages unread at the server.
    • Issue #2310 since Facebook does not allow to go into invisibility "on the fly", the Invisible status was removed and replaced with the Use invisible mode after login option.
    • Issue #2224 fixed a bug that caused each group chat message to start a new conversation.
    • Issue #2260 fixed message receiving.
    • Issue #2321 fixed display of reading marks while working with MessageState plugin.
  • ICQ
    • Issue #2277 added ability to load contact's history from server.
    • Issue #2201 file transfers are implemented as file transfers now, because links aren't clickable.
    • Issue #2341 Miranda no longer closes the session at logout if the user is logged in using a one-time SMS password (the old behavior caused a new one-time password to be requested at each login).
    • Issue #2316 fixed restoring groups after the user deleted the ClistGroups section from the database.
    • sometimes ICQ could not login after Windows return from the sleeping mode.
    • Issue #2352 incoming messages received the current time (the time they were received by Miranda), instead of sending time.
  • MSN
    • deprecated. Microsoft has stopped supporting MSN protocol on their servers. Use SkypeWeb instead. Contacts and history will be automatically converted to the Dummy protocol.
  • SkypeWeb
  • Issue #2308 if Miranda receives a "Skypetoken has expired" message from the server, the token will be automatically erased from the database to show the user a new token request.
    • fixed Skype disconnections.
    • Issue #2306 fixed status display.
  • Tox
    • crash fix for search.
  • Twitter
    • major code rework due to changed API.
    • Issue #2218 added support for direct messages.
    • Issue #2193 if we send tweets as messages, treat them as unread messages.
    • removed Base URL option.

Plugins

  • Clist_blind
    • all common contact list's options moved to the "Common" subsection.
    • renamed Disable groups option to Enable groups.
    • Issue #2281 added Remove temporaty contacts on exit option.
    • Issue #2311 added ability to expand/collapse groups with Left/Right keys.
    • Issue #2312 added hotkey for toggling Enable groups (Ctrl+⇧ Shift+G by default).
  • Clist_modern
    • all common contact list's options moved to the "Common" subsection.
    • renamed Disable groups option to Enable groups.
    • Issue #2281 added Remove temporaty contacts on exit option.
    • Issue #2311 added ability to expand/collapse groups with Left/Right keys.
    • Issue #2312 added hotkey for toggling Enable groups (Ctrl+⇧ Shift+G by default).
    • from now accounts in "Configure view modes" window are displayed by their visual names, not by physical protocol names.
    • Issue #2191 view modes did not work correctly when offline contacts are always shown.
    • Issue #2198 reopen of "Configure view modes" window no longer resets checkboxes on "Sticky contacts" tab.
    • Issue #2208 fixed button text change on view mode change.
    • Issue #2227 fixed "Configure view modes" window's glitches.
  • Clist_nicer
    • all common contact list's options moved to the "Common" subsection.
    • renamed Disable groups option to Enable groups.
    • Issue #2281 added Remove temporaty contacts on exit option.
    • Issue #2311 added ability to expand/collapse groups with Left/Right keys.
    • Issue #2312 added hotkey for toggling Enable groups (Ctrl+⇧ Shift+G by default).
    • Issue #2347 Do not separate offline contacts setting is now applied "on the fly" without requiring a restart.
  • IEView
    • added Code toolbar button to insert corresponding BBCode.
    • "copy" command now can copy images too.
  • MessageState
    • inside local networks only one check could be displayed sometimes (if message delivery takes less than 55 ms).
  • SmileyAdd
    • renamed "custom smileys" to "stickers".
    • fixed a huge memory leak when destroying temporary windows with smileys.
  • StdClist
    • all common contact list's options moved to the "Common" subsection.
    • renamed Disable groups option to Enable groups.
    • Issue #2281 added Remove temporaty contacts on exit option.
    • Issue #2311 added ability to expand/collapse groups with Left/Right keys.
    • Issue #2312 added hotkey for toggling Enable groups (Ctrl+⇧ Shift+G by default).
    • Issue #2313 added Don't move offline user to bottom option.
  • StdMsg
    • Issue #2136 fixed window blinking.
    • Issue #2250 fixed drag and drop.
    • Issue #2262 fixed contact name on tab title after adding contact.
    • Issue #2274 fixed file sending to offline contacts.
    • Issue #2276 fixed leaving a file's icon in the input area after drag-n-drop.
    • Issue #2284 restored context menu of input area.
    • Issue #2314 message input area focus now follow tab switching again.
    • Issue #865 new message pops up a window even if the "In background" option is turned on.


  • TabSRMM
    • Issue #2246 added UNC links (\\server\share) support.
    • Issue #2278 added ability to drop file to groupchat's input area.
    • added warning if a temporary file cannot be written.
    • Issue #2184 fixed movement of the current tab's highlight when switching vertikal tabs.
    • Issue #2197 fixed broken input box shortcuts and Tab key.
    • Issue #2200 fixed hotkeys regression.
    • Issue #2210 fixed crash that could sometimes happen when a Quote button is pressed.
  • UInfoEx
    • fixed non-working Homepage menu item.

For developers

  • Netlib_Dump exported from mir_app.
  • db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / getMStringW - missing szValue parameter added.
  • DBEF_TEMPORARY — new flag to disable event notification about event addition.
  • SINT64_PARAM support moved into libjson.
  • Chat API
    • function Chat_GetDefaultEventDescr() added not to translate the same strings in 5 different places
    • function CHAT_INTERFACE::CreateNick added to process nick name creation for group chats
    • variable LOGINFO::bSimple added for events without possible formatting.