> For the complete documentation index, see [llms.txt](https://docs.stylesheets.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stylesheets.dev/ampersand/changelog.md).

# Changelog

## v1.1.1

**Release Date**: 14 Aug 2021

**Bug Fixes**&#x20;

* "Table of contents" link appearing at the bottom of TOC section.&#x20;

**Improvements**

* Option to add Linkedin share icon in the reading progress bar (To activate it, edit file `partials/progress-bar.hbs` and uncomment the LinkedIn section).

**Files Changed**

* assets/sass/base/\_variables.scss
* assets/sass/modules/\_progress-bar.scss
* custom-table-of-contents.hbs
* package.json
* partials/progress-bar.hbs

## v1.1.0

**Release Date:** 2 Aug 2021

**New Features**

* Added a custom template for post with [Table of Contents](https://docs.stylesheets.dev/ampersand#add-table-of-contents)
* Reading progress bar

**Improvements & Bug Fixes**

* Added post reading time on post feed
* Added post author, publish date, reading time on post header.&#x20;
* Included Linkedin, Instagram, Github, Dribbble, Youtube & Email icons in theme by default.&#x20;

**Files Added**

* assets/sass/layouts/\_custom-toc-post.scss
* assets/sass/modules/\_post-byline.scss
* assets/sass/modules/\_progress-bar.scss
* assets/sass/modules/\_toc.scss
* assets/sass/vendor/tocbot.css
* custom-table-of-contents.hbs
* partials/icons/dribbble.hbs
* partials/icons/github.hbs
* partials/icons/instagram.hbs
* partials/icons/youtube.hbs
* partials/progress-bar.hbs

**Files Changed**

* assets/built/main.css
* assets/built/main.css.map
* assets/built/main.js
* assets/built/main.js.map
* assets/js/main.js
* assets/sass/base/\_global.scss
* assets/sass/base/\_variables.scss
* assets/sass/layouts/\_post.scss
* assets/sass/main.scss
* assets/sass/modules/\_post-card.scss
* default.hbs
* package.json
* partials/post-card.hbs
* partials/social-media-icons.hbs
* post.hbs


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.stylesheets.dev/ampersand/changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
