# 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: 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://docs.stylesheets.dev/ampersand/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.
