diff --git a/CHANGELOG.md b/CHANGELOG.md index 827eea8..f9dd4d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.5.0](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.4.0...0.5.0) + +- 🎨✨ Begin transition to Obsidian 0.16 (incomplete) [`25184fa`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/25184faefd0edf72dc93a033d39ebb6487a6f693) + #### [0.4.0](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.3.27...0.4.0) +> 31 July 2022 + - 🐛 fix link underline color (markdown-rendered style) [`3102917`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/31029178d9b06330219179fee3064a5763124369) - 🐛 Fix padding in invisble embeds [`fd3c2e9`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/fd3c2e9148c662e649088a75ba5b6072273c25a2) - 🎨 Setting for callout title font [`55a6d97`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/55a6d970112bd865b2222c61fbdc49b97a928cc4) diff --git a/package.json b/package.json index e10741c..26e0cde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-theme-ebullientworks", - "version": "0.4.0", + "version": "0.5.0", "private": true, "description": "An Obsidian Theme", "author": "Erin Schnabel", diff --git a/tasks-snippet-for-0.16.css b/tasks-snippet-for-0.16.css index 052ac5d..75d01e8 100644 --- a/tasks-snippet-for-0.16.css +++ b/tasks-snippet-for-0.16.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /* -Ebullientworks tasks 0.4.0 by @ebullient +Ebullientworks tasks 0.5.0 by @ebullient */ :root { --checkbox-checked: rgb(139, 167, 145); diff --git a/theme.css b/theme.css index f64c6e8..ab13929 100644 --- a/theme.css +++ b/theme.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /* -Ebullientworks 0.4.0 by @ebullient +Ebullientworks 0.5.0 by @ebullient This is a dark and light theme for Obsidian.