## What's New in v1.0.3

- Added support for standby and incompatible adapters to improve functionality.

---

## [1.0.3](https://github.com/FutureHax/foundry-hiscores/compare/v1.0.2...v1.0.3) (2026-09-24)


### Bug Fixes

* **status:** support standby and incompatible adapters ([#9](https://github.com/FutureHax/foundry-hiscores/issues/9)) ([e173dd5](https://github.com/FutureHax/foundry-hiscores/commit/e173dd5d2a899fd8fab667fd965aa9027bea6391))

## What's New in v1.0.2

- Fixed an issue where events from worlds served outside a secure context were not delivered properly.

---

## [1.0.2](https://github.com/FutureHax/foundry-hiscores/compare/v1.0.1...v1.0.2) (2026-09-24)


### Bug Fixes

* **delivery:** deliver events from worlds served outside a secure context ([#8](https://github.com/FutureHax/foundry-hiscores/issues/8)) ([9a6a48c](https://github.com/FutureHax/foundry-hiscores/commit/9a6a48ca4917c9a30dc8ec942b222adc18ecc52d))

## What's New in v1.0.1

- Aligned metadata with the published version for consistency.

---

## [1.0.1](https://github.com/FutureHax/foundry-hiscores/compare/v1.0.0...v1.0.1) (2026-09-24)


### Bug Fixes

* **release:** align metadata with published version ([b543444](https://github.com/FutureHax/foundry-hiscores/commit/b5434444589847f7903d20844eaaa525ef444935))

## What's New in v1.0.0

- Introduced an in-game help journal for user guidance.
- Implemented the Foundry Hiscores module, allowing for the management of player records and achievements.
- Added functionality to publish submitted hiscore identities for tracking player data.
- Launched a prototype for a precision motion system to improve character movement.
- Integrated the ability to submit stable player records for better game continuity.
- Enhanced event handling by consuming "Oh You Dead" evidence for gameplay objectives.
- Included an in-game help guide in the journal section for easier navigation and assistance.

---

# 1.0.0 (2026-09-23)


### Bug Fixes

* **dev:** require oh-you-dead-dev in module-dev.json ([#3](https://github.com/FutureHax/foundry-hiscores/issues/3)) ([6cdc1ea](https://github.com/FutureHax/foundry-hiscores/commit/6cdc1eae3c327e3a326cf5c55ba97731c4280b47))


### Features

* add in-game help journal ([ba01d76](https://github.com/FutureHax/foundry-hiscores/commit/ba01d764dea54afcf8ec56aa066932c38e90dead))
* **core:** implement Foundry Hiscores module ([412c416](https://github.com/FutureHax/foundry-hiscores/commit/412c416e9e401b14eea35aca643ab3ddb08b6dc1))
* **core:** publish submitted hiscore identities ([7641b0c](https://github.com/FutureHax/foundry-hiscores/commit/7641b0c898d5961a65d758a41c4a4800d3cac472))
* **design:** prototype precision motion system ([34630c2](https://github.com/FutureHax/foundry-hiscores/commit/34630c2df53ab3c4d45c6ad6541061f7d59d24e2))
* **events:** consume Oh You Dead evidence ([3d07956](https://github.com/FutureHax/foundry-hiscores/commit/3d0795658467e2cb6304085cfb2e6932c3079e33))
* **identity:** submit stable player records ([d990239](https://github.com/FutureHax/foundry-hiscores/commit/d990239a175e77ea4bd849f9f8d9e5c06886c443))
* **integration:** add simulated Foundry harness ([8cfa99b](https://github.com/FutureHax/foundry-hiscores/commit/8cfa99b2285ae076f52552d423253fcaaace8960))
* **journals:** include in-game help guide ([87ae0f2](https://github.com/FutureHax/foundry-hiscores/commit/87ae0f2e69c13b5285246cf7fe3bd413fbe4071f))

# 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)

## [1.0.0] - 2026-09-23

### Breaking

- Foundry Hiscores now requires Oh You Dead! 1.1.0 or newer.
- Death and kill evidence is consumed from `oh-you-dead.death` and `oh-you-dead.attribution`; adapter-provided death/kill observations are ignored at the core boundary.
- Foundry Hiscores remains telemetry-only and does not contribute combat chat UI.
