Skip to content

Commit

Permalink
Auto-release 0.5.52
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brenan committed Jan 3, 2023
1 parent d3ffcb4 commit ded9c6b
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.5.52

Substantial documentation improvements thanks to @s-blu and @AB1908!

- For people concerned about dataviewjs code execution from copy-pasting, @eyuelt has made it possible to change the
dataviewjs codeblock prefix.
- @sohanglal has added some documentation for `task.visual` for changing the visual text of a task.
- @Chouffy and @Daryl-Horton have fixed some bad documentation links!
- @vrtmrz swapped the regex used for parsing tags to better match Obsidian's own parser.
- @alexfertel has added `regextest`, which allows for matching parts of a string instead of the whole thing.
- @iamrecursion has added more metadata to file links, so they now include section metadata. This may cause some slight
visual changes in link views.

---

# 0.5.51 (Beta)

- Allow disabling regular Dataview inline queries via configuration option.
Expand Down
15 changes: 15 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.5.52

Substantial documentation improvements thanks to @s-blu and @AB1908!

- For people concerned about dataviewjs code execution from copy-pasting, @eyuelt has made it possible to change the
dataviewjs codeblock prefix.
- @sohanglal has added some documentation for `task.visual` for changing the visual text of a task.
- @Chouffy and @Daryl-Horton have fixed some bad documentation links!
- @vrtmrz swapped the regex used for parsing tags to better match Obsidian's own parser.
- @alexfertel has added `regextest`, which allows for matching parts of a string instead of the whole thing.
- @iamrecursion has added more metadata to file links, so they now include section metadata. This may cause some slight
visual changes in link views.

---

# 0.5.51 (Beta)

- Allow disabling regular Dataview inline queries via configuration option.
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.5.51",
"version": "0.5.52",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.5.47",
"version": "0.5.52",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-dataview",
"version": "0.5.51",
"version": "0.5.52",
"description": "Advanced data views for Obsidian.md.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,6 @@
"0.5.48": "0.13.11",
"0.5.49": "0.13.11",
"0.5.50": "0.13.11",
"0.5.51": "0.13.11"
"0.5.51": "0.13.11",
"0.5.52": "0.12.0"
}

0 comments on commit ded9c6b

Please sign in to comment.