Changelog/0.96.5: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
No edit summary
Line 28: Line 28:


* {{Plugin|Telegram}}
* {{Plugin|Telegram}}
** added support for settings user's own avatar.
** fixed fetching files sent by user from another device.
** fixed fetching files sent by user from another device.
** {{GithubIssue|4177}} the names of the authors of messages in Favorites are now displayed correctly.
** {{GithubIssue|4177}} the names of the authors of messages in Favorites are now displayed correctly.
** {{GithubIssue|4214}} fixed crash.
** {{GithubIssue|4214}} fixed crash.
** fixed displaying user's own avatar.


== Plugins ==
== Plugins ==
* {{Plugin|Clist_modern}}
** fixed tab titles' translation in View Modes settings dialog.
** fixed the frame name translation issue.
* {{Plugin|CrashDumper}}
** {{GithubIssue|4254}} to use Windows local date & time format)
* {{Plugin|CurrencyRates}}
* {{Plugin|CurrencyRates}}
** {{GithubIssue|4186}} the plugin no longer requests an API key if the current provider does not require a key.
** {{GithubIssue|4186}} the plugin no longer requests an API key if the current provider does not require a key.
Line 66: Line 75:
** {{GithubIssue|4200}} ''"Preload number of previous events"'' option can now load up to 1000 messages (previously 100).
** {{GithubIssue|4200}} ''"Preload number of previous events"'' option can now load up to 1000 messages (previously 100).
** {{GithubIssue|4228}} added ability to hide a warning about unsent messages in the queue.
** {{GithubIssue|4228}} added ability to hide a warning about unsent messages in the queue.
** {{GithubIssue|4232}} added ''"Side bar width"'' container option.
** renamed ''"Try to keep original size"'' option to ''"Use the original size if it is smaller"''.
** renamed ''"Try to keep original size"'' option to ''"Use the original size if it is smaller"''.



Revision as of 18:16, 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
    • added support for settings user's own avatar.
    • 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.
    • fixed displaying user's own avatar.

Plugins

  • Clist_modern
    • fixed tab titles' translation in View Modes settings dialog.
    • fixed the frame name translation issue.
  • 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.
    • Issue #4236 fixed crash.
  • 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).
  • tabSRMM
    • Issue #4200 "Preload number of previous events" option can now load up to 1000 messages (previously 100).
    • Issue #4228 added ability to hide a warning about unsent messages in the queue.
    • Issue #4232 added "Side bar width" container option.
    • 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.