v0.0.220
Warning
Be careful, there are changes to config.json
(i always recommend a diff config.json config.json.sample
until we're at a 1.x.x release).
World
I updated https://world.meshinfo.network/ to v0.0.220 -- of course once we move to the SPA and make it API based, it'll perform a lot better. But in the meantime, thanks to the enhancements by @armooo we can use the global API to enrich (which will come in a future update).
This means that MeshInfo instances can learn about nodes it hasn't directly heard nodeinfo from. Enrichment will only fill in details like shortname, longname, etc, and not any further fleshout out of the mesh connections itself.
Enrichment
Of course, some instance admins may prefer to not use external enrichment, which is totally configurable in the config.json.
Example of hitting the global API to get node details:
What's Changed
- Fix the sample config json. by @armooo in #42
- Fix unmatched '(' in f-strings. by @armooo in #43
- Make MemoryDataStore.save async. by @armooo in #41
- Support more channels in the Chat page by @stefanthoss in #44
- General fixes
New Contributors
- @armooo made their first contribution in #42
- @stefanthoss made their first contribution in #44
Full Changelog: v0.0.210...v0.0.220