# Changelog

#### v1.0.14 · December 20, 2025

* Fixed a minor issue with the theme switcher
* Various accessibility optimizations

#### v1.0.13 · November 29, 2025

* Fixed scrolling issue with Table of Contents (TOC)

#### v1.0.12 · April 28, 2025

* Added support for social accounts on Ghost's staff profiles (requires Ghost v5.118+)

#### v1.0.11 · March 30, 2025

* Fixed issues with the [Authors](https://demo.thefinebits.com/authors/) page
* Minor improvements to the theme's typography

#### v1.0.10 · February 15, 2025

* Fixed table styling to better match the theme

#### v1.0.9 · January 25, 2025

* Added support for showing a [Table of Contents](/finebits/theme-settings/site-wide.md#table-of-contents) in posts ✨
* Fixed minor font size rendering issues
* Fixed spacing issue in the next/previous articles displayed at the end of each post

#### v1.0.8 · January 4, 2025

* Added support for Bluesky links in the footer

#### v1.0.7 · December 19, 2024

* Revamped the layout of the [Portfolio template](https://demo.thefinebits.com/portfolio/) ✨

#### v1.0.6 · December 7, 2024

* Added support for [Ghost's Custom Fonts](https://ghost.org/tutorials/email/ad58caee-4c78-4241-9a24-5dd2bd90753c/) ✨
* Fixed a couple of minor font issues

#### v1.0.5 · October 13, 2024

* Added custom error page
* Fixed color issues with cards displayed in the dark theme
* Fixed styling issues on the sign-up cards
* Fixed missing dividers in the dark theme

#### v1.0.4 · August 31, 2024

* Added support for more social media links in the theme's footer

#### v1.0.3 · August 30, 2024

* Fixed several color issues and started using Ghost's accent color throughout the theme

#### v1.0.2 · May 26, 2024

* New [dark theme](/finebits/theme-settings/dark-theme.md) ✨
* Fixed various color issues throughout the theme
* Updated social media iconography

#### v1.0.1 · April 24, 2024

* Fixed the issue with toggles not displaying their content correctly on Safari

#### v1.0.0 · April 14, 2024

* First release! 🚀


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://thefinebits.gitbook.io/finebits/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
