Changelog/0.96.5: Difference between revisions

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


== Core and libraries ==
== Core and libraries ==
* added ''"Remove cached files when an event is deleted"'' option to file transfers settings.
* {{GithubIssue|4188}} fixed a bug due to which a contact was placed in the wrong group.
* {{GithubIssue|4189}} fixed a bug that prevented deleting an empty group.


== Protocols ==
== Protocols ==
* {{Plugin|Discord}}
** {{GithubIssue|4178}} the plugin no longer requires to re-enter the MFA code after the Internet connection is lost.
* {{Plugin|Telegram}}
** fixed fetching files sent by user from another device.
** {{GithubIssue|4177}} the names of the authors of messages in Favorites are now displayed correctly.


== Plugins ==
== Plugins ==
* {{Plugin|CurrencyRates}}
** {{GithubIssue|4186}} the plugin no longer requests an API key if the current provider does not require a key.
** {{GithubIssue|4180}} fixed crash.
* {{Plugin|NewStory}}
** {{GithubIssue|4181}} implemented scrolling in edit mode.
** {{GithubIssue|4182}} added ability to customize progress indicator color.
==  For developers ==

Revision as of 14:55, 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.
  • 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.

Protocols

  • Discord
    • Issue #4178 the plugin no longer requires to re-enter the MFA code after the Internet connection is lost.
  • 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.

Plugins

For developers