Skip to content

Commit 28e49ea

Browse files
committed
bump version to 0.6.0
1 parent 5125e73 commit 28e49ea

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,14 @@ You are more than welcome to open an issue on [GitHub](https://github.com/mProje
159159
160160
### Changelog
161161
162+
#### 0.6.0
163+
164+
- Added manga support through Jikan
165+
- Added book support through Open Library
166+
- Added album cover support for music releases
167+
- Split up `producer` into `studio`, `director` and `writer` for movies and series
168+
- fixed the preview modal not displaying the frontmatter anymore
169+
162170
#### 0.5.0
163171
164172
- New simple search modal, select the media type and search all applicable APIs

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-media-db-plugin",
33
"name": "Media DB Plugin",
4-
"version": "0.5.2",
4+
"version": "0.6.0",
55
"minAppVersion": "0.14.0",
66
"description": "A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.",
77
"author": "Moritz Jung",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-media-db-plugin",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)