Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-18 | 3.5 kB | |
v0.87.4 source code.tar.gz | 2025-09-18 | 4.2 MB | |
v0.87.4 source code.zip | 2025-09-18 | 5.2 MB | |
Totals: 3 Items | 9.4 MB | 0 |
What's Changed
Improvements
- A new lightbox was added for image navigation in documents in https://github.com/outline/outline/pull/9704
- Added new
ALLOWED_PRIVATE_IP_ADDRESSES
environment variable to allow connections to local servers that would otherwise be blocked in https://github.com/outline/outline/pull/10093 - Added move commands for columns and rows in tables in https://github.com/outline/outline/pull/10143
- Added support for ordered alphabetical lists by @salihudickson (Start a list with a.) in https://github.com/outline/outline/pull/10079
- Support for refresh tokens with Linear integration in https://github.com/outline/outline/pull/10047
- The right sidebar is now displayed as a drawer on mobile in https://github.com/outline/outline/pull/10175
- The theme can now be overriden with the
theme
query string in https://github.com/outline/outline/pull/10180 - perf: Improve perf of
findSourceDocumentIdsForUser
in https://github.com/outline/outline/pull/10118 - perf: Add missing indexes in https://github.com/outline/outline/pull/10124
Fixes
- List indent controls are now shown on all touch devices in https://github.com/outline/outline/pull/10098
- File size display now uses binary units instead of decimal on Windows in https://github.com/outline/outline/pull/10095
- CSRF missing during email callback in https://github.com/outline/outline/pull/10107
- Add additional guards around get methods in https://github.com/outline/outline/pull/10108
- Fixed hidden editing outline in the sidebar in https://github.com/outline/outline/pull/10114
- Various accessibility issues in https://github.com/outline/outline/pull/10115
- Incorrect translation in https://github.com/outline/outline/pull/10116
- Display column for admins on groups table in https://github.com/outline/outline/pull/10117
- Truncation in sidebar links in https://github.com/outline/outline/pull/10120
- Middle click read-only doc link in FF opens duplicate tabs in https://github.com/outline/outline/pull/10122
- Input labels are misaligned on workspace setup in Chrome in https://github.com/outline/outline/pull/10121
- Scope incorrectly translated on API key creation in https://github.com/outline/outline/pull/10134
- False matches on wrap-around strings during "Find and replace" in https://github.com/outline/outline/pull/10136
- Fixed table row selection logic with merged cells in https://github.com/outline/outline/pull/10142
- Allow pasting simple lists in https://github.com/outline/outline/pull/10150
- Inline math formatting should trigger on last
$
only in https://github.com/outline/outline/pull/10159 - Enforce share loads team in https://github.com/outline/outline/pull/10160
- Single shared doc uncentered in https://github.com/outline/outline/pull/10163
undefined
in MediaDimensions in https://github.com/outline/outline/pull/10164- Allow documents imported in separate imports to retain links in https://github.com/outline/outline/pull/10182
- Inline code can now contain LaTeX syntax in https://github.com/outline/outline/pull/10179
- Enter in empty heading after collapsed heading in https://github.com/outline/outline/pull/10194
- Fixed validation error on Notion imports in https://github.com/outline/outline/pull/10200
New Contributors
- @salihudickson made their first contribution in https://github.com/outline/outline/pull/10079
Full Changelog: https://github.com/outline/outline/compare/v0.87.3...v0.87.4