Bump version
This commit is contained in:
parent
cb1f7f4b60
commit
263f20803d
3 changed files with 7 additions and 2 deletions
|
|
@ -112,6 +112,11 @@ Now you select the result you want and the plugin will cast it's magic and creat
|
||||||
### Problems, unexpected behavior or improvement suggestions?
|
### Problems, unexpected behavior or improvement suggestions?
|
||||||
You are more than welcome to open an issue on [GitHub](https://github.com/mProjectsCode/obsidian-media-db-plugin/issues).
|
You are more than welcome to open an issue on [GitHub](https://github.com/mProjectsCode/obsidian-media-db-plugin/issues).
|
||||||
|
|
||||||
|
### Changelog
|
||||||
|
#### 0.2.0
|
||||||
|
- Added the option to rename metadata fields through property mappings
|
||||||
|
- fixed note creation falling, when the folder set in the settings did not exist
|
||||||
|
|
||||||
### Contributions
|
### Contributions
|
||||||
Thank you for wanting to contribute to this project.
|
Thank you for wanting to contribute to this project.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "obsidian-media-db-plugin",
|
"id": "obsidian-media-db-plugin",
|
||||||
"name": "Media DB Plugin",
|
"name": "Media DB Plugin",
|
||||||
"version": "0.1.11",
|
"version": "0.2.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",
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ import {MediaTypeModel} from '../models/MediaTypeModel';
|
||||||
export const pluginName: string = 'obsidian-media-db-plugin';
|
export const pluginName: string = 'obsidian-media-db-plugin';
|
||||||
export const contactEmail: string = 'm.projects.code@gmail.com';
|
export const contactEmail: string = 'm.projects.code@gmail.com';
|
||||||
export const mediaDbTag: string = 'mediaDB';
|
export const mediaDbTag: string = 'mediaDB';
|
||||||
export const mediaDbVersion: string = '0.1.11';
|
export const mediaDbVersion: string = '0.2.0';
|
||||||
export const debug: boolean = false;
|
export const debug: boolean = false;
|
||||||
|
|
||||||
export function wrapAround(value: number, size: number): number {
|
export function wrapAround(value: number, size: number): number {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue