- Implement searching and indexing via the Apache-Lucene search engine that will make it such that content appearing in notifications that popped up can be searched. Furthermore, Winify uses Tesseract such that any images are scanned by the indexer implementation in order to extract words and add them to the index such that they can be looked up. For example, a "Lord of the Rings" movie poster will have "lord", "of", "the", "rings" scanned from the image and added to the index such that the notification can be replayed by searching for those terms, for example, by search "rings" all the notifications with the "Lord of the Rings" movie poster will be found. - Fix an issue where notifications arriving from Gotiy applications with no configured icons were not displayed (messy people can now rejoice!). - Fix a crash upon loading the logging form at inopportune moments. - Major overhaul, almost a rewrite of the codebase (structure does not change but concurrency is rewritten).