|
1 | 1 | # Change Log |
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
4 | | -## [4.0.0-beta5] - 2017-**-** |
| 4 | +## [4.0.0-beta5] - 2018-01-28 |
5 | 5 | ### Added |
| 6 | +- Code beautifiers are available for JavaScript, XML, XUL and RDF files |
| 7 | +- Translations are now managed with the Transifex tools. |
| 8 | + You can participate with our [Transifex project](https://www.transifex.com/exchangecalendar/exchangecalendar/) |
| 9 | +- New locales: cs-CZ, pl, sk |
| 10 | +- Thunderbird Global Search preferences to explain that emailtag need them and won't work if disabled. |
6 | 11 |
|
7 | 12 | ### Changed |
8 | | -- Use Makefile instead of custom build shell |
| 13 | +- Use Makefile instead of custom build shell (#98) |
9 | 14 | - Update install.rdf, README with new community |
10 | 15 | - Builds now will disable automatic update checker to avoid issue with new forks |
| 16 | +- XML requests sent to Exchange servers now set "utf-8" for Content-Type HTTP header. |
| 17 | +- Logs now redirects to ExchangeCalendar Github community (#92) |
| 18 | +- Code tree has been structured to distinguish parts of the module (#80) |
| 19 | + Current parts are now: addressbook, calendar, common and emailtag |
| 20 | + Namespaces were updated too to reflect the new code structure. |
11 | 21 |
|
12 | 22 | ### Fixed |
| 23 | +- Compatibilty with Lightning 5.4.2 and the new option to edit events and tasks from tabs (#60) |
| 24 | +- Some events were hidden from month view due to TimeZone errors (#67) |
| 25 | +- Hide password in logs if requested (#100) |
| 26 | +- Hide password shown in dialog boxes (#103) |
| 27 | + |
| 28 | +### Removed |
| 29 | +- `email` root directory contained only empty codes. |
| 30 | +- debug preferences were always enabled, they are now removed (#133) |
| 31 | + It was disabling cache and forced the Thunderbird Global Search Indexer to be enabled. |
13 | 32 |
|
14 | 33 | ## [4.0.0-beta4] - 2017-07-03 |
15 | 34 | ### Added |
|
0 commit comments