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

Commit d6384de

Browse files
committed
Bump version.
1 parent fdd19e3 commit d6384de

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 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.4.0](#140---2023-11-28)
56
- [1.3.0](#130---2023-11-24)
67
- [1.2.1](#121---2023-11-16)
78
- [1.2.0](#120---2023-11-15)
@@ -25,8 +26,17 @@
2526

2627
## [Unreleased][]
2728
### Added
29+
### Changed
30+
### Removed
31+
### Fixed
32+
33+
## [1.4.0] - 2023-11-28
34+
### Added
35+
- Buttons bar: added compatibility with headless mode (for other buttons).
2836
- UI: added setting to disable tooltip on all scripts. Found at '[FOOBAR PROFILE FOLDER]\js_data\presets\global\globSettings.json', by changing 'bTooltip'. By default tooltip is always shown. This setting will never be exposed within foobar, only at this file.
2937
### Changed
38+
- Helpers: updated helpers.
39+
- Improved error messages about features not working related to OS checks (at startup) with tips and warnings.
3040
### Removed
3141
### Fixed
3242

@@ -249,7 +259,8 @@
249259
### Removed
250260
### Fixed
251261

252-
[Unreleased]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.3.1...HEAD
262+
[Unreleased]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.4.0...HEAD
263+
[1.4.0]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.3.0...v1.4.0
253264
[1.3.0]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.2.1...v1.3.0
254265
[1.2.1]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.2.0...v1.2.1
255266
[1.2.0]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.1.0...v1.2.0

VERSION

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

buttons/buttons_listenbrainz_tools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.3.0';
17+
var version = '1.4.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)