Skip to content

Commit 8b51019

Browse files
chore(main): release 0.17.2 (#47)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eb9ec95 commit 8b51019

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.17.2](https://github.com/koki-develop/Cork/compare/v0.17.1...v0.17.2) (2026-06-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **editor:** align shouldPreserveNewLines between import and export ([c68dada](https://github.com/koki-develop/Cork/commit/c68dadadc7e825dedfe54068b80ccb2c44151f1b))
9+
* **editor:** show floating toolbar on whitespace-only text selection ([9a18419](https://github.com/koki-develop/Cork/commit/9a184197a1b13bd1869dc014381a3da4d9912bb2))
10+
* preserve leading blank lines in task body through save/load round-trip ([8609842](https://github.com/koki-develop/Cork/commit/86098421209264f100da1293707b3e67fec1784c))
11+
* restore macOS traffic-light offset after AppKit relayouts ([eb9ec95](https://github.com/koki-develop/Cork/commit/eb9ec95348ddbc3ca24427c7f9d59b2508520452))
12+
313
## [0.17.1](https://github.com/koki-develop/Cork/compare/v0.17.0...v0.17.1) (2026-06-27)
414

515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cork",
3-
"version": "0.17.1",
3+
"version": "0.17.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)