Changelog/0.95.10.1: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
 
(22 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. See plugin page for detailed information. Supported 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.
*** login by UIN/password and phone number/SMS.
** removed "Free for chat" status.
*** single messaging and group chats.
** added {{Plugin|MRA}} support.
*** loading and storing contacts on server (contact list synced with server at every login).
*** user typing notifications.
*** avatar changing.
*** search by UIN/phone number.
*** offline messaging.
*** loading unread messages from server.
*** marking messages as read.
*** user details.
*** contact's last active time (only for ICQ 10 or ICQ Mobile).
** completely removed xStatuses 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 30: 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


* fixes #1734 (dynamic plugin's presence checker)
* {{Plugin|TabSRMM}}
** fixed crash on plugin unload.


- fixes #1662 (FTPFile: Default account's names looks weird)
* {{Plugin|Toaster}}
** fixed Start Menu folder path detection.

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.