Changelog/0.96.5: Difference between revisions

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


* added ''"Remove cached files when an event is deleted"'' option to file transfers settings.
* added ''"Remove cached files when an event is deleted"'' option to file transfers settings.
* updated libtox library.
* {{GithubIssue|4188}} fixed a bug due to which a contact was placed in the wrong group.
* {{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.
* {{GithubIssue|4189}} fixed a bug that prevented deleting an empty group.
Line 12: Line 13:
* {{Plugin|Discord}}
* {{Plugin|Discord}}
** {{GithubIssue|4178}} the plugin no longer requires to re-enter the MFA code after the Internet connection is lost.
** {{GithubIssue|4178}} the plugin no longer requires to re-enter the MFA code after the Internet connection is lost.
* {{Plugin|Facebook}}
** {{GithubIssue|4172}} fixed avatar loading.


* {{Plugin|Telegram}}
* {{Plugin|Telegram}}
Line 26: Line 30:
** {{GithubIssue|4181}} implemented scrolling in edit mode.
** {{GithubIssue|4181}} implemented scrolling in edit mode.
** {{GithubIssue|4182}} added ability to customize progress indicator color.
** {{GithubIssue|4182}} added ability to customize progress indicator color.
* {{Plugin|tabSRMM}}
** renamed ''"Try to keep original size"'' option to ''"Use the original size if it is smaller"''.


==  For developers ==
==  For developers ==

Revision as of 15:11, 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 #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.

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

  • tabSRMM
    • renamed "Try to keep original size" option to "Use the original size if it is smaller".

For developers