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.0.0"
".": "1.0.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## 1.0.0 (2026-07-01)


### Features

* rework audio engine, simplify UI, add CI ([d3c88b5](https://github.com/wgd-modular/chambord/commit/d3c88b5726d20f5539bd95611d42c632e766eb0f))
* rework audio engine, simplify UI, add CI ([da60962](https://github.com/wgd-modular/chambord/commit/da6096227d832539272b47c49966bcbeb733e541))


### Bug Fixes

* Allow rotational channel selection ([18fcced](https://github.com/wgd-modular/chambord/commit/18fccedee60266fa6a5453aa082c8b1f41a5744f))
* corrected uf2 ([98e2633](https://github.com/wgd-modular/chambord/commit/98e2633e7d3a1c4cf471b4a8414e017b1c8b5e8f))
* get all the basics running ([564b5db](https://github.com/wgd-modular/chambord/commit/564b5db0c58d85b13a0e121b2e7f20b510d59753))
* move DAC writes to 48khz timer and only do sample generation on request when dac has been writtern. ([0ea6d1c](https://github.com/wgd-modular/chambord/commit/0ea6d1c6be09060b37d975405fbccce7a9ee2cff))
* move encoder processing and remove contention on leds to remove noise ([00241a3](https://github.com/wgd-modular/chambord/commit/00241a3001df9c9cd52b4fd3415baddb6ffa9bd3))
* move jack in led signal to timer. cv also on slow timer. ([21f0c8b](https://github.com/wgd-modular/chambord/commit/21f0c8b7639766c76f8883b62c31836081725064))
* new uf2 with latest timer code ([514b767](https://github.com/wgd-modular/chambord/commit/514b7678cf0143d4c2cfdfc8f3cfe787f7a16f79))
* remove core idling since it can crash. ([1852d89](https://github.com/wgd-modular/chambord/commit/1852d89e810b191ad4a3e83d04a00b6cf68b015c))
* set to 44100 kHz for pitch correct play, up buffer lengths ([c2309d1](https://github.com/wgd-modular/chambord/commit/c2309d1a34663f6960478cda913241d967c42cab))