Skip to content

Commit cf59abf

Browse files
github-actions[bot]chmanie
authored andcommitted
chore: release develop
1 parent bcbf044 commit cf59abf

File tree

6 files changed

+32
-5
lines changed

6 files changed

+32
-5
lines changed

.release-please-manifest.beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"faderpunk": "1.5.0-beta",
3-
"configurator": "1.6.0-beta"
2+
"faderpunk": "1.5.0-beta.1",
3+
"configurator": "1.6.0-beta.1"
44
}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configurator/.changelog-beta-configurator.md

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

3+
## [1.6.0-beta.1](https://github.com/ATOVproject/faderpunk/compare/configurator-v1.6.0-beta...configurator-v1.6.0-beta.1) (2025-11-14)
4+
5+
6+
### Features
7+
8+
* add possibility to save and recall app layouts & params ([e724ac0](https://github.com/ATOVproject/faderpunk/commit/e724ac087893a3beb53ea4e4f39449dbb238ea68))
9+
10+
11+
### Bug Fixes
12+
13+
* **manual:** fix some typo ([e60559b](https://github.com/ATOVproject/faderpunk/commit/e60559b2d4f5d8340c32970aa2e97fb19135f43f))
14+
315
## [1.6.0-beta](https://github.com/ATOVproject/faderpunk/compare/configurator-v1.5.4...configurator-v1.6.0-beta) (2025-11-08)
416

517

configurator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "configurator",
33
"private": true,
4-
"version": "1.6.0-beta",
4+
"version": "1.6.0-beta.1",
55
"license": "GPL-3.0",
66
"description": "Web configurator for Faderpunk",
77
"scripts": {

faderpunk/.changelog-beta-faderpunk.md

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

3+
## [1.5.0-beta.1](https://github.com/ATOVproject/faderpunk/compare/faderpunk-v1.5.0-beta...faderpunk-v1.5.0-beta.1) (2025-11-14)
4+
5+
6+
### Features
7+
8+
* add possibility to save and recall app layouts & params ([e724ac0](https://github.com/ATOVproject/faderpunk/commit/e724ac087893a3beb53ea4e4f39449dbb238ea68))
9+
* **clock:** start with running clock & save clock state ([bcbf044](https://github.com/ATOVproject/faderpunk/commit/bcbf044a754e9903d7a8b45fdaa2a9061b8f4b69))
10+
11+
12+
### Bug Fixes
13+
14+
* **apps:** clean up latch layer antipattern ([e2afe6a](https://github.com/ATOVproject/faderpunk/commit/e2afe6a297565231ddafcdd67e5bd070a26a2875))
15+
* **panner:** fix crash when pressing button 2 and moving fader 1 ([e674d84](https://github.com/ATOVproject/faderpunk/commit/e674d84861ccd9e850a4322b4de8f7b782b2504b))
16+
* **panner:** make LED color more consistent ([be56867](https://github.com/ATOVproject/faderpunk/commit/be56867e8ed34846f2e3b082e3ba3334c7fbcbcd))
17+
318
## [1.5.0-beta](https://github.com/ATOVproject/faderpunk/compare/faderpunk-v1.4.0...faderpunk-v1.5.0-beta) (2025-11-08)
419

520

faderpunk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "faderpunk"
3-
version = "1.5.0-beta"
3+
version = "1.5.0-beta.1"
44
edition = "2021"
55
license = "GPL-3.0"
66

0 commit comments

Comments
 (0)