Skip to content

Commit 247d137

Browse files
committed
update changelog
1 parent bf33e75 commit 247d137

File tree

2 files changed

+53
-44
lines changed

2 files changed

+53
-44
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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

README.md

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -161,50 +161,6 @@ Now you select the result you want and the plugin will cast it's magic and creat
161161
162162
You are more than welcome to open an issue on [GitHub](https://github.com/mProjectsCode/obsidian-media-db-plugin/issues).
163163
164-
### Changelog
165-
166-
#### 0.6.0
167-
168-
- Added manga support through Jikan
169-
- Added book support through Open Library
170-
- Added album cover support for music releases
171-
- Split up `producer` into `studio`, `director` and `writer` for movies and series
172-
- fixed the preview modal not displaying the frontmatter anymore
173-
174-
#### 0.5.0
175-
176-
- New simple search modal, select the media type and search all applicable APIs
177-
- More data for Board Games
178-
- Actors and Streaming Platforms for Movies and Series
179-
- Separate new file location for all media types
180-
- Separate command for each media type
181-
- Fix problems with closing of preview modal
182-
183-
#### 0.3.2
184-
185-
- Added Board Game Geek API (documentation pending)
186-
- More information in the search results
187-
- various fixes
188-
189-
#### 0.3.1
190-
191-
- various fixes
192-
193-
#### 0.3.0
194-
195-
- 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)
196-
- Added a custom result select modal that allows you to select multiple results at once
197-
- Fixed a bug where the note creation would fail when the metadata included a field with the values `null` or `undefined`
198-
199-
#### 0.2.1
200-
201-
- fixed a small bug with the initial selection of an API in the ID search modal
202-
203-
#### 0.2.0
204-
205-
- Added the option to rename metadata fields through property mappings
206-
- fixed note creation falling, when the folder set in the settings did not exist
207-
208164
### Contributions
209165
210166
Thank you for wanting to contribute to this project.

0 commit comments

Comments
 (0)