Adjust title underlines.
[wammu.git] / ChangeLog
blob34532379854de3fbfc16d37077e217bb218457c2
1 NEWS
2 ====
4 Major changes for each release are described here. Detailed changes between
5 two versions can be retrieved from Git.
7 0.32
8 ==== (2010-01-12)
10 * Fix crash when searching for phone (bug #1073).
11 * Avoid extra space at the end of SMS (bug #869).
12 * Respect message folder when importing backup (bug #1079).
13 * Fixed handling of boolean config values (bug #1090).
14 * Translation improvements (especially Dutch).
16 0.31.1
17 ==== (2009-12-15)
19 * Include forgotten Czech man pages.
20 * Fixed compatibility with Python 2.4.
22 0.31
23 ==== (2009-12-08)
25 * Better formatting of message (bug #869).
26 * Allow to export only new messages to IMAP (thanks to Tilmann Bitterberg).
27 * Do not emit warnings in Python 2.6 (bug #966).
28 * Properly escape XML in XML export (bug #914).
29 * Improve some English texts (bug #859).
30 * Better configuration of IMAP export (thanks to Tilmann Bitterberg).
31 * Sleep before reading newly created fields (bug #895).
32 * Do not use transparent icons (bug #833).
34 0.30.1
35 ==== (2009-03-07)
37 * Fixed Windows build.
38 * Fixed typo in desktop file.
39 * Fixed spec file.
41 0.30
42 ==== (2009-03-06)
44 * Do not fail if group ID can not be converted to name.
45 * Updated to work with current python-gammu.
46 * Translation updates.
47 * Support for displaying picture on contacts.
48 * Properly handle paths with special chars (bug #816).
49 * Make build time dependency checks optional.
50 * Drop wxPython 2.4 compatibility code.
52 0.29
53 ==== (2008-10-04)
55 * Fixed handling of call entries with multiple dates.
56 * Handle phones where writing entry to SIM card takes long (bug #682).
57 * Properly skip corrupted entries (bug #467).
58 * Added export of messages to XML (thanks to Florent Kaisser).
59 * Properly report failures when importing backup (bug #303).
60 * Add --info command line option to show connection info (bug #426).
61 * Add --debug switch to enable debug output to stderr (bug #426).
62 * Sign Windows binaries.
64 0.28
65 ==== (2008-07-22)
67 * Fixed freeze while searching for Bluetooth devices.
68 * Fixed guided configuration of Bluetooth devices (no more complains
69   about not existing device).
70 * Fixed saving of backups to folder with non ASCII names.
71 * Validation is less strict and allows hopefully all number.
72 * Add some keyboard shortcuts (eg. Ctrl+Q for exit).
74 0.27
75 ==== (2008-05-11)
77 * Do not fail if phone does not support call notifications.
78 * Improved handling of empty config file.
79 * Lot of translation updates.
80 * Fix compatibility with some IMAP servers.
82 0.26
83 ==== (2008-03-04)
85 * Various attempts to make Windows version back to usable state, but it
86   is not ready yet as there are quite random crashes in python-gammu on
87   Windows. Anybody with knowledge of python modules on Windows who is
88   willing to help is welcome.
89 * Dropped GNOME Bluetooth (btctl) support, it crashes too often.
90 * Fix icons size to be all 16x16.
91 * Fixed crash when D-Bus can not launch notification service.
93 0.25
94 ==== (2007-12-19)
96 * Fall back to Add methods if Set is not supported.
97 * Fixed phone number validation.
98 * Fixed crash when org.freedesktop.Notifications service is not
99   provided.
100 * Correctly report why guided wizard can not connect to phone.
101 * New navigation icons, thanks to David Corrales.
103 0.24
104 ==== (2007-11-13)
106 * Notifies user about incoming calls using D-Bus.
107 * Remember default type of created entry (eg. phone/SIM memory).
108 * Newly created entries contain some reasonable fields by default.
109 * Fixed validation of editor fields.
110 * Improvements in guided wizard to make it easier to use.
111 * Clever searching over Bluetooth based on manufacturer.
112 * Searching can be really limited to some connection types.
114 0.23
115 ==== (2007-10-05)
117 * Fixed phone number prefix settings.
118 * Customizable format for displaying name.
119 * Fixed crash when reporting information to phone database.
121 0.22
122 ==== (2007-09-11)
124 * Fixed errors in locales and applied stricter checking.
125 * Fixed various crashes.
127 0.21
128 ==== (2007-06-20)
130 * Tell user if he needs to be member of some group while searching.
131 * Avoid blocking opening of a browser.
133 0.20
134 ==== (2007-05-16)
136 * Improve locales behavior (and require wxPython with Unicode).
137 * Show time in call listings.
138 * Fixed infinite loop in searching.
139 * Fixed displaying of messages with special chars.
140 * Fixed locale detection on system without configured locales.
141 * Use different approach for detecting home directory on Windows.
142 * Now requires PyWin32 on Windows.
144 0.19
145 ==== (2007-03-11)
147 * Improved SMS recipient list handling.
148 * Can save and load SMS recipient list.
149 * Fix crash on Windows when username contains non-ascii chars.
150 * Fix Windows binary crashes.
151 * Support for sending file to phone.
152 * Support for task bar icon (thanks to Rene Peters).
153 * Fixed debug log on Windows.
154 * Fixed error handler on Windows.
156 0.18
157 ==== (2007-02-24)
159 * Better setup.py to use more of distutils.
160 * .mo locales are generated on build and not included in VCS.
161 * Show only existing devices on Windows (this requires pywin32).
162 * Now requires wxPython at least 2.6.2.
163 * Support for reporting in Gammu Phone Database.
164 * Automatically asks user for feedback after month of usage.
165 * GUI more follows HIG on target platform (button placement).
166 * Add wildcard search possibility.
167 * Use gammu configuration for phone connection instead of own.
169 0.17
170 ==== (2006-10-19)
172 * Fix searching.
173 * Remember column sorting.
175 0.16
176 ==== (2006-09-21)
178 * Include platform in crash log.
179 * Fix SMS composer on Windows.
180 * Fix adding part to SMS after removing all.
181 * Fix editor on Windows.
182 * Now requires wxWidgets 2.6.
184 0.15
185 ==== (2006-09-03)
187 * Language selection for Windows (based on GTK+ 2 ISS code).
188 * Finnish translation from Rosetta.
189 * Searching can be done plain text and not only regexp.
190 * Phone number matching now works even for national numbers.
191 * Fixed usability with inversed themes.
193 0.14
194 ==== (2006-08-05)
196 * Automatically append backup extension.
197 * PyBluez is now default for Bluetooth devices lookup.
198 * Fixed mail export for non English locales.
199 * Fixed installation on Windows.
200 * Added support for py2exe for distributing Windows executable.
201 * Added script for creating Wammu installer on Windows (using Inno Setup).
203 0.13
204 ==== (2006-03-24)
206 * Possibility to export SMS to maildir, mailbox and IMAP account.
207 * More user friendly debug logging.
208 * Many new translations, thanks to Rosetta.
209 * Improved Bluetooth lookup - now uses either PyBluez or btctl (part of GNOME
210   Bluetooth).
212 0.12
213 ==== (2006-01-08)
215 * More user friendly reporting of some common errors.
216 * Many bug fixes.
218 0.11
219 ==== (2005-12-24)
221 New features:
223 * SMS backups and import support.
225 0.10
226 ==== (2005-08-07)
228 Bug fixes:
230 * Fixed wrong implementation of not synced items for SMS.
231 * Some minor display errors were fixed.
232 * Application icon is now used correctly.
235 === (2005-07-24)
237 New features:
239 * Searching in entries.
240 * Reading backups without phone connected, can work as backup viewer.
241 * New bug reporting dialog, added bugid to allow easily search for
242   similar bugs.
243 * Support for searching Bluetooth devices using gnomebt python module.
244 * Better searching for Nokia phones.
246 Bug fixes:
248 * Fixed some issues with debug wxPython, probably still all not solved.
251 === (2004-09-17)
253 New features:
255 * New settings dialog.
256 * Better date editing control.
258 Bug fixes:
260 * Should work with both wxPython 2.5 and 2.4.
262 Known issues:
264 * Calendar editor does not work in wxPython 2.5/Gtk 2, you need to enter
265   values manually (this is wxWidgets issue and has been fixed there).
268 === (2004-09-06)
270 New features:
272 * Signal and battery state continuous monitoring.
273 * Support for sending messages to multiple recipients.
275 Bug fixes:
277 * Should work with wxPython 2.5.
280 === (2004-03-03)
282 New features:
284 * Can expand "compressed" SMSes - TextCOMPRESSIONlikeTHIS.
285 * Allow direct calls/send message for contacts.
287 Bug fixes:
289 * Lots of charset issues fixed.
291 0.5.1
292 ===== (2004-01-23)
294 * Fixed typo in Wammu/Utils.py.
297 === (2004-01-21)
299 New features:
301 * Searching for phone.
302 * Backup and import functionality.
303 * Deleting of multiple entries at once.
304 * Reply on message.
305 * Playback of ring tones using timidity.
306 * More decoded SMS parts are now recognized (especially Nokia ones were not
307   recognized before).
308 * Unexpected exceptions are handled and reported as bugs.
309 * Czech localization.
311 Bug fixes:
313 * HTML displayer now should display non ascii texts correctly.
314 * Reads really all SMS.
315 * Better handling of exceptions when reading data.
316 * Broken wxListCtrl.GetColumn on wxPython 2.4.1.2 is workarounded.
317 * Workaround charset conversion problems in wxPython.
318 * Fixed creating multiple roots in tree control.
321 === (2004-01-06)
323 * Improves compatibility with more phone modules, by not requiring all
324   functions to be implemented/supported. For now reading of all stuff should
325   work with all phones Gammu supports.
326 * Now doesn't require wxPython 2.4.2.4, but 2.4.1.2, which should be in all
327   recent distributions.
328 * Will work even if you didn't have Gammu configured before.
331 === (2004-01-04)
333 * First widely announced release.
334 * Calendar support.
335 * Full editing support.
336 * Full support for SMS es.
337 * Supports internal links.
340 === (2003-12-27)
342 * Memory delete/edit/new support.
343 * Initial todo support.
344 * Internationalization.
347 === (2003-12-03)
349 * Initial version with information and memory support.
351 # vim: et ts=4 sw=4 sts=4 tw=72 spell spelllang=en_us