Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

44 lines (26 loc) · 1.36 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.3.0] - 2024-08-06

Added

  • [🚀] Added option to search for a location inside location block (@nehnehneh)
  • [🚀] Supporting alternate syntax using [latitude, longitude] array (#18)
  • [🚀] Allow reverse order of coordinates (e.g. if copied from Google Maps) via setting (#21)

Changed

  • [⚙️] ci: added step to check commit messages on build workflow

Fixed

  • [🐛] Fixed issue with custom marker icon not being displayed correctly

[1.2.0] - 2024-07-26

Added

  • [🚀] Adding support for custom zoom level (thanks to @nehnehneh)

[1.1.1] - 2024-06-11

Fixed

  • [💎] Renaming Custom Marker Icon URL to Custom marker URL to follow Obsidian guidelines
  • [💎] Showing a toast notice if the user uses an invalid combination of maki icon and custom marker url
  • [💎] Showing a notice if the plugin has updated so that the user may check for new features

[1.1.0] - 2024-05-14

Added

  • [🚀] Adding support for custom icons and different maki icons (#15)
  • [🚀] Adding support for different map styles (#17)
  • [📚] Adding documentation new documentation file