Let's release.
[wammu.git] / ChangeLog
blobadf01fce6690d7f6730237415ab59468d06bfd61
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).
15 0.31.1
16 ==== (2009-12-15)
18 * Include forgotten Czech man pages.
19 * Fixed compatibility with Python 2.4.
21 0.31
22 ==== (2009-12-08)
24 * Better formatting of message (bug #869).
25 * Allow to export only new messages to IMAP (thanks to Tilmann Bitterberg).
26 * Do not emit warnings in Python 2.6 (bug #966).
27 * Properly escape XML in XML export (bug #914).
28 * Improve some English texts (bug #859).
29 * Better configuration of IMAP export (thanks to Tilmann Bitterberg).
30 * Sleep before reading newly created fields (bug #895).
31 * Do not use transparent icons (bug #833).
33 0.30.1
34 ==== (2009-03-07)
36 * Fixed Windows build.
37 * Fixed typo in desktop file.
38 * Fixed spec file.
40 0.30
41 ==== (2009-03-06)
43 * Do not fail if group ID can not be converted to name.
44 * Updated to work with current python-gammu.
45 * Translation updates.
46 * Support for displaying picture on contacts.
47 * Properly handle paths with special chars (bug #816).
48 * Make build time dependency checks optional.
49 * Drop wxPython 2.4 compatibility code.
51 0.29
52 ==== (2008-10-04)
54 * Fixed handling of call entries with multiple dates.
55 * Handle phones where writing entry to SIM card takes long (bug #682).
56 * Properly skip corrupted entries (bug #467).
57 * Added export of messages to XML (thanks to Florent Kaisser).
58 * Properly report failures when importing backup (bug #303).
59 * Add --info command line option to show connection info (bug #426).
60 * Add --debug switch to enable debug output to stderr (bug #426).
61 * Sign Windows binaries.
63 0.28
64 ==== (2008-07-22)
66 * Fixed freeze while searching for Bluetooth devices.
67 * Fixed guided configuration of Bluetooth devices (no more complains
68   about not existing device).
69 * Fixed saving of backups to folder with non ASCII names.
70 * Validation is less strict and allows hopefully all number.
71 * Add some keyboard shortcuts (eg. Ctrl+Q for exit).
73 0.27
74 ==== (2008-05-11)
76 * Do not fail if phone does not support call notifications.
77 * Improved handling of empty config file.
78 * Lot of translation updates.
79 * Fix compatibility with some IMAP servers.
81 0.26
82 ==== (2008-03-04)
84 * Various attempts to make Windows version back to usable state, but it
85   is not ready yet as there are quite random crashes in python-gammu on
86   Windows. Anybody with knowledge of python modules on Windows who is
87   willing to help is welcome.
88 * Dropped GNOME Bluetooth (btctl) support, it crashes too often.
89 * Fix icons size to be all 16x16.
90 * Fixed crash when D-Bus can not launch notification service.
92 0.25
93 ==== (2007-12-19)
95 * Fall back to Add methods if Set is not supported.
96 * Fixed phone number validation.
97 * Fixed crash when org.freedesktop.Notifications service is not
98   provided.
99 * Correctly report why guided wizard can not connect to phone.
100 * New navigation icons, thanks to David Corrales.
102 0.24
103 ==== (2007-11-13)
105 * Notifies user about incoming calls using D-Bus.
106 * Remember default type of created entry (eg. phone/SIM memory).
107 * Newly created entries contain some reasonable fields by default.
108 * Fixed validation of editor fields.
109 * Improvements in guided wizard to make it easier to use.
110 * Clever searching over Bluetooth based on manufacturer.
111 * Searching can be really limited to some connection types.
113 0.23
114 ==== (2007-10-05)
116 * Fixed phone number prefix settings.
117 * Customizable format for displaying name.
118 * Fixed crash when reporting information to phone database.
120 0.22
121 ==== (2007-09-11)
123 * Fixed errors in locales and applied stricter checking.
124 * Fixed various crashes.
126 0.21
127 ==== (2007-06-20)
129 * Tell user if he needs to be member of some group while searching.
130 * Avoid blocking opening of a browser.
132 0.20
133 ==== (2007-05-16)
135 * Improve locales behavior (and require wxPython with Unicode).
136 * Show time in call listings.
137 * Fixed infinite loop in searching.
138 * Fixed displaying of messages with special chars.
139 * Fixed locale detection on system without configured locales.
140 * Use different approach for detecting home directory on Windows.
141 * Now requires PyWin32 on Windows.
143 0.19
144 ==== (2007-03-11)
146 * Improved SMS recipient list handling.
147 * Can save and load SMS recipient list.
148 * Fix crash on Windows when username contains non-ascii chars.
149 * Fix Windows binary crashes.
150 * Support for sending file to phone.
151 * Support for task bar icon (thanks to Rene Peters).
152 * Fixed debug log on Windows.
153 * Fixed error handler on Windows.
155 0.18
156 ==== (2007-02-24)
158 * Better setup.py to use more of distutils.
159 * .mo locales are generated on build and not included in VCS.
160 * Show only existing devices on Windows (this requires pywin32).
161 * Now requires wxPython at least 2.6.2.
162 * Support for reporting in Gammu Phone Database.
163 * Automatically asks user for feedback after month of usage.
164 * GUI more follows HIG on target platform (button placement).
165 * Add wildcard search possibility.
166 * Use gammu configuration for phone connection instead of own.
168 0.17
169 ==== (2006-10-19)
171 * Fix searching.
172 * Remember column sorting.
174 0.16
175 ==== (2006-09-21)
177 * Include platform in crash log.
178 * Fix SMS composer on Windows.
179 * Fix adding part to SMS after removing all.
180 * Fix editor on Windows.
181 * Now requires wxWidgets 2.6.
183 0.15
184 ==== (2006-09-03)
186 * Language selection for Windows (based on GTK+ 2 ISS code).
187 * Finnish translation from Rosetta.
188 * Searching can be done plain text and not only regexp.
189 * Phone number matching now works even for national numbers.
190 * Fixed usability with inversed themes.
192 0.14
193 ==== (2006-08-05)
195 * Automatically append backup extension.
196 * PyBluez is now default for Bluetooth devices lookup.
197 * Fixed mail export for non English locales.
198 * Fixed installation on Windows.
199 * Added support for py2exe for distributing Windows executable.
200 * Added script for creating Wammu installer on Windows (using Inno Setup).
202 0.13
203 ==== (2006-03-24)
205 * Possibility to export SMS to maildir, mailbox and IMAP account.
206 * More user friendly debug logging.
207 * Many new translations, thanks to Rosetta.
208 * Improved Bluetooth lookup - now uses either PyBluez or btctl (part of GNOME
209   Bluetooth).
211 0.12
212 ==== (2006-01-08)
214 * More user friendly reporting of some common errors.
215 * Many bug fixes.
217 0.11
218 ==== (2005-12-24)
220 New features:
222 * SMS backups and import support.
224 0.10
225 ==== (2005-08-07)
227 Bug fixes:
229 * Fixed wrong implementation of not synced items for SMS.
230 * Some minor display errors were fixed.
231 * Application icon is now used correctly.
234 === (2005-07-24)
236 New features:
238 * Searching in entries.
239 * Reading backups without phone connected, can work as backup viewer.
240 * New bug reporting dialog, added bugid to allow easily search for
241   similar bugs.
242 * Support for searching Bluetooth devices using gnomebt python module.
243 * Better searching for Nokia phones.
245 Bug fixes:
247 * Fixed some issues with debug wxPython, probably still all not solved.
250 === (2004-09-17)
252 New features:
254 * New settings dialog.
255 * Better date editing control.
257 Bug fixes:
259 * Should work with both wxPython 2.5 and 2.4.
261 Known issues:
263 * Calendar editor does not work in wxPython 2.5/Gtk 2, you need to enter
264   values manually (this is wxWidgets issue and has been fixed there).
267 === (2004-09-06)
269 New features:
271 * Signal and battery state continuous monitoring.
272 * Support for sending messages to multiple recipients.
274 Bug fixes:
276 * Should work with wxPython 2.5.
279 === (2004-03-03)
281 New features:
283 * Can expand "compressed" SMSes - TextCOMPRESSIONlikeTHIS.
284 * Allow direct calls/send message for contacts.
286 Bug fixes:
288 * Lots of charset issues fixed.
290 0.5.1
291 ===== (2004-01-23)
293 * Fixed typo in Wammu/Utils.py.
296 === (2004-01-21)
298 New features:
300 * Searching for phone.
301 * Backup and import functionality.
302 * Deleting of multiple entries at once.
303 * Reply on message.
304 * Playback of ring tones using timidity.
305 * More decoded SMS parts are now recognized (especially Nokia ones were not
306   recognized before).
307 * Unexpected exceptions are handled and reported as bugs.
308 * Czech localization.
310 Bug fixes:
312 * HTML displayer now should display non ascii texts correctly.
313 * Reads really all SMS.
314 * Better handling of exceptions when reading data.
315 * Broken wxListCtrl.GetColumn on wxPython 2.4.1.2 is workarounded.
316 * Workaround charset conversion problems in wxPython.
317 * Fixed creating multiple roots in tree control.
320 === (2004-01-06)
322 * Improves compatibility with more phone modules, by not requiring all
323   functions to be implemented/supported. For now reading of all stuff should
324   work with all phones Gammu supports.
325 * Now doesn't require wxPython 2.4.2.4, but 2.4.1.2, which should be in all
326   recent distributions.
327 * Will work even if you didn't have Gammu configured before.
330 === (2004-01-04)
332 * First widely announced release.
333 * Calendar support.
334 * Full editing support.
335 * Full support for SMS es.
336 * Supports internal links.
339 === (2003-12-27)
341 * Memory delete/edit/new support.
342 * Initial todo support.
343 * Internationalization.
346 === (2003-12-03)
348 * Initial version with information and memory support.
350 # vim: et ts=4 sw=4 sts=4 tw=72 spell spelllang=en_us