diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bfa54a..3c02fc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [0.2.0] — 2026-07-20 + +### Fixed + +- Obsidian theme-review warnings: removed `!important`, `:has()`, `text-indent`, and `mask-image` from fenced code blocks inside lists — CSS-only gradient approach (#48, #50) + ## [0.1.5] — 2026-07-19 ### Fixed diff --git a/manifest.json b/manifest.json index 34a8613..52a7de9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Air", - "version": "0.1.5", + "version": "0.2.0", "minAppVersion": "1.0.0", "author": "punkyard", "authorUrl": "https://github.com/punkyard",