Releases: tokenshift/obsidian-page-gallery
Releases · tokenshift/obsidian-page-gallery
0.8.4
0.8.3
[0.8.3] - 2024-01-01
Fixed
- Restored custom image
width
andheight
options. Updated README to separate
out the "standard" options from the "dangerous" (i.e. modifing CSS directly)
settings, and noting that the latter might go away in the future.
0.8.2
0.8.1
0.8.0
0.7.5
0.7.4
0.7.3
[0.7.3] - 2023-05-19
Fixed
- Using
[[]]
or[[#]]
to refer to the current page in thefrom
clause now
works correctly.
0.7.2
[0.7.2] - 2023-05-10
Added
- New "square" option for the "orientation" setting.
- "Empty" indicator for tabs with no content, so that it doesn't look like they
just failed to load. - Groups are now collapsible.
Modified
- Groups are now sorted case-insensitively.
- If the
groupBy
value for a given page has more than one value, the page will
now show up under every matching group, rather than[groupA, groupB]
being
treated as a totally separate group on its own. - The filter bar now searches for matches within tags, page paths, and other
metadata defined in frontmatter or as obsidian-dataview inline fields.
0.7.1
[0.7.1] - 2023-05-05
Fixed
- The page gallery will load immediately on first load, rather than waiting
(indefinitely) for all filesystem updates to settle down. This was causing
galleries to not render at all if Obsidian Sync was still running in the
background, which can take a while. - Removed caching. It was crashing Obsidian due to OOM errors on really large
galleries, and no longer improves performance that much due to previous
changes. Will re-evaluate caching options in the future if I can find a good
caching or embedded DB library that doesn't cause the same OOM errors on large
galleries, and actually manages to be faster than just re-rendering/re-evaluating
expressions when needed.