From 37ff39dbc522918620e4c7d83aeccff4ff3b8390 Mon Sep 17 00:00:00 2001 From: Nathan Smith Date: Wed, 26 Feb 2025 23:33:58 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20release:=20Release=20v1.1.0?= 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 | 2 +- versions.json | 1 + 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dce4e29..0c81a72 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 +## [1.1.0] - 2025-02-26 + +### Changed + +- Show rich metadata about filenames in links +- A manual input for all slider settings that allows settings outside of the normal bounds + ## [1.0.3] - 2025-01-19 ### Fixed @@ -141,6 +148,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release. +[1.1.0]: https://github.com/nathonius/obsidian-github-link/compare/1.0.3...1.1.0 [1.0.3]: https://github.com/nathonius/obsidian-github-link/compare/1.0.2...1.0.3 [1.0.2]: https://github.com/nathonius/obsidian-github-link/compare/1.0.0...1.0.2 [1.0.0]: https://github.com/nathonius/obsidian-github-link/compare/0.7.2...1.0.0 diff --git a/manifest.json b/manifest.json index effbe44..0e690ed 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "github-link", "name": "GitHub Link", - "version": "1.0.3", + "version": "1.1.0", "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 2e706d8..d5c0f11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-github-link", - "version": "1.0.3", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-github-link", - "version": "1.0.3", + "version": "1.1.0", "license": "MIT", "dependencies": { "@octokit/auth-oauth-device": "^6.0.1", diff --git a/package.json b/package.json index a6309f4..3601c81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-link", - "version": "1.0.3", + "version": "1.1.0", "description": "An Obsidian plugin enriching notes with issue and pull request content from GitHub", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f9ba1ca..815e583 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.1.0": "0.15.0", "1.0.3": "0.15.0", "1.0.2": "0.15.0", "1.0.0": "0.15.0",