Skip to content

Commit d1f9a73

Browse files
0.2.7-beta
1 parent c0f0f3e commit d1f9a73

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
88

99
### Added
1010

11+
### Changed
12+
13+
### Fixed
14+
15+
### Removed
16+
17+
## [0.2.7-beta] - 2025-01-18
18+
19+
### Added
20+
1121
- `transcribe`: New `@metadata` argument to include _llll_ data when exporting as `llll` files.
1222
- OSC: send/receive OSC messages to communicate with `bellplay~ plugin` VSCode extension.
1323
- `scoreconfig`: New `@showdynamics` argument.

data/__bellplay__.bell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BP_VERSION = "v0.2.6-beta";
1+
BP_VERSION = "v0.2.7-beta";
22
BP_SUPPORTED_AUDIO_FORMATS = ".wav" ".aif" ".aiff" ".mp3";
33
BP_DATABASE_OUTPUT = null;
44
BP_TREE_NORM = null;

0 commit comments

Comments
 (0)