All Versions
34
Latest Version
Avg Release Cycle
15 days
Latest Release
1520 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.40.0 Changes
February 19, 2020๐ We're continuing to make great headway with two big features in February; rewriting the editor to be more stable and performant (think 10x faster!) and bringing group permissions to the app. In the meantime, some important fixes have also been made in the last few weeksโฆ
๐ Fixes
- It's now possible to access documents with _ or ~ characters in the title, previously links would break
- Also, it was possible for navigation to get 'stuck' when moving between documents with similar titles, this no longer happens
- Slack notifications are now working correctly again
- ๐ The app will no longer break if a deploy happens between loading the app and loading a document (quite the edge case!)
-
v0.39.0 Changes
January 10, 2020โจ Enhancements
- ๐ Other team members presence is now shown on documents โ you can see when others are viewing or editing!
- We added easily accessible search inputs at the top of the "Home" page and collection screens
- Your own drafts are now visible in collections instead of having to go specifically to the "Drafts" section
๐ Fixes
- Documents returned in search results no longer have an empty context menu
- Invited users no longer appear as an option in "Filter by author"
- Search filter dropdowns no longer have unnecessary scrollbars
- The sidebar in dark mode on mobile is no longer partially transparent
- Creating and revoking API keys now produces events in the audit trail
- Drafts no longer appear as options to insert as links into documents
-
v0.38.1 Changes
December 23, 2019โจ Enhancements
- Documents with nested sub-documents now display an index view more prominently
- Clicking into a document will preload it's nested documents for faster navigation
- In the API
parentDocumentId
is now available as a filter for listing documents
๐ Fixes
- The "Invite people" view did not work when accessed from "Collection members", it now works as expected
- Emails are now stored and processed only in lowercase
- Sidebar did not display correctly on mobile when editing a document
-
v0.38.0 Changes
December 17, 2019๐ New Features
- It's now possible to invite guests to your wiki that can sign-in with their email address.
- โช We added the "Trash" menu item in the sidebar which shows recently deleted documents and gives you an opportunity to restore them for 30 days.
โจ Enhancements
- โ Added a new keyboard shortcut (
CMD+SHIFT+P
) to publish the current document - โ Added support for InVision live image links
๐ Fixes
- Selecting "Document history" when the history sidebar is already open now closes the sidebar
- Toggling "Starred" in the document menu now keeps the menu open so that feedback is visible
- ๐ Fixed an issue that would prevent moving a document inside another within a private collection
- "Import document" in collection menu now works when triggered from the sidebar
- ๐ Fixed an issue that caused regex-like search queries to error
- ๐ Fixed unable to embolden hashtags in editor
- ๐ Fixed an extra space character in the editor when typing markdown shortcuts
- ๐ Fixed a display issues with collaborator avatars not overlapping
-
v0.38.0-alpha.0
September 24, 2019 -
v0.37.0 Changes
October 16, 2019๐ New Features
- It is now possible to set a collection membership to be
read-only
, this is currently only an option in private collections but will soon be extended to all collections. - "Child documents" are now automatically listed at the bottom of a document
โจ Enhancements
- The people list now shows the time the person was last active instead of when they joined the team.
- โ Added a button to create a new document when no search results are returned for a query
- Drafts now have a clear badge and show which collection the draft is published in
- ๐ Improved the behavior of sidebar collapsing and nesting
๐ Fixes
- Attempting to sign-in to a suspended account now shows a useful message
- It's now possible to use the Slack integration in conjunction with Google sign-in
- Popover menus can no longer open off-screen
- The first auto-save of a document no longer causes the text cursor to become unfocused
- ๐ Fixed an issue where the audit log would fail to log if any of the event actors had been deleted
- Importing documents using drag-n-drop no longer causes it to potentially appear under multiple sub-documents
- Attempting to export an empty collection no longer fails
- โ Removed an orphaned header when there are no archived documents
- Duplicating a draft no longer automatically publishes the duplicate
- Document no longer appears blank if you create a link back to itself
- It is now possible to set a collection membership to be
-
v0.36.1 Changes
September 16, 2019๐ Fixes
- Document title size
-
v0.36.0 Changes
September 15, 2019โจ Enhancements
- Documents in private collections now show a little padlock next to the collection name in feeds such as Home, Starred, and Drafts.
- The color picker for collections got an upgrade it's now a little less in your face when creating a new collection
- Tooltips now show applicable keyboard shortcuts to make it easier to learn!
๐ Fixes
- ๐ Improved accessibility of buttons, added new focus states
- Visiting a doc without permission will now display a "Not found" screen rather than forever loading
- โ Added missing display of audit log events for user promotion / demotion and suspension
- ๐ Fixed some heading alignments
- ๐ Improved client side security by adding extensive CSP rules to all html responses
- Slack notifications are now sent on the publish event again
- Infinite loading document lists no longer jump back to the top while scrolling
- โช Restored selected state for images and horizontal rules
- Headings in the editor now start at level 2 to take into account level 1 title
-
v0.35.0 Changes
August 22, 2019โจ Enhancements
- โ Added Open Search support
- The document menu now includes an "Edit" option
- โ Added a new way to access the keyboard shortcut reference from the bottom right corner of documents
- The API now allows exporting your knowledge base as a zip file directly (reference)
- ๐ Links added in the editor now have a protocol added automatically if missing
๐ Fixes
- Minor button alignment and padding issues
- Toolbar no longer shows unavailable options when selecting text in a heading
- Attempting to create a link in a heading no longer causes text to disappear
- Empty headings are no longer misformatted on reload
- Speed of rendering tables was greatly improved
- Loading more data than necessary on first open
- Embeds did not show highlight outline when selected
-
v0.34.0 Changes
August 08, 2019๐ New Features
- ๐ฒ Audit log. Actions taken by team members in your wiki are now recorded in an audit log accessible to admins.
โจ Enhancements
- Exporting a collection now downloads a zip file instantly, rather than emailing
- โ Added support for additional Mindmeister link formats
- โก๏ธ Updated branding of RealtimeBoard to Miro
- Visiting a route / document while signed out will now attempt to redirect back after signing in
๐ Fixes
- Duplicate document menu option works again
- API requests to unknown endpoints no longer echo back request
- No longer possible to double wrap links
- The link toolbar now always saves edits on blur / exit