From 28e49eaef82aa2e8212690fb6e621ee5ae2104ea Mon Sep 17 00:00:00 2001 From: mProjectsCode Date: Tue, 12 Dec 2023 21:18:35 +0100 Subject: [PATCH] bump version to 0.6.0 --- README.md | 8 ++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 716fea7..c5016cc 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,14 @@ You are more than welcome to open an issue on [GitHub](https://github.com/mProje ### Changelog +#### 0.6.0 + +- Added manga support through Jikan +- Added book support through Open Library +- Added album cover support for music releases +- Split up `producer` into `studio`, `director` and `writer` for movies and series +- fixed the preview modal not displaying the frontmatter anymore + #### 0.5.0 - New simple search modal, select the media type and search all applicable APIs diff --git a/manifest.json b/manifest.json index 0d95f21..abee943 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-media-db-plugin", "name": "Media DB Plugin", - "version": "0.5.2", + "version": "0.6.0", "minAppVersion": "0.14.0", "description": "A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.", "author": "Moritz Jung", diff --git a/package.json b/package.json index e328bcb..af4b1df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-media-db-plugin", - "version": "0.5.2", + "version": "0.6.0", "description": "A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.", "main": "main.js", "scripts": {