## What's New in v1.0.0

- Implemented per-player visibility filtering for tiles, tokens, drawings, and notes.
- Added a description field to the module's manifest.
- Corrected the onChange signature for preview mode.
- Updated getSceneControlButtons for compatibility with Foundry v14 API.
- Fixed context menu issues related to document resolution from the sidebar.
- Set the correct GitHub repository URL and replaced MODULE_ID placeholder in configuration files.
- Resolved module ID dynamically to support development installations.

---

# 1.0.0 (2026-06-30)


### Bug Fixes

* **cms:** add description field to cms manifest ([138bf5d](https://github.com/FutureHax/selective-sight/commit/138bf5dc08002fd5b9ee9efd6fbf3ceeecbc1271))
* **config:** replace MODULE_ID placeholder in Taskfile ([dbf3a93](https://github.com/FutureHax/selective-sight/commit/dbf3a938fd6b38df2ba0c21caea49aaadb8ce215))
* **config:** set correct GitHub repository URL in package.json ([d81c246](https://github.com/FutureHax/selective-sight/commit/d81c2466f70233767aefa05c08b65b1dd3d7df3c))
* **context-menu:** capture doc from app in hook, not DOM in callback ([0be726d](https://github.com/FutureHax/selective-sight/commit/0be726d2d4721907c18e7177396d5601c7c0cc5c))
* **context-menu:** resolve doc at callback time for sidebar list items ([02549f4](https://github.com/FutureHax/selective-sight/commit/02549f48a9debf19301794d309310e3bc99ad4e3))
* **context-menu:** resolve doc via condition(HTMLElement) from sidebar ([f7afb59](https://github.com/FutureHax/selective-sight/commit/f7afb59a0ce0c1f61d8bcdb73dc7c62977936cd6))
* **flags:** resolve module ID dynamically to support -dev install ([e407e78](https://github.com/FutureHax/selective-sight/commit/e407e7834d44f5ad1f580b6bc3d3733070428e11))
* **preview-mode:** correct onChange signature to (event, active) ([6c95320](https://github.com/FutureHax/selective-sight/commit/6c95320c39d31794eb6fc80c6570fade6f0ad526))
* **preview-mode:** update getSceneControlButtons for Foundry v14 API ([21ecdbe](https://github.com/FutureHax/selective-sight/commit/21ecdbe43ac6e6a6d0aad4a4c21fc2ca27404a29))
* **readme:** add CI, doctor, Patreon tier, and license shields ([15210b2](https://github.com/FutureHax/selective-sight/commit/15210b2c9cc21f6075f3f884368ae46781021afc))
* **ui:** correct v14 HUD column selector and context menu doc resolution ([d5a3048](https://github.com/FutureHax/selective-sight/commit/d5a30489c4141a123237c75eee339a38d960e7cc))


### Features

* **core:** implement per-player visibility filtering for tiles, tokens, drawings, and notes ([327bfed](https://github.com/FutureHax/selective-sight/commit/327bfed35dbd63f7cbe8ff1e3a80e4a61bfc64dd))
* **init:** initial module implementation ([83f031a](https://github.com/FutureHax/selective-sight/commit/83f031a7bf724e515389f42ab17e41824eefb556))

# Changelog

All notable changes to this project will be documented in this file.

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

## [Unreleased]

### Added
- Initial module structure
- Semantic release configuration
- GitHub Actions CI/CD workflows
- Development tooling (ESLint, Vitest, Husky)
