5 - Migrated to using the CMake build system
6 - Removed old Makefile, Visual Studio & Xcode projects
13 - Implemented improved unit testing and code coverage.
19 - Implemented UTF8 support.
25 - Implemented macOS support.
26 - Fixed issue where event description wasn't being loaded properly.
27 - Fixed issue where accounts tab was appearing first in the Preferences
34 - Implemented Win32 support.
35 - Fixed issue when creating/editing/deleting calendars in the
37 - An error message causes the "Save and New" menu optin in the
38 event editor to stop and not setup a blank event causing the
39 previous event information to be lost.
40 - Moved events to modern event handling used by wxWidgets.
41 - Removed painting of form controls as it causes issues on Win32.
47 - Added window management.
48 - Fixed crashing after changing the monthly grid after deleting an
50 - Fixed calendar data storage error where no account error occurs
51 in certain functions resulting in no calendar/event data appearing.
57 - Add licensing and copyright information to all source files.
58 - Converted variable names into the camelCase format.
59 - Added README file explaining Xestia Calendar.
60 - Default local account is created each time Xestia Calendar starts if it
62 - Added COPYING file to clarify licensing.
63 - configure script setup.
64 - Unit tests added for CalendarDataStorage.