Markdown links are now supported in text and list properties. Internal links are automatically updated when the destination file is moved or renamed.
Daily notes: The daily note format can be selected from a list of predefined formats.
Attempting to rename a file to include unsafe characters (such as '#' or ']') will only result in a warning.
When importing files (e.g. via drag and drop), Obsidian now automatically strips out invalid characters from the filename.
Added a "Copy path" submenu to the file context menu.
macOS: Toggles and sliders are now styled to match their native counterparts.
New setting Files & links → Default file to open. Choose between "Last opened files", "New note", "Specific note", or "Daily note". If you were previously using Daily notes option to "Open daily note on startup", be sure to update your vault to use this setting instead.
New "Keychain" settings section for storing plugin secrets. Plugin API is coming soon.
No longer broken
Reference links no longer allow spaces before the link definition.
Fixed issue where navigating between notes would sometimes cause a flicker when the properties list appeared/disappeared.
Developers
Obsidian is now bundled with Inter Variable font instead of Inter. Inter Variable supports variable font weights.
Added SettingGroup to the API. Settings can now be organized into logical groups with optional headers. This should provide a more standardized design language for settings organization.