Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
regorxxx committed Oct 5, 2023
1 parent 7e9e26f commit 6b78ec9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

## [Table of Contents]
- [Unreleased](#unreleased)
- [1.1.0](#110---2023-10-05)
- [1.0.4](#104---2023-09-25)
- [1.0.3](#103---2023-09-20)
- [1.0.2](#102---2023-09-14)
Expand All @@ -21,6 +22,12 @@

## [Unreleased][]
### Added
### Changed
### Removed
### Fixed

## [1.1.0] - 2023-10-05
### Added
- Track Recommendations: tag remapping is now available (configuration) along customizable entries (advanced configuration) for 'Tracks recommendations'.
- Track Recommendations: new submenu at 'Tracks recommendations to get popular tracks by the chosen similar artist, like the one found at [Last.fm tools](https://github.com/regorxxx/Playlist-Tools-SMP).
### Changed
Expand Down Expand Up @@ -201,7 +208,8 @@
### Removed
### Fixed

[Unreleased]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.0.4...HEAD
[Unreleased]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.0.4...v1.1.0
[1.0.4]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.0.1...v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
v1.0.4
v1.1.0
4 changes: 2 additions & 2 deletions buttons/toolbars/_buttons_toolbar.js
@@ -1,5 +1,5 @@
'use strict';
//25/09/23
//05/10/23

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

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
try {window.DefineScript('Playlist Tools: Buttons Bar', {author:'regorxxx', version: '3.2.0', features: {drag_n_drop: false}});} catch (e) {} //May be loaded along other buttons

let barProperties = {
name: ['Name of config json file', 'buttons_' + randomString(5)],
Expand Down
4 changes: 2 additions & 2 deletions buttons_toolbar.js
@@ -1,5 +1,5 @@
'use strict';
//25/09/23
//05/10/23

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

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
try {window.DefineScript('Playlist Tools: Buttons Bar', {author:'regorxxx', version: '3.2.0', features: {drag_n_drop: false}});} catch (e) {} //May be loaded along other buttons

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

0 comments on commit 6b78ec9

Please sign in to comment.