Twitter integration updates
 

Fix

 

Update

  

We updated our Twitter integration to address the recent breaking changes in the Twitter API:

  • This update requires all Twitter accounts to be connected again - this can be done in your account's Settings -> Integrations tab.

  • Twitter API is no longer free and brings on new limits, which is why the integration feature is now only available in the Pro plan.

New Twitter API is not free from glitches, but we are closely monitoring the situation.


Wed, 14 Jun 2023, 9:00 am


Twitter integration fix
 

Fix

  

Connecting a Twitter account to Headway stopped working, causing an infinite loop on Twitter's sign-in page. We pushed out a fix, and everything should be working again 🙌


Thu, 23 Feb 2023, 11:30 am


Multiple categories
 

New

  

Now you can legally put all your recent updates in a single entry! Multiple categories feature allows you to separate different updates with category labels directly in the content of your update.

Use the categories dropdown in the editor to add another category to your markdown:

This update triggered some noticeable changes in the changelog view, which is still a work in progress. Your feedback is always welcome 😊


Thu, 13 May 2021, 7:00 pm


Markdown buttons ⌨️
 

New

  

Our editor is now equipped in new markdown buttons that make it easy to start working with Markdown language.

Hover over a button to see a tooltip with an example of the formatting, click to apply, and again to remove it. Repeat and you will master Markdown in no time 😎


Thu, 16 Jul 2020, 5:07 pm


Colourful categories update 🌈
 

Improvement

  

Have you already noticed our new color picker in your account's settings? Now you can use it to change the color of your categories as well!

We will automatically apply a darker label for brighter backgrounds,


Tue, 19 Nov 2019, 8:00 pm


Loom videos support!
 

New

  

We added support for embedding Loom videos!

All supported videos are now automatically embedded, so you can simply paste a link like this:

https://www.loom.com/share/d90264426d4848be9c8112fd51841336

to turn it into this:

Wed, 30 Oct 2019, 7:00 pm


Automatic video emebedding 📽️
 

Improvement

  

Easier way to add a video - simply paste a link to one of our supported providers (YouTube, Vimeo, or Wistia) and it will be automatically embedded in your changelog 🙂

Try it out:

Our documentation has some more details.


Tue, 29 Oct 2019, 8:30 pm


Incorrect order in the widget
 

Fix

  

For around one hour today, our widgets started showing entries in reversed order (oldest entries first). This bug is no longer with us 🤓


Thu, 25 Jul 2019, 8:39 pm


Summer UX improvements in settings panel
 

New

  

We've updated our settings with a bunch of gentle UX improvements.

A groundwork for some upcoming product updates 😎


Mon, 17 Jun 2019, 1:00 pm


Wistia videos support
 

New

  

Wistia is joining the list of supported video platforms. To add your Wistia video, simply copy its url from the browser and wrap it in a video markdown to turn this:

![Wistia is for Marketing](https://wistia.com/medias/ve7pzy0d3y)

into this:


Thu, 14 Mar 2019, 3:00 pm


Empty emails
 

Fix

  

Today our application sent a few empty emails. We fixed the issue and re-sent all affected messages 🙌


Thu, 3 Jan 2019, 11:56 am


Google Sign-In
 

New

  

You can now log into Headway with any Google account, and we highly recommend it. Not only it's one less password to remember, but Google offers an extra level of security with two-factor authentication options.

To connect your Google account, simply navigate to Settings -> Profile and select how you want to log into your account.


Wed, 14 Nov 2018, 8:30 pm


Delay in publishing changelogs
 

Fix

  

Some scheduled changelogs, tweets, and slack messages queued up this weekend and were not published on time. We fixed the issue and all delayed publications should be out 😇


Mon, 15 Oct 2018, 8:00 pm


Changing the author
 

Improvement

  

Now you can select which member of your team will be displayed as the author on your public page.


Mon, 2 Jul 2018, 11:30 pm


Authors visibility switch
 

New

  

We added a new setting allowing you to control whether authors should be visible on your public changelog page.

You can find it in Settings -> Public page.


Mon, 2 Jul 2018, 11:02 pm


Changelogs favicons
 

Improvement

  

We automated generating favicons for all of our changelogs. If your changelog doesn't have a logo yet, be sure to upload one in Settings-> Account. Favicon will appear within seconds!


Thu, 5 Apr 2018, 1:02 pm


Mailto links fix
 

Fix

  

A bug in the editor caused mailto links to stop working. We fixed the issue and all affected changelogs.

Working mailto link 😎


Wed, 4 Apr 2018, 3:14 am


Externally triggering widget popover
 

Improvement

  

Until today you could only trigger the widget popover only by clicking on the badge, but sometimes it makes sense to toggle the popover from an external link, say like we do above, with the Release notes link.

Getting it implemented is really simple, just add the trigger option to the widget config, the value can be any selector (for example, .widgetTrigger or #toggle-headway-widget).

The full config would look like this:

let HW_config = {
  account: "...",
  selector: "...",
  trigger: ".externalTrigger"
}

For more configuration options see our widget documentation.


Wed, 18 Oct 2017, 7:27 pm


Scheduled publishing
 

New

  

Pretty self-explanatory – just pick a date in the future, publish the post and we'll handle the rest!

The feature is available for PRO accounts.


Mon, 4 Sep 2017, 8:30 pm


SSL certificates for all custom domains 🔐
 

Improvement

  

This year we started periodically generating SSL certificates for all custom domains. We want security and privacy to be important features of Headway.

Now we are happy to announce that the process has been fully automated and within minutes new custom domains start serving traffic over secure https protocol.

Check out our updated documentation to see how you can configure your own custom domain.


Tue, 29 Aug 2017, 5:00 pm