Add ^ to vali url chars
[quassel.git] / ChangeLog
1 ChangeLog for Quassel IRC
2 =========================
3 This is not a full ChangeLog, but rather an end-user FeatureLog that is supposed
4 to provide a list of new features between Quassel versions. As such, it only
5 contains end-user visible, mostly major new features. It does not contain (most)
6 bugfixes, nor is it guaranteed to be complete or up-to-date at all. Also, it does
7 start at 0.3.0 only, since this was the first version widely available.
8
9 Please have a look at <http://bugs.quassel-irc.org/changelog_page.php> for a
10 list of closed bug/feature reports (which still does not cover bugs we have
11 fixed but which were never reported, of course), and for a full list of
12 changes, the git history at <http://git.quassel-irc.org> is your friend.
13
14 Without further ado, let's start:
15
16 Version 0.4.2 (2009-05-20)
17 ==========================
18 Bugfix release
19
20 * Improve system tray notifications
21 * Change to highlighted channel if notification or blinking tray icon is clicked
22 * Properly save/restore window size and state
23 * Translation update: Norwegian
24
25 Version 0.4.1 (2009-03-18)
26 ==========================
27 Bugfix release
28
29 * Improved ping timeout detection
30 * Improved flood control
31 * Add --version (-v) switch for non-KDEified Quassel
32 * Translation updates: Slovenian, Russian, French, Czech, German, Turkish
33
34 Version 0.4.0 (2009-02-17)
35 ==========================
36
37 * Buffer view font can now be changed
38 * Colored nicknames
39 * Wizard for setting up identity and networks on first run
40 * Paste protection warns if you try to paste many lines
41 * Use login name and real name for default identity
42 * Add toolbar to main window
43 * Away log window showing highlighted messages while you're away
44 * Settings dialog streamlining
45 * Animated system tray icon
46 * Shiny new Oxygen icons all over the place, including our new app icon
47 * Build system improvements
48 * Put all config and data files in one location and make that configurable
49 * Allow presetting networks and a list of channels to join on first start
50 * Change and improve CLI argument handling
51 * All buffer views are now customizable
52 * Streamlined monolithic client
53 * Many usability improvements
54 * Method for easily hiding and unhiding buffers in buffer views
55 * Renaming and merging of query buffers
56 * Improved SSL certificate handling
57 * Optional support for KDE4
58   - KNotify support
59   - KDE icon and color theme support
60   - Editable shortcuts
61 * Core now supports a proxy for connections to IRC
62 * Core supports SSL certs and keys for IRC connections 
63 * Chat Monitor configuration dialog
64 * Audio notifications
65 * Clickable channel names in ChatView
66 * Context menus in ChatView and BufferViews
67 * Respect the separate clipboards (Ctrl+C / X11 selection) on X11
68 * Improved mouse handling:
69   - Double/triple click selections
70   - Drag'n'Drop
71
72 Version 0.3.1 (2008-11-20)
73 ==========================
74
75 * Nick changes and day change messages can now be hidden
76 * Web previews and status icons can be disabled
77 * Icons for Online/Away/Offline status of queries
78 * Load Qt's default translations
79 * Add new settings for proper message redirection
80 * Add context menu to links
81 * Automatic backtraces on Windows
82 * Add russian translation
83 * Cut off the sender column on the left in ChatView
84 * Enable away on detach
85 * Backlog amount (initial and dynamic) can now be configured
86 * Shift Up/Down scrolls the ChatView
87 * Page Up/Down scrolls the ChatView
88 * ChatView Zoom with Ctrl + / Ctrl -
89 * Join/Part/Quit... events can now be hidden in ChatView
90 * Monolithic build features zero configuration: Click'n'Run
91 * Monolithic build now uses a proper (socket-less) internal connection
92 * Ctrl+L focuses input line
93 * Improve notification handling, use proper D-Bus notifications
94 * Day change messages in ChatView
95 * Web Preview on hovering over a link (requires QtWebkit)
96 * Allow icons to be installed externally, optionally use system Oxygen theme
97 * Improve URL handling in ChatView (underline, single-click invocation)
98
99 Version 0.3.0 (2008-08-27)
100 ==========================
101 The first widely available release of Quassel IRC.