···55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7788+## [0.16.1] — 2026-03-31
99+1010+### Added
1111+- PDF export for sheets via html2pdf.js (Export PDF button in toolbar dropdown) (#269)
1212+- E2E tests for complex docs editing and sheets print (#270)
1313+1414+### Fixed
1515+- Sheets print off-by-one: last row and column no longer excluded from print output (#251)
1616+1717+### Removed
1818+- Dead virtual-scroll module and associated types/tests (#240)
1919+820## [0.16.0] — 2026-03-31
9211022### Added