From 3aa987e6135ebd88c57b582ec79dc093e79899e0 Mon Sep 17 00:00:00 2001 From: Erin Schnabel Date: Fri, 14 Jan 2022 17:42:54 -0500 Subject: [PATCH] changelog 0.3.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df636d..88d7fa5 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.3.0](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.2.9...0.3.0) + +- ✨ Create an independent snippet for tasks (for default theme) [`5322647`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/5322647637ddcb0bacf46f9b997865b9dc61b535) + #### [0.2.9](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.2.8...0.2.9) +> 9 January 2022 + - 🎨 Remove the corner blockquote icon [`7571cc7`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/7571cc749aa7731e457a256f91c260790c474932) - 🐛 undo strikethrough for task values in LP [`8c036b9`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/8c036b9f73894519c545bccb7a98898dde56d665) - 🎨 ellipses for long folder names, too [`828371a`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/828371a62587d4e6ffbd5c81f0d3d45ccc13dc30) @@ -169,3 +175,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - graph styling [`ce6821d`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/ce6821d84eb995ed1a740c1a2a472f734bb26437) - specificity; borders [`8ad7460`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/8ad7460d9f9ce27eb24211567742a10dd4ac0a71) - specificity, hover on active header [`3e466c6`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/3e466c68b9f103e01a661b6652aa9b280e0a99da) +- dark mode hover, sharp border, suggestion hover [`9db08c8`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/9db08c88397f86e993296cf8f07dfb78bfb1f4b6) +- Browsable colors [`3bf043d`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/3bf043da1e746b11c7ebc1b9caf95fdc25fc5cb9) +- punctuation error; whitespace [`364d228`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/364d2280f06de9fbfe0121776445f224dff638ca) +- preview image [`00d5b62`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/00d5b620aba4762e494387c2a2dbbf5fa891597c) +- sharper sidebar border [`3554a1b`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/3554a1bd6ae2b477b5dd84f6d4f70933657bed59) +- update inactive hover [`c323887`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/c3238876d960aa7274e47cbcb50a642f319a454c) +- Additional view of theme [`41a8e23`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/41a8e23aa6efa0a07ce9d44178d7d17de65a21d3) diff --git a/package.json b/package.json index 18aca3c..1a7c3b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-theme-ebullientworks", - "version": "0.2.9", + "version": "0.3.0", "private": true, "description": "An Obsidian Theme", "author": "Erin Schnabel",