Skip to content

Commit 2bc47fa

Browse files
authored
Merge pull request #234 from bocan/release-please--branches--main
chore(main): release 1.0.1
2 parents 9ff1aea + c60ed7a commit 2bc47fa

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to Bòcan are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.1](https://github.com/bocan/bocan-music/compare/v1.0.0...v1.0.1) (2026-05-15)
9+
10+
11+
### ### Fixed
12+
13+
* **ui:** debounce FSEvents watcher reloads to prevent cascade ([8563099](https://github.com/bocan/bocan-music/commit/8563099c21bcf19143a59ab0ad283e805b698ca9))
14+
* **ui:** pre-mark year as edited when file stores a full date string ([b0f14db](https://github.com/bocan/bocan-music/commit/b0f14db0dd299cae6ab81e0aa811ac517a273a3c))
15+
* **ui:** reduce spectrum bars top padding from 12 to 4 points ([74bce4c](https://github.com/bocan/bocan-music/commit/74bce4cd94ce4302c88818194432be4fce9d6a9c))
16+
817
## [1.0.0](https://github.com/bocan/bocan-music/compare/v0.12.0...v1.0.0) (2026-05-13)
918

1019

Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.0.0</string><!-- x-release-please-version -->
22+
<string>1.0.1</string><!-- x-release-please-version -->
2323
<key>CFBundleVersion</key>
2424
<string>$(CURRENT_PROJECT_VERSION)</string>
2525
<key>LSApplicationCategoryType</key>

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

0 commit comments

Comments
 (0)