From 8850464a9836fb934504da1f2285945ce1267503 Mon Sep 17 00:00:00 2001 From: Vinzent Date: Mon, 20 Mar 2023 21:59:32 +0100 Subject: [PATCH] chore(release): 2.18.0 --- CHANGELOG.md | 15 +++++++++++++++ manifest.json | 2 +- package.json | 4 ++-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aebaa55..e7c5e7ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.18.0](https://github.com/denolehov/obsidian-git/compare/2.17.4...2.18.0) (2023-03-20) + + +### Features + +* add setting to hide file menu actions ([a59d38a](https://github.com/denolehov/obsidian-git/commit/a59d38a9f00042a1c27dc64426cd93e595f8eb6b)), closes [#456](https://github.com/denolehov/obsidian-git/issues/456) +* show last commit time in status bar ([4525fef](https://github.com/denolehov/obsidian-git/commit/4525fef302c23b54c233186bdbf898615fc1b314)), closes [#334](https://github.com/denolehov/obsidian-git/issues/334) + + +### Bug Fixes + +* catch huge auto intervals ([b96efc5](https://github.com/denolehov/obsidian-git/commit/b96efc5e06654f144d5837e784da297d79496c51)), closes [#153](https://github.com/denolehov/obsidian-git/issues/153) +* minor source control view improvements ([fd7792c](https://github.com/denolehov/obsidian-git/commit/fd7792c80403d884d09c31bb09a76799bbd0dff0)) +* typo in settings ([4014057](https://github.com/denolehov/obsidian-git/commit/4014057879d24cb176a2ee1baac868fab05bc856)), closes [#468](https://github.com/denolehov/obsidian-git/issues/468) + ### [2.17.4](https://github.com/denolehov/obsidian-git/compare/2.17.3...2.17.4) (2023-03-07) diff --git a/manifest.json b/manifest.json index 8f121488..cd8a5039 100644 --- a/manifest.json +++ b/manifest.json @@ -5,5 +5,5 @@ "isDesktopOnly": false, "fundingUrl": "https://ko-fi.com/vinzent", "js": "main.js", - "version": "2.17.4" + "version": "2.18.0" } diff --git a/package.json b/package.json index 1f8b5cf6..3aa7a316 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-git", - "version": "2.17.4", + "version": "2.18.0", "description": "Backup your Obsidian (https://obsidian.md) vault with git", "main": "main.js", "scripts": { @@ -55,4 +55,4 @@ "ts", "svelte" ] -} \ No newline at end of file +}