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