From d57508d2fdec75e6e3b4f672f0496c55594f3b1d Mon Sep 17 00:00:00 2001 From: Mara Date: Sun, 17 Jul 2022 19:19:52 +0200 Subject: [PATCH] chore(release): 3.14.0-0 --- CHANGELOG.md | 19 +++++++++++++++++++ manifest-beta.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b778e3..106db124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [3.14.0-0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/3.11.0-0...3.14.0-0) (2022-07-17) + + +### Features + +* adding multiple possibility to remove part links ([6e922ee](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/6e922ee2ea4ef6b93d625bc18c2068b3e338d059)) +* Dataview simple query are not correctly rendered! ([0b7b3c4](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/0b7b3c461809dc0f7b551c9cbf76309b83a97538)) +* **embed:** share embed notes only on "one file" commands ([a8896c6](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/a8896c61840c82dfd6543e7c79916473a136e316)) +* send a link to the clipboard when sharing 1note ([6bff7bd](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/6bff7bde77101b061e66422a318c1d0c47a5b8a7)) +* **translation:** add new variable ([de4b7c1](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/de4b7c1a2e7cba902021aeacb138c54837fa6a3c)) + + +### Bug Fixes + +* adding a way to remove part links (for mkdocs ...) ([16dde85](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/16dde856df174ec9f707c7de97520544fbc83296)) +* **embed:** prevent cycle embed with file historic ([b3b84e2](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/b3b84e2cd16c2fd7adb1772687cbcca8b238b7b9)) +* **translation:** Add deepl minimal translation ([35b7733](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/35b7733a0bd25bcb7e98693d225fe13311b3bd8f)) +* **typo:** remove . in extension using obsidian.extension ([3fd3e63](https://github.com/obsidianMkdocs/obsidian-github-publisher/commit/3fd3e636beadfa1b8d7fc2608f00a45e2630f8d0)) + ## [3.13.0](https://github.com/obsidianMkdocs/obsidian-github-publisher/compare/3.11.0-0...3.13.0) (2022-07-14) diff --git a/manifest-beta.json b/manifest-beta.json index 1eada83a..0c547949 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,10 +1,10 @@ { "id": "obsidian-mkdocs-publisher", "name": "Github Publisher", - "version": "3.13.0", + "version": "3.14.0-0", "minAppVersion": "0.15.4", "description": "Github Publisher is a plugin that help you to send file in a configured Github Repository, based on a frontmatter entry state.", "author": "Mara-Li", "authorUrl": "https://github.com/Mara-Li", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package.json b/package.json index 4a470c76..b1f6f742 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-mkdocs-publication", - "version": "3.13.0", + "version": "3.14.0-0", "description": "Obsidian's Mkdocs Publication is an association between a github actions and a Material mkdocs template to get a personal wiki site based on your Obsidian Vault.", "main": "main.js", "scripts": {