This release makes the import pipeline fully multi-threading capabale making imports quite a bit faster. We've improved handling of words with apostrophes, so that possessive s will no longer match on its own. This will remove a few false positive matches from the result list. Thanks to @henrik242 for these two changes.
When presenting a result where no name translation in the user's selected language is available, Photon will now first try to fall back to the language from the -default-language parameter before using the name in the local language. Thanks to @tjvanderende for this change.
Finally, this release fixes a null pointer exception when trying to import the planet dump with country filters enabled.