From eddb1fc9bf28b30669074b0eb3d4dfeb451d89c4 Mon Sep 17 00:00:00 2001 From: chrisgrieser Date: Wed, 18 Sep 2024 14:17:03 +0000 Subject: [PATCH] bump: version & update changelog --- Changelog.md | 1 + README.md | 2 +- manifest.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 911e6d69..205168d4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,4 @@ +- 2024-09-18 **chore**: add 'labelled slider' snippet - 2024-09-18 **improv(fileExplorer)**: do not trim filenames while renaming #313 - 2024-09-17 **revert**: 'improv(tables): remove excess padding from Obsidian core' - 2024-09-13 **chore**: update biome config for biome 1.9 diff --git a/README.md b/README.md index db38c523..ac9a3a45 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Shimmering Focus ⟡ -![Download count](https://img.shields.io/badge/downloads-186048-6E4E9B?style=plastic&logo=obsidian&color=%23483699) +![Download count](https://img.shields.io/badge/downloads-186082-6E4E9B?style=plastic&logo=obsidian&color=%23483699) ![Last commit](https://img.shields.io/github/last-commit/chrisgrieser/shimmering-focus?style=plastic) A minimalistic and opinionated Obsidian theme for the keyboard-centric user. diff --git a/manifest.json b/manifest.json index 219d5d17..1273c20b 100755 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Shimmering Focus", "author": "pseudometa aka Chris Grieser", - "version": "4.15", + "version": "4.16", "minAppVersion": "1.6.0", "authorUrl": "https://github.com/chrisgrieser/shimmering-focus", "helpUrl": "https://github.com/chrisgrieser/shimmering-focus#readme",