In previous versions of Cotoami Desktop, map data was bundled into the distribution package to allow offline use. Since we could not include a very large dataset, the built-in map had to be a lower-resolution version. This inevitably made the map less convenient for actual use. To address this, we now provide a full-resolution map in the cloud, which is used whenever the application is online. When offline, the app falls back to the bundled map as before.
Since the offline map is now primarily a backup, we replaced it with an even lower-resolution version to reduce the size of the distribution package. As a result, the package size is now about one-fifth of what it used to be.
This release also introduces multilingual UI support. Until now, the interface was available only in English. From this version onward, the UI automatically switches based on the OS language settings, supporting English, Japanese, German, Spanish, French, Korean, Simplified Chinese, and Traditional Chinese.
What's Changed
- Generate basemaps style programatically by @marubinotto in #96
Full Changelog: desktop-v0.10.1...desktop-v0.11.0