Changelog/0.95.10.1: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


== Core and libraries ==
== Core and libraries ==
* updated libcurl and SQLite libraries.
* updated BASS, 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 Ctrl+click on a protocol doesn't filter metacontacts.
* add service for get last seen string from {{Plugin|SeenPlugin|Last seen}} plugin.


== 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, but it currently lacks many features. See plugin page for detailed information. Supported features:
*** login by UIN/password and phone number/SMS.
*** TODO: feature matrix
*** single messaging and group chats.
** removed "Free for chat" status.
*** 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.
** completely removed xStatuses support.
** added "Sync clist with server" protocol menu item.


* {{Plugin|Jabber}}
* {{Plugin|Jabber}}
Line 30: Line 24:


== Plugins ==
== Plugins ==
* {{Plugin|Clist modern}}
** added '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.
Line 43: Line 40:




Dbx_Mdbx doesn't change profile timestamp on exit


* fixes #1734 (dynamic plugin's presence checker)
* fixes #1734 (dynamic plugin's presence checker)


- fixes #1662 (FTPFile: Default account's names looks weird)
- fixes #1662 (FTPFile: Default account's names looks weird)
Toaster: fix for Start Menu folder path detection
* fixes #1785 (sub's events aren't marked as read, because of that SRMM could read all events into a message log)
* fixes #1703 (FTPFileYM broken filename / download link)
SMS plugin deprecated due to missing sms support in ICQ-WIM
* fix for possible problem with cyrillic file names in NTLM auth
Jabber: if Kerberos authentication is available, it must be preferred to the usual NTLM auth
* fixes #1780 (MessageState doesn't work in metacontacts)
(StdMsg: Text selection bug in the message log since 0.95.8)
* fixes #1777 (SkypeWeb duplicates already received incoming messages)
Initialize OpenSSL locks
removed plugin unload button

Revision as of 00:51, 2 February 2019

Version: 0.95.10.1

Rev: v0.95.10.1

Released: 8 February 2019

Core and libraries

  • updated BASS, 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.

Protocols

  • 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:
      • TODO: feature matrix
    • removed "Free for chat" status.
    • completely removed xStatuses support.
    • added "Sync clist with server" protocol menu item.
  • Jabber
    • fixed occasional crash during registration at jabber.ccc.de

Plugins

  • CrashDumper
    • Use classic dates option no longer depends on Generate crash reports option.
  • TabSRMM
    • fixed crash on plugin unload.



Dbx_Mdbx doesn't change profile timestamp on exit

  • fixes #1734 (dynamic plugin's presence checker)

- fixes #1662 (FTPFile: Default account's names looks weird)

Toaster: fix for Start Menu folder path detection

  • fixes #1785 (sub's events aren't marked as read, because of that SRMM could read all events into a message log)
  • fixes #1703 (FTPFileYM broken filename / download link)

SMS plugin deprecated due to missing sms support in ICQ-WIM

  • fix for possible problem with cyrillic file names in NTLM auth

Jabber: if Kerberos authentication is available, it must be preferred to the usual NTLM auth

  • fixes #1780 (MessageState doesn't work in metacontacts)

(StdMsg: Text selection bug in the message log since 0.95.8)

  • fixes #1777 (SkypeWeb duplicates already received incoming messages)

Initialize OpenSSL locks

removed plugin unload button