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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.0.0.beta2 - 2026-07-10

- Read and write the iTunes tmpo atom for M4A BPM ([#74](https://github.com/pixelate/wavesync/pull/74))
- Rescue all SystemCallError in safe copy paths ([#73](https://github.com/pixelate/wavesync/pull/73))
- Connect unused RhythmDescriptors sources in EssentiaBpmDetector ([#72](https://github.com/pixelate/wavesync/pull/72))
- Transliterate umlauts in TP-7 paths ([#71](https://github.com/pixelate/wavesync/pull/71))
- Allow analyze to target a single file or folder ([#70](https://github.com/pixelate/wavesync/pull/70))
- Read TP-7 loop markers from device and show in setlist player ([#69](https://github.com/pixelate/wavesync/pull/69))
- Log per-bucket timing breakdown after each sync ([#68](https://github.com/pixelate/wavesync/pull/68))
- Simplify install instructions and move TP-7 sync notes ([#67](https://github.com/pixelate/wavesync/pull/67))
- Remove taglib install step from README ([#66](https://github.com/pixelate/wavesync/pull/66))

## 1.0.0.beta1 - 2026-05-14

- Uppercase folder and file names when syncing to TP-7 ([#64](https://github.com/pixelate/wavesync/pull/64))
Expand Down
2 changes: 1 addition & 1 deletion lib/wavesync/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# rbs_inline: enabled

module Wavesync
VERSION = '1.0.0.beta1'
VERSION = '1.0.0.beta2'
end
Loading