Skip to content

Commit

Permalink
πŸ”– 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 2, 2022
1 parent 8360a85 commit 7c5d503
Show file tree
Hide file tree
Showing 4 changed files with 482 additions and 191 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.5.0...0.5.1)

- 🎨 tables, headings, tabs, colors [`8360a85`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/8360a85accad83bd74b168070ea9a44555969e69)
- 🎨 workspace colors & borders [`5947447`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/59474470eeb06925df8cc08c3d819ea6e948038f)
- ✨ style settings: view title reverse, heading caps (clarify) [`befd91e`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/befd91e58a98bd27b4e48bd58d22d2e4315fd53b)
- 🎨 heading caps variant + common ligatures [`6cb3c2b`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/6cb3c2baf028e7d23308271fb7ce542bd2bc0ee9)
- 🎨 calendar & dayplanner progress bar [`c9e0102`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/c9e010238ba3047afd896638db866b6a2040c6e1)
- 🎨 tables [`66eff86`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/66eff8624ed910548d6e19892041bd5114a156ce)
- πŸ› heading variant [`9a28090`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/9a2809045543106b84d60daaf979f3fb7c34b67b)

#### [0.5.0](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.4.0...0.5.0)

> 1 September 2022
- 🎨✨ 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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-theme-ebullientworks",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"description": "An Obsidian Theme",
"author": "Erin Schnabel",
Expand Down
2 changes: 1 addition & 1 deletion tasks-snippet-for-0.16.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*
Ebullientworks tasks 0.5.0 by @ebullient
Ebullientworks tasks 0.5.1 by @ebullient
*/
:root {
--checkbox-checked: rgb(139, 167, 145);
Expand Down
Loading

0 comments on commit 7c5d503

Please sign in to comment.