Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ it. Update the reference links at the bottom.

## [Unreleased]

Everything below is queued for v0.1.0 — the first public
release. Until the tag is cut, this section is the canonical
description of what scroll ships today.
## [0.1.0] - 2026-04-25

First public release.

### Added

Expand Down Expand Up @@ -137,3 +137,4 @@ description of what scroll ships today.
`github-actions`.

[Unreleased]: https://github.com/rynobey/scroll/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/rynobey/scroll/releases/tag/v0.1.0
5 changes: 5 additions & 0 deletions nvim/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This file records changes to the plugin's Lua surface only.

## [Unreleased]

## [0.1.0] - 2026-04-25

First public release. Versioned in lock-step with the binary.

### Added

- Floating-window markdown preview (`require('scroll').preview()`)
Expand All @@ -25,3 +29,4 @@ This file records changes to the plugin's Lua surface only.
scroll config path via `setup({ preview = { ... } })`.

[Unreleased]: https://github.com/rynobey/scroll/commits/main/nvim
[0.1.0]: https://github.com/rynobey/scroll/releases/tag/v0.1.0
Loading