Changelog/0.96.5: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
* updated libtox library.
* updated libtox library.
* {{GithubIssue|4197}} moved icons and sounds options to {{Menu|Options|Customize}}.
* {{GithubIssue|4197}} moved icons and sounds options to {{Menu|Options|Customize}}.
* {{GithubIssue|4198}} expanded options' tree width and option's window width.
* {{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 11: Line 12:
* {{GithubIssue|4210}} from now on it is forbidden to create accounts with the same names.
* {{GithubIssue|4210}} from now on it is forbidden to create accounts with the same names.
* {{GithubIssue|4209}} fixed crash.
* {{GithubIssue|4209}} fixed crash.
* {{GithubIssue|4217}} the options tree no longer steals focus when switching between tabs.


== Protocols ==
== Protocols ==
Line 18: Line 20:
* {{Plugin|Facebook}}
* {{Plugin|Facebook}}
** {{GithubIssue|4172}} fixed avatar loading.
** {{GithubIssue|4172}} fixed avatar loading.
* {{Plugin|ICQ}}
** {{GithubIssue|4206}} fixed broken multiple file transfer.


* {{Plugin|Jabber}}
* {{Plugin|Jabber}}
Line 25: Line 30:
** 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.


== Plugins ==
== Plugins ==
Line 33: Line 39:
* {{Plugin|Jingle}}
* {{Plugin|Jingle}}
** {{GithubIssue|4195}} added ability to specify address of STUN server.
** {{GithubIssue|4195}} added ability to specify address of STUN server.
* {{Plugin|MyDetails}}
** {{Plugin|4223}} if the protocol does not allow changing the nickname, the nickname will be changed locally.


* {{Plugin|NewStory}}
* {{Plugin|NewStory}}
** {{GithubIssue|4181}} implemented scrolling in edit mode.
** {{GithubIssue|4181}} implemented scrolling in edit mode.
** added the ability to predefine and use up to 5 user-selected colors in templates.
** {{GithubIssue|4182}} added ability to customize download progress indicator color.
** {{GithubIssue|4182}} added ability to customize download progress indicator color.
** text from journal and history is now copied along with colors.
** {{GithubIssue|4193}} fixed download progress indicator glitches.
** {{GithubIssue|4193}} fixed download progress indicator glitches.


Line 47: Line 58:
* {{Plugin|StdPopup}}
* {{Plugin|StdPopup}}
** {{GithubIssue|4211}} an option to disable pop-ups has been added to the pop-up settings.
** {{GithubIssue|4211}} an option to disable pop-ups has been added to the pop-up settings.
* {{Plugin|StdUserInf}}
** enhanced look-n-feel of the Summary page.


* {{Plugin|tabSRMM}}
* {{Plugin|tabSRMM}}
Line 53: Line 67:


==  For developers ==
==  For developers ==
* clipboard copy function is able now to copy in multiple formats at a time.

Revision as of 18:00, 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
    • 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.

Plugins

  • MyDetails
    • 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.
  • 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).
  • StdUserInf
    • enhanced look-n-feel of the Summary page.
  • 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

  • clipboard copy function is able now to copy in multiple formats at a time.