Skip to content
Open
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.1.0"
".": "1.0.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.0.0](https://github.com/zenobi-us/opennotes/compare/v0.1.0...v1.0.0) (2026-01-30)


### ⚠ BREAKING CHANGES

* **memory:** Step 3 has been updated to reflect that release-please is already configured

### Features

* **docs:** add basic getting started guide for non-power users ([2ebe37c](https://github.com/zenobi-us/opennotes/commit/2ebe37cf617f9b1609c1600c58a5489bf676613c))
* implement pi-opennotes extension phase 2 ([c75c891](https://github.com/zenobi-us/opennotes/commit/c75c891340170535a10e377886f7b25048de7800))
* use "." as root when initializing in existing directories ([80e767a](https://github.com/zenobi-us/opennotes/commit/80e767ac484000c35811fe7d455df2c606472092))
* **view:** implement GROUP BY, DISTINCT, OFFSET, HAVING, aggregates, and template enhancements (task-3d477ab8) ([#16](https://github.com/zenobi-us/opennotes/issues/16)) ([bb83706](https://github.com/zenobi-us/opennotes/commit/bb8370667ee78608cec32b91e47acf7c243f3028))


### Documentation

* **memory:** update GitHub Actions CI/CD task with current repo state ([7c19e94](https://github.com/zenobi-us/opennotes/commit/7c19e941692e8e3833f0363f187320ab7daed41e))

## [0.1.0](https://github.com/zenobi-us/opennotes/compare/v0.0.3...v0.1.0) (2026-01-25)


Expand Down