Skip to content

Commit 68b8aa8

Browse files
authored
Merge pull request #238 from bocan/release-please--branches--main
chore(main): release 1.3.0
2 parents 46525c4 + 211576c commit 68b8aa8

4 files changed

Lines changed: 23 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.2.1"
2+
".": "1.3.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ 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.3.0](https://github.com/bocan/bocan-music/compare/v1.2.1...v1.3.0) (2026-05-21)
9+
10+
11+
### ### Added
12+
13+
* **ui:** add visualizer mini-player mode and toolbar pane toggles ([02facaa](https://github.com/bocan/bocan-music/commit/02facaa2b329e78ba927f3244b38c6043f6661a0))
14+
15+
16+
### ### Fixed
17+
18+
* **library:** expand FSEvent directory events and suppress watcher reloads during scan ([f27849b](https://github.com/bocan/bocan-music/commit/f27849bb252f7bcf5ad5c94c777c98143198712f))
19+
* **library:** fix two test failures in LibraryScannerTests ([9e152ea](https://github.com/bocan/bocan-music/commit/9e152ea89ffbf03d586f82b1d9a99e5b17205a6a))
20+
* **library:** handle FSEvent deletions and prune missing files on full scan ([ed701b9](https://github.com/bocan/bocan-music/commit/ed701b949c24f669326a5398670f2320150e619a))
21+
* **playback:** filter excludedFromShuffle tracks when building a new shuffle queue ([18eadc0](https://github.com/bocan/bocan-music/commit/18eadc0d2a18869797d302a055208781d324554c))
22+
* **playback:** restore session resumes shuffled queue instead of replacing it ([1a2002d](https://github.com/bocan/bocan-music/commit/1a2002d5d66bf9a2f78d133592bc87a73a0ad1dc))
23+
* **ui:** allow FSEvents reloads during scan in scheduleWatcherReload ([ad4b15b](https://github.com/bocan/bocan-music/commit/ad4b15ba316cc7292954f9420b83cebb64a360de))
24+
* **ui:** remove redundant @EnvironmentObject libraryEnv from TracksView ([9ead8d5](https://github.com/bocan/bocan-music/commit/9ead8d5148be2913786fcdfea213b256e1120666))
25+
* **ui:** remove superfluous swiftlint disable in NowPlayingStrip ([4d79861](https://github.com/bocan/bocan-music/commit/4d79861cde5520917e2216c93d9491796e734034))
26+
* **ui:** update scanCurrentPath during the processing phase of a scan ([4bf3a89](https://github.com/bocan/bocan-music/commit/4bf3a895b15502665960e7f51db161aa9b063b9a))
27+
828
## [1.2.1](https://github.com/bocan/bocan-music/compare/v1.2.0...v1.2.1) (2026-05-20)
929

1030

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.2.1</string><!-- x-release-please-version -->
22+
<string>1.3.0</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.2.1
1+
1.3.0

0 commit comments

Comments
 (0)