October 13th, 2020 | Minor
This small release fixes an error when adding a domain to a site.
Fixes:
- Fixed the domain add form erroring on add
- Fixed some rare cases where actions could fail after being logged in for an extended period
October 9th, 2020 | Minor
This small release fixes an error showing a message to refresh in cases where you may not have to.
Fixes:
- Fixed refresh message appearing unnecessarily
- Fixed a check for non-text values in
_comments
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.