From 1a3059512ae73847ea527a5a0c26d529392007cd Mon Sep 17 00:00:00 2001 From: Nathan Smith Date: Sun, 16 Jun 2024 14:41:37 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20release:=20Release=20v0.7.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- versions.json | 1 + 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3496f6a..c011622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.7.2] - 2024-06-16 + +### Fixed + +- Author column for tables actually links to the author on github +- Link all have `target="_blank"` set so that they do not close popout windows + ## [0.7.1] - 2024-04-21 ### Fixed @@ -103,6 +110,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release. +[0.7.2]: https://github.com/nathonius/obsidian-github-link/compare/0.7.1...0.7.2 [0.7.1]: https://github.com/nathonius/obsidian-github-link/compare/0.7.0...0.7.1 [0.7.0]: https://github.com/nathonius/obsidian-github-link/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/nathonius/obsidian-github-link/compare/0.5.1...0.6.0 diff --git a/manifest.json b/manifest.json index 0a3eee6..730bbde 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "github-link", "name": "GitHub Link", - "version": "0.7.1", + "version": "0.7.2", "minAppVersion": "0.15.0", "description": "Enrich your notes with issue and pull request content from GitHub", "author": "Nathonius", diff --git a/package-lock.json b/package-lock.json index 5973c2f..b1f40de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-github-link", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-github-link", - "version": "0.7.1", + "version": "0.7.2", "license": "MIT", "dependencies": { "@octokit/auth-oauth-device": "^6.0.1", diff --git a/package.json b/package.json index 94fc775..4e6c270 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-link", - "version": "0.7.1", + "version": "0.7.2", "description": "An Obsidian plugin enriching notes with issue and pull request content from GitHub", "main": "main.js", "scripts": { @@ -45,4 +45,4 @@ "@octokit/request": "^8.2.0", "queue": "^7.0.0" } -} +} \ No newline at end of file diff --git a/versions.json b/versions.json index 1be45e6..acee52e 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.7.2": "0.15.0", "0.7.1": "0.15.0", "0.7.0": "0.15.0", "0.6.0": "0.15.0",