From 83b8bb1fe1b51201ad131111d1229b3cbb3820c8 Mon Sep 17 00:00:00 2001 From: Erin Schnabel Date: Thu, 6 Jan 2022 18:10:41 -0500 Subject: [PATCH] changelog 0.2.8 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bed8979..39f5d82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.2.8](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.2.7...0.2.8) + +- 🎨 Hide collapse indicators unless hovered|active [`1b287ba`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/1b287badcc21613c715ab996a2398ed7df7ee93b) +- 🔨 Create CONTRIBUTING.md [`4899326`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/4899326c3c66920b94a8129a7a1dddaf364ca432) +- 🐛 Fix collapsed link in CM6 source mode [`03c78fd`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/03c78fde26bcdf8c2954a8ce38527d111e2fe993) +- 🎨 Use primary background for dark mode modal [`4e4af9b`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/4e4af9b4581c4c5717d64ead22490507a9c27fb5) +- 🐛 Fix bold italics in plain blockquotes [`4e0d642`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/4e0d64252e37e4b90d7d7c597927e107bc07bf20) +- 🎨 Blockquote background like admonitions [`72dd645`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/72dd645e01bd4a4b989d4e538c596d4d38adc1f4) +- 🎨 Don't style the top-level .nav-file (defer to title) [`9f741d6`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/9f741d673db85b3be79e68d9a6aa724bbb267f85) + #### [0.2.7](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.2.6...0.2.7) +> 4 January 2022 + - 🎨 Toggle for tag brightenss/contrast. Fixes #10 [`#10`](https://github.com/ebullient/obsidian-theme-ebullientworks/issues/10) - 🎨 smidgen increase on admonition border [`88a5376`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/88a5376546c330273ad6dc1cca75ad067aa22695) diff --git a/package.json b/package.json index fba5aa2..1b88f3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-theme-ebullientworks", - "version": "0.2.7", + "version": "0.2.8", "private": true, "description": "An Obsidian Theme", "author": "Erin Schnabel",