October 7th, 2020 | Minor
This small release fixes an error preventing adding new array items in the front matter and YAML editor in some configurations.
Fixes:
- Fixed adding new array items in YAML in some configurations
- Fixed some validation error messages not appearing next to form inputs on save
- Moved split screen toggle to not obscure YAML in some cases
- Fixed a potential issue causing the editor to remain on the "Finalising Changes" step
October 6th, 2020 | Minor
This release enables multiple config files for builds, access to compiled CSS on the editor and general bug fixes.
Features:
- Enabled option for multiple config files for the build configuration.
- Ability to use compiled CSS files for the
_options.styles
toolbar selector.
- Added session timeout validations and alerts.
Fixes:
- Fixed cursor focus when creating a new file in the file browser.
- Fixed CSV parser breaking on content editor for
_time
fields with incorrect values.
- Fixed country class not being added for some pages with Geolocation enabled.
- Fixed a bug where an errored pre-build script would not fail the build.
- Fixed spam filtering for form submission.
October 1st, 2020 | Minor
This release aims to provide general bug fixes and some added features.
Features:
- You can now choose the build step that syncs with your output storage provider.
- New 'Copy Formatting' option for editing rich text.
- Preview text on front-matter editor objects.
Fixes:
- Fixed issue with site names containing special characters.
- Titles for editor link modals will no longer fall back to using the index of that object.
- Fixed issue with GitLab Pull Requests not merging.
- Fixed incorrect file count on publishing screen for sites connected to a Bitbucket repository.
- Toggling table headers now correctly adds to the top of the table.
September 25th, 2020 | Major
This release introduces a number of new DNS record types to add, as well as improving the interface to add and manage them. A number of other features and fixes are also included.
Features:
- Increased DNS record types available
- Improved DNS interface
- Non alphanumeric characters are now supported in site names
Fixes:
- Fixed
yarn.lock
file browser icon showing as Ruby
- Fixed small potential for a build to not be retried when failed expectedly
- Fixed issue loading editor with empty collection metadata
- Fixed some cases where the rebuild your site prompt would occur in a loop
- Fixed issue not preserving filename-based date when editing old posts
September 22nd, 2020 | Major
This release builds on the navigation parts of the app, bringing in a huge number of improvements to the editing experience and reducing many tested and identified sources of confusion. A number of additional general features and fixes and also available.
Features:
- New and improved user interface
- Increased maximum build time from five minutes to nine minutes
- Build messages can now be closed
- Updated list of available material icons for collection icons
- Updated build plugin to create build-time version of site config rather than
_config.yml
directly
- Clone action for array item inputs
Fixes:
- Fixed load order issue where baseurl would not display in header
- Consolidated audio and video mime types for uploads
- Fixed an edge case with links causing the save button to stay disabled
- Fixed mark as spam issue with form submissions
- Error message for symbols in a site name displayed correctly
- Category folder posts and drafts now correctly use default
_add_options
- Fixed issue preventing some billing reminder emails from sending
- Lowered rate limit on sign up verification code
- Fixed actions in link input being unresponsive in some cases
- Fixed the front matter editor not being accessible for posts in the visual editor in some configurations
September 9th, 2020 | Minor
This release provides a new and improved view for the build chain, extra build configurations and a few minor fixes. During this release a migration caused downtime between 10:30am and 1pm NZT. We have resolved the issues and service has returned to normal.
Features:
- New and improved build chain interface.
- Added configuration to skip form encryption on post processing.
- Showing thumbnails for SVGs on file browser.
Fixes:
- Fixed issue not recording recent activities.
- Optimised build output uploads.
- Fixed timezone inconsistency on build schedule setup.
- Fixed SSL Validation when transferring sites.
- Fixed URL issues when uploading images to front matter inputs.
- Fixed issue with inbox filters.
- Showing full message on inbox errors.
- Fixed issue with Git Provider webhook limits.
August 20th, 2020 | Minor
This release fixes some issues to do with DNS zones, and adds the ability for a user to recreate missing DNS zones. Also included are numerous other bug fixes.
Features:
- Added a button in DNS settings to recreate missing DNS zones.
Fixes:
- Improved first-build times for new sites
- Fixed an issue where JEKYLL_ENV was not being set
- Fixed an issue with SAML authentication
- Fixed site icon sometimes not updating
- Scheduled builds should now be working correctly
- Fixed some issues with Dropbox syncing
- Fixed an issue when migrating from Route53 to Cloudflare
August 12th, 2020 | Minor
This release fixes a couple issues found in the latest compiler release.
Fixes:
JEKYLL_ENV
is now correctly exported
- Legacy builds are working again
Errored sites will need to be rebuilt by making a small change. It is highly recommended to move off the legacy image. Ensure that the checkbox "Enable Ruby versions and non-legacy building" is ticked in your site settings.
August 11th, 2020 | Minor
This release fixes a number of issues across all systems. Builds will be faster and more reliable.
Features:
- Allow Cloudflare Proxy websites to use Full (strict) SSL encryption mode
- Allow Cloudflare Proxy websites to have a custom SSL uploaded.
- Site activity added to reports on a merge
Fixes:
- Fixed formatting for some syncing logs.
- Fixed URL to update Authentication settings misconfigured.
- Remove access to files served under "_cloudcannon" folder.
- Fixed issue not deleting files removed from the output syncing.
- Fixed an issue where pages get stuck on "Building site" when loading the Visual Editor, despite site not currently building
- Fixed bundle cache not caching
- Fixed URL previews in front matter editor showing "visual editor" and nothing else
- Fixed large image previews in editor not loading
- Prevented Client editor showing branding on the basic plan
- Removed deprecated command line option of --path on bundle installs
- Fixed domains from showing "Can't find nameservers"
- Blocking users from selecting white as the brand color due to visibility issues
- Fixed Visual Editor for an HTML file with no front matter
- Preventing "Use Existing Image" linking to an image in _site, which causes a broken link on the site
July 29th, 2020 | Minor
This release restructures our visual editor to work better with strict cookie environments. Also included are a number of bug fixes to do with saving and browsing the editor.
Fixes:
- Fixed various authentication issues to do with cookies.
- Fixed an authentication issue with the editor in Safari.
- Fixed broken explore and editor views for some sites.
- Fixed an instance causing sites to disconnect with git provider.
- Fixed a bug causing changes not save in some cases.
- Cleaned up some UI behaviour when editing site settings.
- Clean up of some console errors.
- Fixed broken project views for some collaborators
- Fixed an issue with i18n deployment.