file.hasTag('#tag')
is no longer case-sensitive. file.hasTag('test')
and file.hasTag('TEST')
now return the same results.contains
function now correctly handles nested tags. For example,tags.contains("A")
will now return results containing #A
as well as #A/B
.this
now work if a Base file is embedded inside Canvas.this
now resolve to null if the Base is not in the sidebar and not embedded.The installer has been updated to use Electron v37.6.0 (requires downloading the latest installer). For users on macOS Tahoe, this maybe improve app performance.