bump version to 0.6.0
This commit is contained in:
parent
5125e73cb4
commit
28e49eaef8
3 changed files with 10 additions and 2 deletions
|
|
@ -159,6 +159,14 @@ You are more than welcome to open an issue on [GitHub](https://github.com/mProje
|
||||||
|
|
||||||
### Changelog
|
### 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
|
#### 0.5.0
|
||||||
|
|
||||||
- New simple search modal, select the media type and search all applicable APIs
|
- New simple search modal, select the media type and search all applicable APIs
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "obsidian-media-db-plugin",
|
"id": "obsidian-media-db-plugin",
|
||||||
"name": "Media DB Plugin",
|
"name": "Media DB Plugin",
|
||||||
"version": "0.5.2",
|
"version": "0.6.0",
|
||||||
"minAppVersion": "0.14.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.",
|
"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",
|
"author": "Moritz Jung",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "obsidian-media-db-plugin",
|
"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.",
|
"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",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue