Outline
The fastest knowledge base for growing teams
Alternative to: notion, confluence
About
Versions (100)
v1.5.0
2026-02-15What’s Changed
Improvements
- Added sorting options to the search screen in https://github.com/outline/outline/pull/11242
- Added
difflanguage highlighting for code blocks in https://github.com/outline/outline/pull/11301 - Allow
cmd+enterto toggle all checkboxes in a selection in https://github.com/outline/outline/pull/11322 - Added support for currency sorting in tables in https://github.com/outline/outline/pull/11332
- Added a custom color picker for text highlights in https://github.com/outline/outline/pull/11337
- Clicking on a group in the share dialog now shows it’s members in https://github.com/outline/outline/pull/11338
- Table headers are now sticky in https://github.com/outline/outline/pull/11353
- Importing toggle blocks from Notion is now supported in https://github.com/outline/outline/pull/11371
- All tables in settings now have right-click context menu support in https://github.com/outline/outline/pull/11378
- Added a hide/show completed items control for checkbox lists in https://github.com/outline/outline/pull/11379
- Markdown frontmatter is now converted to YAML code blocks on import in https://github.com/outline/outline/pull/11420
- Added a “Rename” option to sidebar context menus in https://github.com/outline/outline/pull/11425
- Added Alt-click to recursively expand or collapse sidebar documents and collections in https://github.com/outline/outline/pull/11432
- Added a preference for desktop notification badge with off, count, and indicator options in https://github.com/outline/outline/pull/11436
- Added alphabetic ordered list support to markdown import and paste in https://github.com/outline/outline/pull/11446
- Allow creating a new document before or after another in the sidebar in https://github.com/outline/outline/pull/11453
Fixes
- Preserved alignment and caption when replacing images in https://github.com/outline/outline/pull/11407
- Improved popularity scoring job performance in https://github.com/outline/outline/pull/11293
- Fixed downloading mermaid images from the lightbox in https://github.com/outline/outline/pull/11300
- Further popularity scoring performance improvements in https://github.com/outline/outline/pull/11305
- Fixed text truncation with emoji icons in sidebar in https://github.com/outline/outline/pull/11307
- Separated user input errors from internal errors for Sentry reporting in https://github.com/outline/outline/pull/11308
- Fixed editor focus loss on text link interaction in https://github.com/outline/outline/pull/11310
- Removed unnecessary Markdown conversion when importing HTML in https://github.com/outline/outline/pull/11315
- Fixed “New draft” from command menu leading to “Not found” in https://github.com/outline/outline/pull/11316
- Improved slow query in
CleanupDeletedDocumentsTaskin https://github.com/outline/outline/pull/11317 - Removed Babel from production dependencies in https://github.com/outline/outline/pull/11318
- Minor React performance optimizations in https://github.com/outline/outline/pull/11319
- Fixed share panel state for drafts in a shared parent in https://github.com/outline/outline/pull/11320
- Fixed embed option showing for links that cannot be embedded in https://github.com/outline/outline/pull/11323
- Fixed non-admins being unable to see public ACL attachments in https://github.com/outline/outline/pull/11326
- Fixed suggestion menu inserting at incorrect position when choosing with mouse in https://github.com/outline/outline/pull/11327
- Fixed passkey registration with non-standard HTTPS ports in https://github.com/outline/outline/pull/11329
- Fixed collapsed toggles not expanding when they contain the highlighted search result in https://github.com/outline/outline/pull/11330
- Fixed column and row selection not restoring after sort or align in https://github.com/outline/outline/pull/11333
- Renamed
DATABASE_READ_ONLY_URLenvironment variable in https://github.com/outline/outline/pull/11334 - Fixed Safari print offset issue in https://github.com/outline/outline/pull/11339
- Permanently deleted documents are now removed from the local store in https://github.com/outline/outline/pull/11344
- Fixed overly broad catch-all on root share in https://github.com/outline/outline/pull/11346
- Removed hanging toggle sidebar button with no functionality in https://github.com/outline/outline/pull/11350
- Fixed tables with merged cells behaving incorrectly when sorting in https://github.com/outline/outline/pull/11351
- Fixed prefetching document structure for starred documents in https://github.com/outline/outline/pull/11355
- Refactored
activeDocumentIdhandling in https://github.com/outline/outline/pull/11144 - Fixed missing outline on focused editable elements in https://github.com/outline/outline/pull/11362
- Fixed document creation routing to use the correct parameter name in https://github.com/outline/outline/pull/11369
- Fixed Sentry error resulting from browser extensions using MobX in https://github.com/outline/outline/pull/11399
- Fixed selection toolbar issues around link selection in https://github.com/outline/outline/pull/11408
- Removed unnecessary loading of authentication rows in
userProvisionerin https://github.com/outline/outline/pull/11413 - Allowlisted more methods for CSRF skip in https://github.com/outline/outline/pull/11414
- Added
application_nameto database logging in https://github.com/outline/outline/pull/11415 - Fixed exporting a document with a table causing a crash in https://github.com/outline/outline/pull/11422
- Fixed an issue in active context creation due to a fallback in https://github.com/outline/outline/pull/11426
- Stopped using public ACL for avatars in https://github.com/outline/outline/pull/11427
- Fixed potential task queue saturation in the Notion importer in https://github.com/outline/outline/pull/11428
- Fixed edits containing only a mention below edit distance not triggering a notification in https://github.com/outline/outline/pull/11434
- Fixed missing check for disabled group mentions in https://github.com/outline/outline/pull/11435
- Fixed mispositioned toolbar on first document open in https://github.com/outline/outline/pull/11437
- Fixed creating a new document from the sidebar not redirecting correctly to edit mode in https://github.com/outline/outline/pull/11442
- Fixed collections with the same name overwriting each other in export in https://github.com/outline/outline/pull/11443
- Fixed notification badge not appearing until the notification popover was opened in https://github.com/outline/outline/pull/11444
- Translation locale files now load over
CDN_URLfor better performance in https://github.com/outline/outline/pull/11445 - Fixed synthetic “latest” revision failing to load in https://github.com/outline/outline/pull/11451
- Added missing tooltips in https://github.com/outline/outline/pull/11452
- Cleaned up the collection create dialog in https://github.com/outline/outline/pull/11454
- Fixed small race conditions in the diagrams.net integration in https://github.com/outline/outline/pull/11458
Full Changelog: https://github.com/outline/outline/compare/v1.4.0…v1.5.0