v1.3.0
What's Changed
Improvements
- Table rows and columns are now draggable in https://github.com/outline/outline/pull/11138
- Added an "Email display" preference to control email address visibility in the workspace in https://github.com/outline/outline/pull/11103
- diagrams.net diagrams are now persisted as SVG's by default in https://github.com/outline/outline/pull/11128
- Publicly shared documents now include backlinks in the footer in https://github.com/outline/outline/pull/11141
- Headers and dividers now clear images aligned to the left or right in https://github.com/outline/outline/pull/11108
- Upload progress is now shown in the editor for large/slow files in https://github.com/outline/outline/pull/11109
- Added a keyboard shortcut to toggle theme (Cmd+Shift+L) in https://github.com/outline/outline/pull/11127
- Todo's can now be typed with the simplified
[]syntax in https://github.com/outline/outline/pull/11129 - Importing a code block with "mermaid" language will now work as expected in https://github.com/outline/outline/pull/11132
- There is now an option to include nested documents when downloading a doc in https://github.com/outline/outline/pull/9679
- "copy as markdown" now signs attachment URLs by @libnewton in https://github.com/outline/outline/pull/10821
- List spacing increased in https://github.com/outline/outline/pull/11163
- Publicly shared docs now handle the accept
text/markdownheader for LLM usage in https://github.com/outline/outline/pull/11182 - API: Plain urls provided via API will be automatically embedded when matching an integration in https://github.com/outline/outline/pull/11148
Fixes
- Fixed overlapping filters on search page in some translations https://github.com/outline/outline/pull/11086
- Task summary in meta data no longer shrinks in https://github.com/outline/outline/pull/11087
- Improved user feedback when copying/moving documents in https://github.com/outline/outline/pull/11089
- Fixed table width collapsing in https://github.com/outline/outline/pull/11178
- Fixed an issue where copy and pasting a diagrams.net diagram lost the edit button in https://github.com/outline/outline/pull/11102
- Embedded PDF rendering now works correctly in Safari in https://github.com/outline/outline/pull/11107
- Clicking while editing a sidebar link no longer navigates in https://github.com/outline/outline/pull/11105
- Fixed an issue that was causing premature signout when using Passkeys in https://github.com/outline/outline/pull/11136
- Removed
spacerequirement from markdown trigger for horizontal rule in https://github.com/outline/outline/pull/11130 - LaTeX escape sequences now work correctly when pasting into doc in https://github.com/outline/outline/pull/11134
- Fixed a display issue with the inline LaTeX active border on Firefox in https://github.com/outline/outline/pull/11147
- Local database cache of documents is now cleared on logout in https://github.com/outline/outline/pull/11135
- Added timeout and optimized URL unfurl performance in https://github.com/outline/outline/pull/11149
- Right click -> Copy link in the sidebar no longer navigates to item in https://github.com/outline/outline/pull/11162
- Fixed display issues in empty notification panel in https://github.com/outline/outline/pull/11166
- Improved performance of diff calculation in https://github.com/outline/outline/pull/11174
- Theme override on shared docs e.g.
?theme=darkwill now persist between navigations in https://github.com/outline/outline/pull/11176 - Lists inside tables no longer break Markdown output in https://github.com/outline/outline/pull/11183
- Fixed
alt+shiftnavigation in header in Safari in https://github.com/outline/outline/pull/11184 - API:
htmlproperty in response was removed fromrevisions.infoin https://github.com/outline/outline/pull/11088 - API:
documents.diffendpoint removed in https://github.com/outline/outline/pull/11175 - API:
comments.createandcomments.updateno longer allow nodes that cannot be displayed in comments in https://github.com/outline/outline/pull/11101
Full Changelog: https://github.com/outline/outline/compare/v1.2.0...v1.3.0