diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f3488..27c43fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.5.0] - 2024-03-09 + +### Changed + +- Documentation has moved to the new wiki +- New option to show tooltips on status icons +- More icons have been added to make issue and PR statuses clearer + +### Fixed + +- Issues closed as not planned will be gray instead of red + ## [0.4.0] - 2024-02-24 ### Changed diff --git a/manifest.json b/manifest.json index cfd00cd..fe3576c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "github-link", "name": "GitHub Link", - "version": "0.4.0", + "version": "0.5.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 204818c..6b3e127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-github-link", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-github-link", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "dependencies": { "@octokit/auth-oauth-device": "^6.0.1", diff --git a/package.json b/package.json index 14785c4..c21d4e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-link", - "version": "0.4.0", + "version": "0.5.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 076ba7e..74fdab9 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.5.0": "0.15.0", "0.4.0": "0.15.0", "0.3.0": "0.15.0", "0.2.0": "0.15.0",