Changelog/0.96.5: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(Created page with "<noinclude>{{PageLang|en}}{{VersionCard}}</noinclude>")
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>{{PageLang|en}}{{VersionCard}}</noinclude>
<noinclude>{{PageLang|en}}{{VersionCard}}</noinclude>
== Core and libraries ==
* added ''"Remove cached files when an event is deleted"'' option to file transfers settings.
* updated libtox library.
* {{GithubIssue|4197}} moved icons and sounds options to {{Menu|Options|Customize}}.
* {{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|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 ==
* {{Plugin|Discord}}
** {{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|Jabber}}
** {{GithubIssue|3215}} removed preset for Odnoklassniki (server stopped supporting XMPP).
* {{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 ==
* {{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|Jingle}}
** {{GithubIssue|4195}} added ability to specify address of STUN server.
* {{Plugin|NewStory}}
** {{GithubIssue|4181}} implemented scrolling in edit mode.
** {{GithubIssue|4182}} added ability to customize download progress indicator color.
** {{GithubIssue|4193}} fixed download progress indicator glitches.
* {{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}}
** {{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"''.
==  For developers ==

Revision as of 16:35, 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 #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