Changelog/0.95.10.1: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
 
(24 intermediate revisions by 2 users not shown)
Line 2: Line 2:


== Core and libraries ==
== Core and libraries ==
* updated libcurl and SQLite libraries.
* updated BASS, FreeImage, libcurl, libmdbx, toxcore, and SQLite libraries.
* Search field can now search in the language of the current language pack, not only in English.
* search field can now search in the language of the current language pack, not only in English.
* fixme.cmd no more fails if path to profile contains spaces.
* fixme.cmd no more fails if path to profile contains spaces.
* column headers text returned to ''Find/add contacts...'' dialog.
* column headers text returned to ''Find/add contacts...'' dialog.
* fixed {{Hotkey|Ctrl|Click}} on a protocol doesn't filter metacontacts.
* add service for get last seen string from {{Plugin|SeenPlugin|Last seen}} plugin.
* fixed possible problem with cyrillic file names in NTLM auth.
* initialized OpenSSL locks. This can solve many OpenSSL-related crashes.
* plugins now load immediately after installing.
* removed "load/unload plugin" button from "Plugins" settings page. Use checkboxes instead.


== Protocols ==
== Protocols ==
* {{Plugin|ICQ}}
* {{Plugin|ICQ}}
** ICQ servers drops old auth scheme support. We deprecated old OSCAR protocol completely and implemented support for a brand new WIM protocol, but it currently lacks many features.
** ICQ servers drops old auth scheme support. We deprecated old OSCAR protocol completely and implemented support for a brand new WIM protocol. See plugin page for detailed information.
** removed "Free for chat" status.
** added {{Plugin|MRA}} support.


* {{Plugin|Jabber}}
* {{Plugin|Jabber}}
** fixed occasional crash during registration at jabber.ccc.de
** fixed occasional crash during registration at jabber.ccc.de
** if Kerberos authentication is available, it must be preferred to the usual NTLM auth.
** added dynamic plugin's presence checker.
* {{Plugin|MRA}}
** all MRA accounts will be converted to {{Plugin|ICQ}} automatically.
* {{Plugin|SkypeWeb}}
** fixed duplication of incoming messages.
** fixed "Invalid data" error on audio/video call.


* {{Plugin|VKontakte}}
* {{Plugin|VKontakte}}
Line 18: Line 35:


== Plugins ==
== Plugins ==
* {{Plugin|Clist modern}}
** added {{Plugin|SeenPlugin|Last seen}} support to status text.
* {{Plugin|CrashDumper}}
* {{Plugin|CrashDumper}}
** ''Use classic dates'' option no longer depends on ''Generate crash reports'' option.
** ''Use classic dates'' option no longer depends on ''Generate crash reports'' option.


* {{Plugin|MyDetails}}
* {{Plugin|Dbx_mdbx}}
** fixed options save.
** plugin now really change profile timestamp on exit.
** sub's events wasn't marked as read, because of that SRMM could read all events into a message log.


* {{Plugin|TabSRMM}}
* {{Plugin|Fingerprint}}
** fixed crash on plugin unload.
** added [https://play.google.com/store/apps/details?id=com.tomclaw.mandarin Mandarin IM] detection.


* {{Plugin|FTPFile}}
** fixed SFTP access.


* {{Plugin|MessageState}}
** added ability to work with metacontacts.


* {{Plugin|MyDetails}}
** fixed options save.


* {{Plugin|SMS}}
** deprecated due to missing SMS support in ICQ-WIM.


* {{Plugin|StdMsg}}
** fixed text selection bug in the message log since 0.95.8


* {{Plugin|TabSRMM}}
** fixed crash on plugin unload.


 
* {{Plugin|Toaster}}
 
** fixed Start Menu folder path detection.
 
 
 
* fixes #1732 (ICQ doesn't load our own vcard on login)
 
- fixes #1739 (Miranda doesn't react to renamed contact)
 
* fixes #1734 (dynamic plugin's presence checker)
 
- fixes #1693 (Miranda doesn't mark read messages as read)
- fixes #1728 (massive socket leak)
 
 
* fixes #1670 (ICQ10: server history loading)
* fixes #1669 (ICQ10: phone number auth support)
 
* fixes #1688 ( ICQ10: xStatus )
* fixes #1686 (ICQ10: implement own avatar changing)
* fixes #1690 (Tipper shows wrong ICQ10 online time)
 
* support for user typing
 
* fixes #1668 (ICQ: contact search)
 
* - icqoscar8 moved to deprecated;
 
- fixes #1662 (FTPFile: Default account's names looks weird)

Latest revision as of 01:45, 9 February 2019

Version: 0.95.10.1

Rev: v0.95.10.1

Released: 8 February 2019

Core and libraries

  • updated BASS, FreeImage, libcurl, libmdbx, toxcore, and SQLite libraries.
  • search field can now search in the language of the current language pack, not only in English.
  • fixme.cmd no more fails if path to profile contains spaces.
  • column headers text returned to Find/add contacts... dialog.
  • fixed Ctrl+Click on a protocol doesn't filter metacontacts.
  • add service for get last seen string from Last seen plugin.
  • fixed possible problem with cyrillic file names in NTLM auth.
  • initialized OpenSSL locks. This can solve many OpenSSL-related crashes.
  • plugins now load immediately after installing.
  • removed "load/unload plugin" button from "Plugins" settings page. Use checkboxes instead.

Protocols

  • ICQ
    • ICQ servers drops old auth scheme support. We deprecated old OSCAR protocol completely and implemented support for a brand new WIM protocol. See plugin page for detailed information.
    • removed "Free for chat" status.
    • added MRA support.
  • Jabber
    • fixed occasional crash during registration at jabber.ccc.de
    • if Kerberos authentication is available, it must be preferred to the usual NTLM auth.
    • added dynamic plugin's presence checker.
  • MRA
    • all MRA accounts will be converted to ICQ automatically.
  • SkypeWeb
    • fixed duplication of incoming messages.
    • fixed "Invalid data" error on audio/video call.

Plugins

  • CrashDumper
    • Use classic dates option no longer depends on Generate crash reports option.
  • Dbx_mdbx
    • plugin now really change profile timestamp on exit.
    • sub's events wasn't marked as read, because of that SRMM could read all events into a message log.
  • SMS
    • deprecated due to missing SMS support in ICQ-WIM.
  • StdMsg
    • fixed text selection bug in the message log since 0.95.8
  • TabSRMM
    • fixed crash on plugin unload.
  • Toaster
    • fixed Start Menu folder path detection.