From 9f0d77cb90d08b7606cdfc634ac607f29bdb392f Mon Sep 17 00:00:00 2001 From: Andreas Zecher Date: Fri, 10 Jul 2026 18:44:06 +0200 Subject: [PATCH] Bump version to 1.0.0.beta2 Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 12 ++++++++++++ lib/wavesync/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6fb021..fd1e1b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/lib/wavesync/version.rb b/lib/wavesync/version.rb index 5786f1a..6ca0f96 100644 --- a/lib/wavesync/version.rb +++ b/lib/wavesync/version.rb @@ -2,5 +2,5 @@ # rbs_inline: enabled module Wavesync - VERSION = '1.0.0.beta1' + VERSION = '1.0.0.beta2' end