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

Commit 51b9738

Browse files
committed
Bump version.
1 parent 5cae81a commit 51b9738

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [Table of Contents]
44
- [Unreleased](#unreleased)
5+
- [1.0.4](#104---2023-09-25)
56
- [1.0.3](#103---2023-09-20)
67
- [1.0.2](#102---2023-09-14)
78
- [1.0.1](#101---2023-07-29)
@@ -21,7 +22,13 @@
2122
## [Unreleased][]
2223
### Added
2324
### Changed
24-
- Helpers: updated helpers.
25+
### Removed
26+
### Fixed
27+
28+
## [1.0.4] - 2023-09-25
29+
### Added
30+
### Changed
31+
- Helpers: updated helpers
2532
### Removed
2633
### Fixed
2734

@@ -190,7 +197,8 @@
190197
### Removed
191198
### Fixed
192199

193-
[Unreleased]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.0.3...HEAD
200+
[Unreleased]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.0.4...HEAD
201+
[1.0.4]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.0.3...v1.0.4
194202
[1.0.3]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.0.2...v1.0.3
195203
[1.0.2]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.0.1...v1.0.2
196204
[1.0.1]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.0.0...v1.0.1

VERSION

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

buttons/toolbars/_buttons_toolbar.js

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

44
/* Playlist Tools: Buttons Toolbar
55
Loads any button found on the buttons folder. Just load this file and add your desired buttons via R. Click.
@@ -40,7 +40,7 @@ var bLoadTags = true; // Note this must be added before loading helpers! See but
4040
else {dependencies.forEach((file) => {include('buttons\\' + file);});}
4141
}
4242

43-
try {window.DefineScript('Playlist Tools: Buttons Bar', {author:'XXX', version: '3.1.1', features: {drag_n_drop: false}});} catch (e) {} //May be loaded along other buttons
43+
try {window.DefineScript('Playlist Tools: Buttons Bar', {author:'regorxxx', version: '3.1.2', features: {drag_n_drop: false}});} catch (e) {} //May be loaded along other buttons
4444

4545
let barProperties = {
4646
name: ['Name of config json file', 'buttons_' + randomString(5)],

buttons_toolbar.js

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

44
/* Playlist Tools: Buttons Toolbar
55
Loads any button found on the buttons folder. Just load this file and add your desired buttons via R. Click.
@@ -40,7 +40,7 @@ var bLoadTags = true; // Note this must be added before loading helpers! See but
4040
else {dependencies.forEach((file) => {include('buttons\\' + file);});}
4141
}
4242

43-
try {window.DefineScript('Playlist Tools: Buttons Bar', {author:'XXX', version: '3.1.1', features: {drag_n_drop: false}});} catch (e) {} //May be loaded along other buttons
43+
try {window.DefineScript('Playlist Tools: Buttons Bar', {author:'regorxxx', version: '3.1.2', features: {drag_n_drop: false}});} catch (e) {} //May be loaded along other buttons
4444

4545
let barProperties = {
4646
name: ['Name of config json file', 'buttons_' + randomString(5)],

0 commit comments

Comments
 (0)