Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.

Commit 25a9512

Browse files
committed
Bump version
1 parent 43c7c5e commit 25a9512

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [Table of Contents]
44
- [Unreleased](#unreleased)
5+
- [3.0.0](#300---2025-09-20)
56
- [2.3.0](#230---2024-10-09)
67
- [2.2.0](#220---2024-08-13)
78
- [2.1.0](#210---2024-07-30)
@@ -33,6 +34,12 @@
3334

3435
## [Unreleased][]
3536
### Added
37+
### Changed
38+
### Removed
39+
### Fixed
40+
41+
## [3.0.0] - 2025-09-20
42+
### Added
3643
- Pano scrobbler: added folksonomy tags uploading, retrieved from genre and style tags.
3744
- UI: toolbar tooltip now shows 'Shift + Win + R. Click' shortcut to open SMP/JSpliter panel menu (which works globally on any script and panel, at any position).
3845
- UI: exposed color settings via window.NotifyOthers() method for themes/multi-panel support. You may pass a color scheme -size 6 recommended- (output from GetColourScheme()) at 'Colors: set color scheme' (applies to all compatible panels) or 'Toolbar: set color scheme' (applies only to this script), which will set appropriate colors following panel's color logic; alternatively you may set direct color settings at 'Toolbar: set colors' which needs an array of 5 colors or an object {toolbar, text, button, hover, active}. Panel has also independent settings to listen to colors from other panels (but not for sending colors as a color-server to others). See [this](https://github.com/regorxxx/Not-A-Waveform-Seekbar-SMP/issues/4) and [this](https://hydrogenaudio.org/index.php/topic,120980.msg1069107.html#msg1069107).
@@ -391,7 +398,8 @@
391398
### Removed
392399
### Fixed
393400

394-
[Unreleased]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v2.3.0...HEAD
401+
[Unreleased]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v3.0.0...HEAD
402+
[3.0.0]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v2.3.0...v3.0.0
395403
[2.3.0]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v2.2.0...v2.3.0
396404
[2.2.0]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v2.1.0...v2.2.0
397405
[2.1.0]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v2.0.0...v2.1.0

0 commit comments

Comments
 (0)