|
| 1 | +# Changelog |
| 2 | + |
| 3 | +# 0.7.0 |
| 4 | + |
| 5 | +- renamed the plugin to just `Media DB` |
| 6 | +- Add plot field when fetching data from OMDb [#106](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/106) (thanks onesvat) |
| 7 | +- Added support for Moby Games API [#131](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/131) (thanks ltctceplrm) |
| 8 | +- Add index operator for arrays when templating [#129](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/129) (thanks kelszo) |
| 9 | +- Support disabling default front matter and add support for Templater [#119](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/119) (thanks kelszo) |
| 10 | +- Add option to open new note in a new tab [#128](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/128) (thanks kelszo) |
| 11 | +- Added developers and publishers field to games [#122](https://github.com/mProjectsCode/obsidian-media-db-plugin/pull/122) (thanks ltctceplrm) |
| 12 | + |
| 13 | +# 0.6.0 |
| 14 | + |
| 15 | +- Added manga support through Jikan |
| 16 | +- Added book support through Open Library |
| 17 | +- Added album cover support for music releases |
| 18 | +- Split up `producer` into `studio`, `director` and `writer` for movies and series |
| 19 | +- fixed the preview modal not displaying the frontmatter anymore |
| 20 | + |
| 21 | +# 0.5.0 |
| 22 | + |
| 23 | +- New simple search modal, select the media type and search all applicable APIs |
| 24 | +- More data for Board Games |
| 25 | +- Actors and Streaming Platforms for Movies and Series |
| 26 | +- Separate new file location for all media types |
| 27 | +- Separate command for each media type |
| 28 | +- Fix problems with closing of preview modal |
| 29 | + |
| 30 | +# 0.3.2 |
| 31 | + |
| 32 | +- Added Board Game Geek API (documentation pending) |
| 33 | +- More information in the search results |
| 34 | +- various fixes |
| 35 | + |
| 36 | +# 0.3.1 |
| 37 | + |
| 38 | +- various fixes |
| 39 | + |
| 40 | +# 0.3.0 |
| 41 | + |
| 42 | +- 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) |
| 43 | +- Added a custom result select modal that allows you to select multiple results at once |
| 44 | +- Fixed a bug where the note creation would fail when the metadata included a field with the values `null` or `undefined` |
| 45 | + |
| 46 | +# 0.2.1 |
| 47 | + |
| 48 | +- fixed a small bug with the initial selection of an API in the ID search modal |
| 49 | + |
| 50 | +# 0.2.0 |
| 51 | + |
| 52 | +- Added the option to rename metadata fields through property mappings |
| 53 | +- fixed note creation falling, when the folder set in the settings did not exist |
0 commit comments