Obsidian 1.10.3
Breaking changes
The "Use light mode" and "Use dark mode" commands have been combined into a new "Toggle light/dark mode" command. Be sure to update your hotkeys accordingly.
Highlights
The mobile app now launches significantly faster by opening an editor of the last opened file while the rest of the app loads in the background.
Bases improvements:
Added "Group by" to group your data by the given property. Available in the "Sort menu."
Added table summaries. To use them, right-click a table column and choose "Summarize...". Choose from the list of built-in summary functions, or write your own.Added new List view to display files as bulleted lists and numbered lists. Supports multi-line content.Added initial Bases API.Added new Maps plugin to visualize your base entries on a map. Install it from the Community plugins directory. This is an official open source plugin that also provides an example of how developers can implement new view types for Bases.Added new table selection.Added full keyboard navigation. See list of hotkeys.Added copy/paste support.Added basic edit history (undo and redo) via Cmd/Ctrl-Z and Cmd/Ctrl-Shift-Z.Added new functions for lists: reduce(), mean(), stddev() (standard deviation), and median().Added new html() function for rendering custom HTML.Added new random() function. Useful if you want to create a custom formula for randomizing your sort order.Added support for timezone offset in ISO 8601 datetime parsing.Clicking the ribbon item with modifier keys opens the file in a new tab (Ctrl/Cmd), a new split (Ctrl/Cmd-Shift), or a new window (Ctrl/Cmd-Alt-Shift).Indeterminate checkboxes (where the value is null) are now sorted with false values.Improved behavior of "New item" file creation. Improved property value inference.The "Change view" command has been renamed to "Switch view..."
Everything else:
The selected theme is reloaded when appearance.json changes.
When closing a tab, the tab to the right is activated (previously the tab to the left would get activated).File Explorer: The layout is now saved after changing sort.File Explorer: Using Ctrl/Cmd + Arrow keys to change the file now triggers the sidebars to react to the new open file.Properties: List properties now allow duplicate values.Properties: The first suggestion result is not automatically selected if there is no input text.Properties: The Global Properties view can now delete a property across all your notes. Right-Click on a property and choose "Delete".The "Indent" and "Unindent" commands are now available on desktop.Reading mode: If no text is selected, Ctrl/Cmd-C will now copy the full note source to the clipboard.Properties core plugin is now enabled by default.macOS: Improved canvas zoom speed with trackpad pinch.YouTube displaying "Error 153" when embedding videos.The installer has been updated to use Electron 37.9.0 (requires downloading the latest installer).