0.9.2: iCal usage related release: 1. Fix bug with detection of events on last month day 2. New version of iCal4j is applied 3. The set of allowed alignments for an image is extended 0.9.1: Improvement: The image file ('file' tag) may be defined not only as a local file but also as external resources (http://host/picture.jpg) 0.9.0: New feature: - Import iCal external resources as "special" days. To support it new XML-tag has been added: "iCal". The sources are described with sub-tags "url". This tag can contain as external resources (http:// or ftp://) as well local resources (file:// for example) DTD structure change: - attribute 'align' of 'note' tag has been moved to 'day' tag as 'noteAlign' attribute. 0.8.1: DTD structure: - New attribute for 'note' tag - 'align'. The text of note can be aligned to left, right or center position Default align is 'right'. 0.8.0: DTD structure changes: - New element/tag 'moonPhases' - Attribute 'enable', element/tag 'scale' has been renamed into 'enabled' - Attribute 'enabled', element/tag 'background' has been marked as 'required' - Element 'locale' is not required. By default the system locale is used - New attribute 'firstDayOfWeek' for 'locale' tag/element. The attribute is not required and is not present will be set according to locale - Element 'year' is not required. By default the current system year is used - Element 'page' is not required. By default Portrait and A4 are used New resources: - Font with moon phases 'moon.ttf'. License details see in 'docs/redist/moonttf/LICENSE.TXT' file. - Java library to calculate moon phases 'AstroLib.jar'. Details about this library see in 'docs/redist/AstroLib/' folder. Fix: - The first day of week was fixed as Monday. Since this version it can be set in xml.