Fixed code duplication
[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/projects/quassel-irc/roadmap> 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.7.0 (not yet released)
17 ================================
18
19 * Bump Qt dependency: we need Qt 4.6 for client and monolithic now
20 * Fullscreen mode (F11)
21 * CTCP CLIENTINFO support
22 * Shortcuts for navigation between chats (Alt+Left/Right/Up/Down) 
23 * Add blowfish encryption (/setkey and /delkey; needs QCA2)
24 * Shortcut editing for all platforms (!KDE)
25 * Improved handling of invites
26 * New tray icon for highlights
27 * Global away
28 * Emacs-style keybindings for the input line
29 * Improved markerline behavior
30   - Allow manual setting (Ctrl+R)
31   - Provide shortcut for jumping to the markerline (Ctrl+K)
32 * New languages: pt, ja
33 * Many bugfixes
34
35 Version 0.6.1 (2010-04-16)
36 ==========================
37
38 * Critical bugfixes
39
40 Version 0.6.0 (2010-04-14)
41 ==========================
42
43 * New languages: en_GB, es, nl, oc, pt, pt_BR, sq, sv, uk, zh_CN
44 * Updated existing languages
45 * Restore last selected buffer on restart
46 * Optional per-chat history
47 * SASL authentication support (e.g. supported by Freenode)
48 * Allow inputting formatted (colored/bold/...) text in the inputline
49 * Support the StatusNotifierItem DBus spec
50   - Replace old-style tray icon where supported (currently KDE >= 4.4)
51   - Integrate freedesktop notifications support (libnotify or knotify)
52 * Systemtray refactoring
53   - Replace animation by blinking icon
54   - Properly handle notifications and mainwindow toggle
55 * Improved URL detection
56 * Sender column is now clickable (double click opens query)
57 * Improved notification handling
58 * ChatView performance improvements
59 * Many buildsystem fixes
60   - Improved handling of icons
61   - Updated cmake macros
62   - Support building with MinGW
63   - Support KDE on non-X11 platforms
64   - Better handling of SSL libraries
65 * Solid network state detection support (with KDE)
66 * Settingspage refactoring
67 * Improved handling of SSL certificates
68 * Completely reworked the client/core connection
69   - New settingspage for managing core accounts
70   - Streamlined login/sync process
71   - Configurable timeout
72   - Automatic reconnect to core
73 * Send unknown commands to server
74 * New stylesheets
75 * Use gettext for translations
76
77 Version 0.5.2 (2010-01-18)
78 ==========================
79
80 * CTCP ignore
81 * Buildsystem fixes
82
83 Version 0.5.1 (2009-11-21)
84 ==========================
85
86 * Many Bugfixes
87 * Updated translations
88 * Fix issues with Qt >= 4.6
89
90 Version 0.5.0 (2009-10-14)
91 ==========================
92
93 * Tons of bugfixes
94 * Many translation updates
95 * Use DrKonqi/Apport to provide backtraces in case of a crash
96 * Support for Ayatana's Message Indicator (libindicate; *buntu specific feature for now)
97 * Fix wordwrap issues
98 * Improved notification behavior (highlighted channels can now be cycled)
99 * Improved icon packaging (don't install them if KDE is available and current enough)
100 * Menubar can now be hidden (Ctrl+M to toggle)
101 * Ignore list support
102 * Vast performance improvements in the handling of synced objects
103   - Core startup/shutdown now almost instant
104   - Joining/leaving large channels much more efficient
105 * Netsplit detection
106 * New topic widget dynamically resizes to show all of the topic
107 * Usability tweaks
108   - Reworked configuration dialogs
109   - Renamed "Buffer" to "Chat" throughout in all user-visible strings
110 * Introduce stylesheet-based (QSS) styling for ChatView and the whole application
111 * Allow configuration of ping timeouts and auto-WHO
112 * Make toolbars configurable in KDE
113 * Alt+A shortcut for jumping to cycle through active buffers
114 * Properly remember the mainwindow state on shutdown/restart
115 * Multiline input support
116 * Improved systray notifications
117 * Lazy backlog fetching for hidden buffers
118 * Improved flood control
119 * Spell check support (requires KDE integration)
120 * /exec support for executing external scripts/programs
121 * CLI interface for managing core users with quasselcore rather than a script
122 * Improved ping timeout detection
123 * PostgreSQL database backend support
124 * Smart nickname completion (most recently active)
125
126 Version 0.4.3 (2009-08-26)
127 ==========================
128
129 Bugfixes and translation updates
130
131 Version 0.4.2 (2009-05-20)
132 ==========================
133
134 Bugfixes and translation updates
135
136 Version 0.4.1 (2009-03-18)
137 ==========================
138
139 Bugfixes and translation updates
140
141 Version 0.4.0 (2009-02-17)
142 ==========================
143
144 * Buffer view font can now be changed
145 * Colored nicknames
146 * Wizard for setting up identity and networks on first run
147 * Paste protection warns if you try to paste many lines
148 * Use login name and real name for default identity
149 * Add toolbar to main window
150 * Away log window showing highlighted messages while you're away
151 * Settings dialog streamlining
152 * Animated system tray icon
153 * Shiny new Oxygen icons all over the place, including our new app icon
154 * Build system improvements
155 * Put all config and data files in one location and make that configurable
156 * Allow presetting networks and a list of channels to join on first start
157 * Change and improve CLI argument handling
158 * All buffer views are now customizable
159 * Streamlined monolithic client
160 * Many usability improvements
161 * Method for easily hiding and unhiding buffers in buffer views
162 * Renaming and merging of query buffers
163 * Improved SSL certificate handling
164 * Optional support for KDE4
165   - KNotify support
166   - KDE icon and color theme support
167   - Editable shortcuts
168 * Core now supports a proxy for connections to IRC
169 * Core supports SSL certs and keys for IRC connections 
170 * Chat Monitor configuration dialog
171 * Audio notifications
172 * Clickable channel names in ChatView
173 * Context menus in ChatView and BufferViews
174 * Respect the separate clipboards (Ctrl+C / X11 selection) on X11
175 * Improved mouse handling:
176   - Double/triple click selections
177   - Drag'n'Drop
178
179 Version 0.3.1 (2008-11-20)
180 ==========================
181
182 * Nick changes and day change messages can now be hidden
183 * Web previews and status icons can be disabled
184 * Icons for Online/Away/Offline status of queries
185 * Load Qt's default translations
186 * Add new settings for proper message redirection
187 * Add context menu to links
188 * Automatic backtraces on Windows
189 * Add russian translation
190 * Cut off the sender column on the left in ChatView
191 * Enable away on detach
192 * Backlog amount (initial and dynamic) can now be configured
193 * Shift Up/Down scrolls the ChatView
194 * Page Up/Down scrolls the ChatView
195 * ChatView Zoom with Ctrl + / Ctrl -
196 * Join/Part/Quit... events can now be hidden in ChatView
197 * Monolithic build features zero configuration: Click'n'Run
198 * Monolithic build now uses a proper (socket-less) internal connection
199 * Ctrl+L focuses input line
200 * Improve notification handling, use proper D-Bus notifications
201 * Day change messages in ChatView
202 * Web Preview on hovering over a link (requires QtWebkit)
203 * Allow icons to be installed externally, optionally use system Oxygen theme
204 * Improve URL handling in ChatView (underline, single-click invocation)
205
206 Version 0.3.0 (2008-08-27)
207 ==========================
208 The first widely available release of Quassel IRC.