Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit a6d7f80

Browse files
committed
Changelog: update informations for release 4.0.0-beta5
1 parent 5751702 commit a6d7f80

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,34 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## [4.0.0-beta5] - 2017-**-**
4+
## [4.0.0-beta5] - 2018-01-28
55
### 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.
611

712
### Changed
8-
- Use Makefile instead of custom build shell
13+
- Use Makefile instead of custom build shell (#98)
914
- Update install.rdf, README with new community
1015
- 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.
1121

1222
### 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.
1332

1433
## [4.0.0-beta4] - 2017-07-03
1534
### Added

0 commit comments

Comments
 (0)