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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.60.0"
".": "0.61.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ Entries below `Unreleased` are generated by
[release-please](https://github.com/googleapis/release-please) from
[Conventional Commit](https://www.conventionalcommits.org/) titles on `main`.

## [0.61.0](https://github.com/barakbl/nekudot/compare/v0.60.0...v0.61.0) (2026-07-17)


### Added

* **undo:** byte budget, meta-only eviction, compaction (PR11 part 1) ([#292](https://github.com/barakbl/nekudot/issues/292)) ([49ece00](https://github.com/barakbl/nekudot/commit/49ece0073f3db6d849b9f05c84d3825a800f09d0))
* **undo:** enable tile undo by default (PR12) ([#294](https://github.com/barakbl/nekudot/issues/294)) ([6a4c562](https://github.com/barakbl/nekudot/commit/6a4c562c6565b067562a6040fad3bbb1b7feb7e3))
* **undo:** quota recovery + one-time toast (PR11 part 2) ([#293](https://github.com/barakbl/nekudot/issues/293)) ([3480a46](https://github.com/barakbl/nekudot/commit/3480a46320b5642b2f239e6a49dfcd63348fd059))

## [0.60.0](https://github.com/barakbl/nekudot/compare/v0.59.0...v0.60.0) (2026-07-16)


Expand Down
15 changes: 15 additions & 0 deletions docs/updates/0.61.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
version: 0.61.0
date: 2026-07-17
title: 0.61.0 - give me a friendly title
image:
draft: true
---
<!-- Auto-drafted on release. Rewrite in an artist-friendly voice (lead with what
it lets you do), add highlights, optionally set an image, then flip draft to
false. Changelog hint: byte budget, meta-only eviction, compaction (PR11 part 1) -->

Describe what's new for artists here.

- Highlight one
- Highlight two
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nekudot",
"private": true,
"version": "0.60.0",
"version": "0.61.0",
"description": "A browser drawing tool with a memory - it keeps every point you draw and weaves faint threads between nearby ones, so a single gesture blooms into a web. Inspired by mrdoob's Harmony.",
"keywords": [
"generative-art",
Expand Down