bump version
This commit is contained in:
parent
d51ce46e9e
commit
5e693ab972
3 changed files with 11 additions and 2 deletions
|
|
@ -130,6 +130,15 @@ Now you select the result you want and the plugin will cast it's magic and creat
|
|||
You are more than welcome to open an issue on [GitHub](https://github.com/mProjectsCode/obsidian-media-db-plugin/issues).
|
||||
|
||||
### Changelog
|
||||
|
||||
#### 0.3.2
|
||||
- Added Board Game Geek API (documentation pending)
|
||||
- More information in the search results
|
||||
- various fixes
|
||||
|
||||
#### 0.3.1
|
||||
- various fixes
|
||||
|
||||
#### 0.3.0
|
||||
- Added bulk import. Import a folder of media notes as Media DB entries (thanks to [PaperOrb](https://github.com/PaperOrb) on GitHub for their input and for helping me test this feature)
|
||||
- Added a custom result select modal that allows you to select multiple results at once
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-media-db-plugin",
|
||||
"name": "Media DB Plugin",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import {MediaTypeModel} from '../models/MediaTypeModel';
|
|||
export const pluginName: string = 'obsidian-media-db-plugin';
|
||||
export const contactEmail: string = 'm.projects.code@gmail.com';
|
||||
export const mediaDbTag: string = 'mediaDB';
|
||||
export const mediaDbVersion: string = '0.3.1';
|
||||
export const mediaDbVersion: string = '0.3.2';
|
||||
export const debug: boolean = false;
|
||||
|
||||
export function wrapAround(value: number, size: number): number {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue