diff --git a/CHANGELOG.md b/CHANGELOG.md index bd275a4..b3184a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +- **Link hover preview**: Hovering over a link in a rendered document now shows the target URL in the status bar + ## [1.1.0] - 2025-01-21 ### Added diff --git a/index.html b/index.html index 9bf9407..1a78fbc 100644 --- a/index.html +++ b/index.html @@ -132,6 +132,7 @@

Drop Markdown File Here