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.
* added ''"Remove cached files when an event is deleted"'' option to file transfers settings.
* updated libtox library.
* updated libtox library.
Line 8: Line 7:
* {{GithubIssue|4189}} fixed a bug that prevented deleting an empty group.
* {{GithubIssue|4189}} fixed a bug that prevented deleting an empty group.
* {{GithubIssue|4190}} fixed the work of the "New subgroup" menu item.
* {{GithubIssue|4190}} fixed the work of the "New subgroup" menu item.
* {{GithubIssue|4203}} erasing groups.json no longer causes groups to disappear.
* {{GithubIssue|4210}} from now on it is forbidden to create accounts with the same names.
* {{GithubIssue|4209}} fixed crash.


== Protocols ==
== Protocols ==
* {{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.
Line 16: Line 17:
* {{Plugin|Facebook}}
* {{Plugin|Facebook}}
** {{GithubIssue|4172}} fixed avatar loading.
** {{GithubIssue|4172}} fixed avatar loading.
* {{Plugin|Jabber}}
** {{GithubIssue|3215}} removed preset for Odnoklassniki (server stopped supporting XMPP).


* {{Plugin|Telegram}}
* {{Plugin|Telegram}}
Line 22: Line 26:


== Plugins ==
== Plugins ==
* {{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.
** {{GithubIssue|4180}} fixed crash.
** {{GithubIssue|4180}} fixed crash.
* {{Plugin|Jingle}}
** {{GithubIssue|4195}} added ability to specify address of STUN server.


* {{Plugin|NewStory}}
* {{Plugin|NewStory}}
** {{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|Scriver}}
** {{GithubIssue|4200}} ''"Preload number of previous events"'' option can now load up to 1000 messages (previously 100).
* {{Plugin|StdMsg}}
** {{GithubIssue|4200}} ''"Preload number of previous events"'' option can now load up to 1000 messages (previously 100).
* {{Plugin|StdPopup}}
** {{GithubIssue|4211}} an option to disable pop-ups has been added to the pop-up settings.


* {{Plugin|tabSRMM}}
* {{Plugin|tabSRMM}}
** {{GithubIssue|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"''.
** renamed ''"Try to keep original size"'' option to ''"Use the original size if it is smaller"''.


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

Revision as of 15:37, 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.
  • 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.

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.

Plugins

  • 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).
    • renamed "Try to keep original size" option to "Use the original size if it is smaller".

For developers