| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| photon-1.2.0.jar | 2026-06-11 | 95.8 MB | |
| README.md | 2026-06-11 | 725 Bytes | |
| Release 1.2.0 source code.tar.gz | 2026-06-11 | 479.2 kB | |
| Release 1.2.0 source code.zip | 2026-06-11 | 577.7 kB | |
| Totals: 4 Items | 96.9 MB | 0 | |
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.