Changelog/0.96.5: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
Line 68: Line 68:
==  For developers ==
==  For developers ==
* clipboard copy function is able now to copy in multiple formats at a time.
* clipboard copy function is able now to copy in multiple formats at a time.
* added CCtrlRichEdit::GetPlainRtf — a method to get plain (non-Unicode) text in RTF.

Revision as of 18:05, 30 April 2024

Version: 0.96.5

Rev: v0.96.5

Released: 30 April 2024

Core and libraries

  • added "Remove cached files when an event is deleted" option to file transfers settings.
  • updated libtox library.
  • Issue #4197 moved icons and sounds options to Options → Customize.
  • Issue #4198 expanded options' tree width and option's window width.
  • Issue #4188 fixed a bug due to which a contact was placed in the wrong group.
  • Issue #4189 fixed a bug that prevented deleting an empty group.
  • Issue #4190 fixed the work of the "New subgroup" menu item.
  • Issue #4203 erasing groups.json no longer causes groups to disappear.
  • Issue #4210 from now on it is forbidden to create accounts with the same names.
  • Issue #4209 fixed crash.
  • Issue #4217 the options tree no longer steals focus when switching between tabs.

Protocols

  • Discord
    • Issue #4178 the plugin no longer requires to re-enter the MFA code after the Internet connection is lost.
  • Jabber
    • Issue #3215 removed preset for Odnoklassniki (server stopped supporting XMPP).
  • Telegram
    • fixed fetching files sent by user from another device.
    • Issue #4177 the names of the authors of messages in Favorites are now displayed correctly.
    • Issue #4214 fixed crash.

Plugins

  • MyDetails
    • Issue #4223 if the protocol does not allow changing the nickname, the nickname will be changed locally.
  • NewStory
    • Issue #4181 implemented scrolling in edit mode.
    • added the ability to predefine and use up to 5 user-selected colors in templates.
    • Issue #4182 added ability to customize download progress indicator color.
    • text from journal and history is now copied along with colors.
    • Issue #4193 fixed download progress indicator glitches.
  • Scriver
    • Issue #4200 "Preload number of previous events" option can now load up to 1000 messages (previously 100).
  • StdMsg
    • Issue #4200 "Preload number of previous events" option can now load up to 1000 messages (previously 100).
  • StdUserInf
    • enhanced look-n-feel of the Summary page.
  • tabSRMM
    • Issue #4200 "Preload number of previous events" option can now load up to 1000 messages (previously 100).
    • renamed "Try to keep original size" option to "Use the original size if it is smaller".

For developers

  • clipboard copy function is able now to copy in multiple formats at a time.
  • added CCtrlRichEdit::GetPlainRtf — a method to get plain (non-Unicode) text in RTF.