Changelog

Release notes from the repository root file CHANGELOG.md.

# Changelog

All notable changes to this project are documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0] — 2026-03-26

### Added

- **Help center** (`/help`) with in-app-oriented topics and jump links.
- **Glossary** (`/glossary`) of product terms.
- **User guide** as `docs/USER_GUIDE.md` and rendered page **`/user-guide`**.
- **Privacy & GDPR** (`/privacy`) and **Terms of service** (`/terms`) pages (template copy for self-hosted operators to customize).
- **Contact form** (`/contact`) with **`POST /api/v1/contact`**, persisting messages in **`SiteContactMessage`** (hashed client IP only; no raw IP stored).
- **Changelog** page **`/changelog`** sourced from this file.
- **Marketing layout** (shared nav/footer) for public documentation and legal pages.
- **In-app Help** link in the signed-in sidebar (desktop and mobile drawer) plus the existing floating **Help** assistant (FAQ matching, feature requests, bug reports via the same contact API).
- Landing **footer** links to Help, Privacy, Terms, Contact, and Changelog; **GDPR** callout strip above footer.

### Changed

- README now points non-developer readers to the user guide and help pages.
- Product version bumped to **1.2.0** (package and landing copy).

---

## [1.1.0] — earlier

- Skill marketplace, admin portal, GDPR self-service APIs, multi-format export, heritage editorial UI theme, and related tests. (See git history for detail.)

---

[1.2.0]: https://github.com/samibs/iznir/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/samibs/iznir/releases/tag/v1.1.0