# Changelog

## v1.1.1

**Release Date:** 15 June 2021

**New Features**

* Photo zoom on images and galleries (using [Lightense](https://sparanoid.com/work/lightense-images/))
* Search integration. Added two options:
  * [Programmable Search Engine by Google](https://programmablesearchengine.google.com/about/)
  * [GhostHunter](https://github.com/jamalneufeld/ghostHunter)
* Tags list view
* Posts archive view

**Improvements & Bug Fixes**

* Added lazy loading attribute on post feed images.
* Bug fix: Footer copyright notice layout broke when no secondary navigation was present.
* Typography fixes for bold text and code blocks

**Files Added**

* assets/built/jquery.ghosthunter.js
* assets/built/jquery.ghosthunter.js.map
* assets/built/lightense.min.js
* assets/built/lightense.min.js.map
* assets/js/jquery.ghosthunter.js
* assets/js/lightense.min.js
* assets/sass/layouts/\_posts-archive.scss
* assets/sass/layouts/\_tags-archive.scss
* assets/sass/modules/\_search.scss
* custom-posts-archive.hbs
* custom-tags.hbs
* partials/search.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/\_header.scss
* assets/sass/layouts/\_post.scss
* assets/sass/main.scss
* assets/sass/modules/\_code.scss
* assets/sass/modules/\_hamburger.scss
* default.hbs
* package.json
* partials/footer.hbs
* partials/header.hbs
* partials/post-card.hbs
* post.hbs

## v1.0.1

**Release Date:** 15 May 2021

**Updates**

* Updated attribution text ("Published with Ghost & Sapphire") in the footer.&#x20;

**Files Changed**

* partials/footer.hbs
* assets/sass/layouts/\_footer.scss

## v1.0.0

#### Release Date

1 May 2021

#### **Updates**

* Initial 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://docs.stylesheets.dev/sapphire/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.
