Release 20170519
New Features
- Complete redesign of how multiple teams are handled inside the app. We now prepend
/team/{team-name} to give focus to a specific team. There is now a team selector in the user menu.
- Add a redirect to requested page after login.
- Rename
Commit to Save in the editor.
Bug Fixes
- Update to latest version of Cookie Consent to fix the register page crashing when UBlock Origin is installed.
Release 20170427
New Features
- Custom domains! Medium and Large teams can now set up a custom domain to host their documentation on.
- Added a Markdown Guide in the Topic Editor Toolbar.
- Allow pasting of images directly into the Topic Editor, this will trigger the Upload Media Modal.
Bug Fixes
- Fixed keyboard shortcuts in the Topic Editor.
Release 20170418
New Features
- All teams now publish under a subdomain of
publishing-name.corilla.io. To assist with this feature all publishing names have been changed to lowercase, and we now allow hyphens in publishing names.
Other
- Redesign of the login, sign up, and forgot password pages to fit in with the new design of the website.
Release 20170322
New Features
- Private Publishing! Collections are now private by default. Great for internal documentation.
- Added sorting on search screens.
Other
- Removed "Reviews" workflow for the time being.
Release 20170216
New Features
- Added a
description field on Collections in place of the product field.
- Added search on Collections page
- Added search on Media page
- Added Archive filters for Collections and Media
- Default Archive filter to
Active and remove All Items
Bug fixes
- Fixed width of search bar
- Added trimming of long titles for Collections and Topics
API Changes
- Changed Media uploads to use a protocol-less url. This avoids content issues when displaying over https.
- Added search to collections and media
- Improved search
Release 20170205 - Soft Launch!
Bug Fixes
- Fixed an issue where team status might be null
- Fixed an issue where the background would not display correctly when a modal was open
- Fixed display issue with input hints
- Display error message if an error occurs while trying to publish
Other
- Auto fill the publishing name when creating a new team
- Added links to manage teams page on notification messages
- Updated text for trial expiry notification
- Display pricing for different plans
- Display message on team page if the team is disabled
- Changed
Create my Account button on sign up to Start my Trial
- Remove buttons to
Preview / Publish / Review / Export when the collection is empty
API Changes
- Persist trial expiry date
- End team trial when adding a credit card
- Allow coupon to be updated on a team
- Add trigger for trial expiry email
- Fix generic exceptions to report correctly
- Pre-commit Welcome Topic
- Add validation on team publishing name
- Prevent disabled teams from being able to publish
- Turn on creating customers in Stripe
Release 20170127
New Features
- Added ability to archive collections (filtering archived collections coming soon...)
- New Styles for Published docs (yay!)
API Changes
- Added description field for collections
Release 20170119
New Features
- Added spellchecking to the editor. Currently only en_US. Can be disabled in the settings menu
- Added team email address, defaults to the email address of the creator of the team. Can be changed by team admins
- Added a back button on the Review page
- Added the ability to filter topics based on archived status
- Added a notification bar for notifications
- Made the ellipses icon on the topic card reveal hidden actions. Currently only archive/unarchive
- Removed ellipses icon from topic cards on the Collection page
Other
- Added links to Terms and Conditions and Privacy Policy on sign up forms
- Added sentry for client side error reporting
- Renamed un-archive to archive
API Changes
- Added integration test framework
- Updated dependencies
- Add findbugs to build process
- Add pmd to build process
- Fix bug with isArchived not returning correctly on a GET /topics call
- Add functionality to archive collections
- Add functionality to search for archived / unarchived collections
Release 20161216
New Features
Release 20161205
New Features
- Export topics in a Collection
- Image upload button in the Editor Toolbar
Other
- Refresh the look of the teams page
- Add plan selection on new team page
Release 20161118
New Features
- Added Export option on the Topics page. This feature will export all topics (or the topics listed from a search) as raw markdown files.
- Added a toolbar to the editor with some basic formatting options and keyboard shortcuts.
- If a team has a discount display this for Admin user's on the team page.
- Added a cookie consent notification for countries that require it. This will only trigger on the register page.
Bug Fixes
- Added a message on the Collection Details page for when the Collection has not yet been published.
- Fixed an issue with dropdown menus re-opening when clicking on the menu button while menu is open.