Skip to content

v3.2.0

Choose a tag to compare

@ThomasHalwax ThomasHalwax released this 15 Feb 15:28
· 45 commits to main since this release

What's New (and exciting!)

  • NIDO by @ThomasHalwax in #75
    A real-time API that allows to take full control of ODIN and enhance its capabilities without changing its code

  • custom svg by @ThomasHalwax in #77
    Use the NIDO API and use custom SVG instead of an SIDC to render whatever you want on to map

  • enable mapbox-rgb encoded terrain layers by @ThomasHalwax in #41
    See the elevation of the map in realtime and use any line-based geometry to create an elevation profile.

  • follow Electron best-practices for security by @ThomasHalwax in #82

  • Add shapes (lines and polygons) - Issue #79 by @axel-krapotke in #84
    You can now craw non-military lines and polygons and apply a custom style

  • Add text boxes
    You can now place text on the map that allows a simplified markdown styling for headlines (#), sub-headlines (##) and bullet points (*, -)

  • Add MGRS graticule overlay by @axel-krapotke in #93

  • Add Map Quality setting by @axel-krapotke in #92

  • docs: Add German tutorial (Grundkonzepte) by @axel-krapotke in #86

  • docs: Add documentation for shapes and text boxes

  • Add MkDocs Material documentation by @axel-krapotke in #95

What's Changed

  • fix: avoid duplicate tags due to casing by @ThomasHalwax in #76
  • fix: File.path was removed in Electron 38. Dropped files had undefined paths, resulting in file:///undefined URLs.
  • fix: Default properties panel to open for new projects by @axel-krapotke in #90

Full Changelog: v3.1.0...v3.2.0