| | 2 | |
| | 3 | New in 1.3.6 |
| | 4 | o Various bugs in both Licq and plugins that caused crashes have been fixed. |
| | 5 | o Prevent DoS attack by adding limit to number of incoming connections accepted. |
| | 6 | o Properly handle backslashes in auto responses. |
| | 7 | o ICQ: Updated client id sent to server to enable login after 2008-07-01. |
| | 8 | o ICQ: Use MD5 based authentication for login instead of sending plain text password. |
| | 9 | o ICQ: Support for downloading contact pictures from server. |
| | 10 | o MSN: Fixed a problem with contact pictures sometimes failing to download. |
| | 11 | o Plugin API: Functions using Uin parameter have been deprecated. |
| | 12 | o Plugin API: Improved group handling. |
| | 13 | o Qt/KDE: Qt-Gui ported to Qt4, more info below. |
| | 14 | o Qt/KDE: Show contact registration date in user info dialog. |
| | 15 | o Qt/KDE: GUI will now update if group data changes. |
| | 16 | o Qt/KDE: Startup group setting moved from daemon to GUI. |
| | 17 | o Qt/KDE: Automatically switch message dialog to text message after sending file, contact, url, etc. |
| | 18 | o Qt/KDE: Birthday icon was not removed at the end of the day. |
| | 19 | o Qt/KDE: Main window position/size is no saved on exit. |
| | 20 | o Qt/KDE: User info can be opened from authorization request window. |
| | 21 | o Qt/KDE: ICQ server port would be reset to default when opening options dialog. |
| | 22 | o Qt/KDE: Establishing a secure connection now unchecks "Send through server". |
| | 23 | o Qt/KDE: User info dialog now includes year in all dates. |
| | 24 | |
| | 25 | Note: As of 1.3.6, Licq requires Boost libraries to build. Boost is also |
| | 26 | required when building any plugin as it is used in the header files. |
| | 27 | |
| | 28 | Licq 1.3.6 includes the Qt4-Gui with is a new version of the Qt-Gui plugin. |
| | 29 | The following major changes can be seen in Qt4-Gui compared to Qt-Gui: |
| | 30 | o New tray icon handling that will work on any desktop with a standard tray area. |
| | 31 | o Buttons for most dialogs are ordered to match the local environment. |
| | 32 | o Message dialog has new layout which uses less space for the controls. |
| | 33 | o Settings dialog pages has been reorganized with fewer options per page for easier navigation. |
| | 34 | o User info dialog has been extended to also include pages with user settings. |
| | 35 | o Settings dialog and user info dialog now uses a navigation-tree pane instead of tabs. |
| | 36 | o A completely new history dialog with easier navigation and search functionality. |
| | 37 | o Message dialog remember its position and size (tabbed mode only). |
| | 38 | o Option to display user image in message dialog. |
| | 39 | o Contact list shows contacts awaiting authorization in different colour. |
| | 40 | |
| | 41 | Note: The Qt4-Gui requires cmake to build it, see plugin/qt4-gui/doc/INSTALL |
| | 42 | for further information. |
| | 43 | |
| | 44 | |
| | 45 | New in 1.3.5 |
| | 46 | o Save the "Send through server" option to disk. |
| | 47 | o Fixed bugs that caused Licq to leak memory. |
| | 48 | o Fixed a bug where Licq would crash on authorization requests from new users. |
| | 49 | o Added code (disabled by default) to help find locking issues that could cause Licq to hang and fixed the bugs that were discovered. |
| | 50 | o Made Licq buildable with GCC 4.3. |
| | 51 | o Updated autotools and friends. |
| | 52 | o Use gdb if it's installed to generate a better backtrace if Licq crashes. |
| | 53 | o Display a dialog informing the user how to report the bug in case Licq crashes. |
| | 54 | o ICQ: Fixed sending capabilities. |
| | 55 | o ICQ: Fixed setting security settings (Require authorization, Show web presence). |
| | 56 | o Qt/KDE: New emoticons theme FeltTip4. |
| | 57 | o Qt/KDE: New "Date format" option for customizing date and time in message and history windows. |
| | 58 | o Qt/KDE: The local time of contacts can be displayed in contact list and popup information. |
| | 59 | o Qt/KDE: Made the history layout configurable. |
| | 60 | o Qt/KDE: New option to use double return instead of Ctrl+Return for sending and in input dialogs. |
| | 61 | o Qt/KDE: Skins can now set a separate background color for group headings in the contact list (parameter colors.groupBack). |
| | 62 | o Qt/KDE: Tabs in chatdialog can be closed by middle clicking on them. |
| | 63 | o Qt/KDE: Removed all Qt2 support. |
| | 64 | o Qt/KDE: Open links in a new tab when using Opera. |
| | 65 | o Qt/KDE: Made the standard group names translatable. |
| | 66 | o Qt/KDE: Added %M modifier to print number of pending messages (if any). |
| | 67 | o Qt/KDE: Popup information shows if contact is not authorized yet. |
| | 68 | o Qt/KDE: Floaties are now saved properly for non-ICQ contacts. |
| | 69 | |