v3.7.9
What's new
Fixed ✅
- Fixed an issue where template insertion occurred below the intended line, it now correctly inserts at the current line.
- Fixed
:ObsidianOpen
issue on WSL OS name identifier check with different release name case. - Ensure ID of daily notes is always equal to the stem of the path.
Changed ⚠️
- Don't insert a default alias for daily notes when
daily_notes.alias_format
isnil
.
Commits
8a33ad4 chore(release): bump version to v3.7.9 for release
a37619a Change how we infer ID and default alias for daily notes (#544)
6ffd196 fix: os_uname check for wsl (#543)
1265a1f fix: ensure template insertion to occur at the current line instead of below (#539)