[wammu @ michal@cihar.com--2005-main/wammu--devel--1--patch-367]
[wammu.git] / NEWS
bloba29819d9b0c98f8463cadcd00edfc66c2ea4b33e
1 NEWS
2 ====
4 Major changes for each release are described here. Detailed changes between
5 two versions can be retrieved from GNU Arch.
7 0.19
8 ==== (2007-03-11)
10 * Improved SMS recipient list handling.
11 * Can save and load SMS recipient list.
12 * Fix crash on Windows when username contains non-ascii chars.
13 * Fix Windows binary crashes.
14 * Support for sending file to phone.
15 * Support for task bar icon (thanks to Rene Peters).
16 * Fixed debug log on Windows.
17 * Fixed error handler on Windows.
19 0.18
20 ==== (2007-02-24)
22 * Better setup.py to use more of distutils.
23 * .mo locales are generated on build and not included in VCS.
24 * Show only existing devices on Windows (this requires pywin32).
25 * Now requires wxPython at least 2.6.2.
26 * Support for reporting in Gammu Phone Database.
27 * Automatically asks user for feedback after month of usage.
28 * GUI more follows HIG on target platform (button placement).
29 * Add wildcard search possibility.
30 * Use gammu configuration for phone connection instead of own.
32 0.17
33 ==== (2006-10-19)
35 * Fix searching.
36 * Remember column sorting.
38 0.16
39 ==== (2006-09-21)
41 * Include platform in crash log.
42 * Fix SMS composer on Windows.
43 * Fix adding part to SMS after removing all.
44 * Fix editor on Windows.
45 * Now requires wxWidgets 2.6.
47 0.15
48 ==== (2006-09-03)
50 * Language selection for Windows (based on GTK+ 2 ISS code).
51 * Finnish translation from rosetta.
52 * Searching can be done plaintext and not only regexp.
53 * Phone number matching now works even for national numbers.
54 * Fixed usability with inveresed themes.
56 0.14
57 ==== (2006-08-05)
59 * Automatically append backup extension.
60 * PuBluez is now default for bluetooth devices lookup.
61 * Fixed mail export for non english locales.
62 * Fixed installation on Windows.
63 * Added support for py2exe for distributing Windows executable.
64 * Added script for creating Wammu installer on Windows (using Inno Setup).
66 0.13
67 ==== (2006-03-24)
69 * Possibility to export SMS to maildir, mailbox and IMAP account.
70 * More user friendly debug logging.
71 * Many new translations, thanks to Rosetta.
72 * Improved bluetooth lookup - now uses either PyBluez or btctl (part of GNOME
73   Bluetooth).
75 0.12
76 ==== (2006-01-08)
78 * More user friendly reporting of some common errors.
79 * Many bugfixes.
81 0.11
82 ==== (2005-12-24)
84 New features:
86 * SMS backups and import support.
88 0.10
89 ==== (2005-08-07)
91 Bug fixes:
93 * Fixed wrong implementation of not synced items for SMS.
94 * Some minor display errors were fixed.
95 * Application icon is now used correctly.
97 0.9
98 === (2005-07-24)
100 New features:
102 * Searching in entries.
103 * Reading backups without phone connected, can work as backup viewer.
104 * New bug reporting dialog, added bugid to allow easily search for simmilar
105   bugs.
106 * Support for searching bluetooth devices using gnomebt python module.
107 * Better searching for Nokia phones.
109 Bug fixes:
111 * Fixed some issues with debug wxPython, probably still all not solved.
114 === (2004-09-17)
116 New features:
118 * New settings dialog.
119 * Better date editing control.
121 Bug fixes:
123 * Should work with both wxPython 2.5 and 2.4.
125 Known issues:
127 * Calendar editor does not work in wxPython 2.5/Gtk 2, you need to enter
128   values manually (this is wxWidgets issue and has been fixed there).
131 === (2004-09-06)
133 New features:
135 * Signal and battery state continuous monitoring.
136 * Support for sending messages to multiple recipients.
138 Bug fixes:
140 * Should work with wxPython 2.5.
143 === (2004-03-03)
145 New features:
147 * Can expand "compressed" SMSes - TextCOMPRESSIONlikeTHIS.
148 * Allow direct calls/send message for contacts.
150 Bug fixes:
152 * Lots of charset issues fixed.
154 0.5.1
155 ===== (2004-01-23)
157 * Fixed typo in Wammu/Utils.py.
160 === (2004-01-21)
162 New features:
164 * Searching for phone.
165 * Backup and import functionality.
166 * Deleting of multiple entries at once.
167 * Reply on message.
168 * Playback of ringtones using timidity.
169 * More decoded SMS parts are now recognized (especially Nokia ones were not
170   recognised before).
171 * Unexpected exceptions are handled and reported as bugs.
172 * Czech localisation.
174 Bug fixes:
176 * HTML displayer now should display non ascii texts correctly.
177 * Reads really all sms.
178 * Better handling of exceptions when reading data.
179 * Broken wxListCtrl.GetColumn on wxPython 2.4.1.2 is workarounded.
180 * Workaround charset conversion problems in wxPython.
181 * Fixed creating multiple roots in tree control.
184 === (2004-01-06)
186 * Improves compatibility with more phone modules, by not requiring all
187   functions to be implemented/supported. For now reading of all stuff should
188   work with all phones Gammu supports.
189 * Now doesn't require wxPython 2.4.2.4, but 2.4.1.2, which should be in all
190   recent distributions.
191 * Will work even if you didn't have Gammu configured before.
194 === (2004-01-04)
196 * First widely announced release.
197 * Calendar support.
198 * Full editing support.
199 * Full support for SMS es.
200 * Supports internal links.
203 === (2003-12-27)
205 * Memory delete/edit/new support.
206 * Initial todo support.
207 * Internationalisation.
210 === (2003-12-03)
212 * Initial version with information and memory support.