> ## Content Index
> Fetch the complete content index at: https://ghost.org/changelog/llms.txt
> Use this file to discover other available public pages before exploring further.

# Ghost 0.7.8
- URL: https://ghost.org/changelog/ghost-0-7-8/
- Published: 2016-02-18T20:24:04.000Z
- Updated: 2021-01-11T01:30:31.000Z
- Author: Hannah Wolfe
- Tags: Releases, #devblog, #changelog, #ghost

[Ghost 0.7.8](https://github.com/TryGhost/Ghost/releases/tag/0.7.8?ref=ghost.org) is now available on GitHub, npm and Ghost.org. 0.7.8 is exactly the same as 0.7.7, but with a additional fix for a [bug with saving tags](https://github.com/TryGhost/Ghost/issues/6541?ref=ghost.org).

## Highlights

- **\[Fixed\]** Unable to add an existing tag to a new post

And from 0.7.7...

- **\[Fixed\]** Node v4 LTS support handles 4.3 and all future v4 LTS versions 🚀
- **\[Fixed\]** Settings cache cleared on import, so your blog will now look correct without needing a restart
- **\[Fixed\]** Various issues with navigation - the UI behaves better, and you'll no longer get ignored by `{{current}}` if you forget a trailing slash.
- **\[Fixed\]** API serving invalid status codes, which was a potential source of crashes 💥
- **\[New\]** The delete all content button now creates a backup file first... just in case 😉
- And much more...

You can see the [full change log](https://gist.github.com/ErisDS/aa1109b919b00ce19b12?ref=ghost.org) for the details of every change included in this release... or read the [0.7.7 change log](https://gist.github.com/ErisDS/7d19d20b6495a621a8e8?ref=ghost.org) instead 'cause it is way more interesting 😁.

## How to Upgrade

All Ghost(Pro) users are being **automatically updated** and will be running Ghost 0.7.8 shortly. You're welcome :)

For people running Ghost on their own servers, you can [download Ghost 0.7.8](https://ghost.org/docs/install/?ref=ghost.org) and then check out the [upgrade documentation](https://ghost.org/docs/update/?ref=ghost.org) over on our [support site](https://ghost.org/help/?ref=ghost.org).

**Note:** Having a correctly configured url in config.js is a hard requirement since 0.7.2\. If you get the error **Access Denied from url** whilst trying to login, please see the [configuration documentation](https://ghost.org/docs/config/?ref=ghost.org#url).

Enjoy!

## Credits

This release was speedily whipped up by Kevin Ansfield.