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

Commit e5b7327

Browse files
committed
Bump version.
1 parent 664a2a3 commit e5b7327

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
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+
- [1.5.0](#150---2023-12-08)
56
- [1.4.0](#140---2023-11-28)
67
- [1.3.0](#130---2023-11-24)
78
- [1.2.1](#121---2023-11-16)
@@ -26,6 +27,12 @@
2627

2728
## [Unreleased][]
2829
### Added
30+
### Changed
31+
### Removed
32+
### Fixed
33+
34+
## [1.5.0] - 2023-12-08
35+
### Added
2936
- Toolbar: now supports color for image icons (which are not drawn using fonts).
3037
### Changed
3138
- ListenBrainz icon now matches the button text color, instead of being only black or white.
@@ -262,7 +269,8 @@
262269
### Removed
263270
### Fixed
264271

265-
[Unreleased]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.4.0...HEAD
272+
[Unreleased]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.5.0...HEAD
273+
[1.5.0]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.4.0...v1.5.0
266274
[1.4.0]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.3.0...v1.4.0
267275
[1.3.0]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.2.1...v1.3.0
268276
[1.2.1]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.2.0...v1.2.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.4.0
1+
v1.5.0

buttons/buttons_listenbrainz_tools.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
2-
//24/11/23
2+
//08/12/23
33

44
/*
55
Integrates ListenBrainz feedback and recommendations statistics within foobar2000 library.
@@ -14,7 +14,7 @@ include('..\\main\\main_menu\\main_menu_custom.js'); // Dynamic SMP menu
1414
include('..\\main\\bio\\bio_tags.js');
1515
include('helpers\\buttons_listenbrainz_menu.js'); // Button menu
1616
var prefix = 'lbt';
17-
var version = '1.4.0';
17+
var version = '1.5.0';
1818

1919
try {window.DefineScript('ListenBrainz Tools Button', {author:'regorxxx', version, features: {drag_n_drop: false}});} catch (e) {/* console.log('Filter Playlist Button loaded.'); */} //May be loaded along other buttons
2020
prefix = getUniquePrefix(prefix, ''); // Puts new ID before '_'

0 commit comments

Comments
 (0)