diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f4761..da9c1ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,30 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +## [Unreleased] + +### Added + +- Helpful docu for finding the path for a language (Thanks to @javascriptooo) + +### Changed + +- Fix wrong scala settings (Thanks to @scoopsdev) +- ## [1.6.1] + ### Changed -- Fix magic commands @vault_path and @vault_url +- Fix magic commands @vault_path and @vault_url ## [1.6.0] + ### Added + - New magic command `@theme` to get if obsidian is in dark or light mode (Thanks to @chlohal) -- New magic commands `@vault_path` and `@note_path` to get the path, and `@vault_url` and `@note_url` to get the url. They replace the old magic commands `@vault` and `@note`. +- New magic commands `@vault_path` and `@note_path` to get the path, and `@vault_url` and `@note_url` to get the url. + They replace the old magic commands `@vault` and `@note`. - Support for Racket (Thanks to @Ghexor) - Support for F# (Thanks to @chlohal) - Support for Dart (Thanks to @andremeireles)