Skip to content

Commit acc2aaf

Browse files
chore(main): release 0.6.0 (#15)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 900dab0 commit acc2aaf

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.6.0](https://github.com/koki-develop/Cork/compare/v0.5.1...v0.6.0) (2026-06-12)
4+
5+
6+
### Features
7+
8+
* **ui:** add clear-formatting button to floating toolbar ([900dab0](https://github.com/koki-develop/Cork/commit/900dab0eca4e30561c37d389765d5c74cb24b39f))
9+
* **ui:** auto-link bare URLs in task body editor ([b38f2dd](https://github.com/koki-develop/Cork/commit/b38f2dd7fc5bba989b403a824359c737179606ab))
10+
* **ui:** distinguish code blocks and tame highlights in task body editor ([bb44a8a](https://github.com/koki-develop/Cork/commit/bb44a8afde9a72d2dfbb664150d0aefa4c57b684))
11+
* **ui:** make task body editor links editable via hover panel ([78f9ec7](https://github.com/koki-develop/Cork/commit/78f9ec7d0862bb17d893c8b180e4af389da7d771))
12+
13+
14+
### Bug Fixes
15+
16+
* clarify in MCP instructions that tasks are updated by editing files directly ([aa64d7b](https://github.com/koki-develop/Cork/commit/aa64d7be97c53448f3afdf393993054883f1a209))
17+
* scope sample mcp.json to current window only ([37b85b6](https://github.com/koki-develop/Cork/commit/37b85b6a4ecaa92c38b1fa3412140316c63f7114))
18+
* **ui:** make modal panel fully opaque and drop its backdrop blur ([e971c54](https://github.com/koki-develop/Cork/commit/e971c540ef9cd6462c872ade164cd04679656d04))
19+
* **ui:** remove redundant "New Task" heading from create dialog ([cda1411](https://github.com/koki-develop/Cork/commit/cda1411c74c3278b8834e30c85bee735e232471d))
20+
321
## [0.5.1](https://github.com/koki-develop/Cork/compare/v0.5.0...v0.5.1) (2026-06-12)
422

523

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.5.1",
3+
"version": "0.6.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)