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

Commit bb8c20c

Browse files
committed
Bump version.
1 parent e4ccca9 commit bb8c20c

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 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.3.0](#130---2023-11-24)
56
- [1.2.1](#121---2023-11-16)
67
- [1.2.0](#120---2023-11-15)
78
- [1.1.0](#110---2023-10-05)
@@ -24,12 +25,19 @@
2425

2526
## [Unreleased][]
2627
### Added
28+
### Changed
29+
### Removed
30+
### Fixed
31+
32+
## [1.3.0] - 2023-11-24
33+
### Added
2734
- Buttons bar: new setting to enable asynchronous loading of buttons, now the default behavior.
2835
### Changed
2936
- Helpers: updated helpers.
3037
- Console: reduced max log file size to 1 MB.
3138
### Removed
3239
### Fixed
40+
- Auto-update: changed logic to check [Playlist Tools](https://github.com/regorxxx/Playlist-Tools-SMP/)'s buttons updates independently to the toolbar version, so mixed scripts versions no longer produce false negatives.
3341

3442
## [1.2.1] - 2023-11-16
3543
### Added
@@ -240,7 +248,8 @@
240248
### Removed
241249
### Fixed
242250

243-
[Unreleased]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.2.1...HEAD
251+
[Unreleased]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.3.1...HEAD
252+
[1.3.0]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.2.1...v1.3.0
244253
[1.2.1]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.2.0...v1.2.1
245254
[1.2.0]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.1.0...v1.2.0
246255
[1.1.0]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.0.4...v1.1.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.2.1
1+
v1.3.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-
//16/11/23
2+
//24/11/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.2.1';
17+
var version = '1.3.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)