diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d52e22e..667362a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [Table of Contents] - [Unreleased](#unreleased) +- [3.0.0-beta.28](#300-beta28---2023-06-28) - [3.0.0-beta.27](#300-beta27---2023-06-27) - [3.0.0-beta.26](#300-beta26---2023-05-08) - [3.0.0-beta.25](#300-beta25---2023-03-09) @@ -45,6 +46,13 @@ ### Removed ### Fixed +## [3.0.0-beta.28] - 2023-06-28 +### Added +### Changed +### Removed +### Fixed +- Wrong property value for 'Duplicates RegExp title matching?. + ## [3.0.0-beta.27] - 2023-06-27 ### Added - Global Forced Query: 'Top Rated Tracks from...', 'Most played Tracks from...' and 'Most played Tracks' are now also added to the list of toogable forced query application. This addition should cover all existing tools where the forced query is applicable. @@ -923,7 +931,8 @@ ### Removed ### Fixed -[Unreleased]: https://github.com/regorxxx/Playlist-Tools-SMP/compare/v3.0.0-beta.27...HEAD +[Unreleased]: https://github.com/regorxxx/Playlist-Tools-SMP/compare/v3.0.0-beta.28...HEAD +[3.0.0-beta.28]: https://github.com/regorxxx/Playlist-Tools-SMP/compare/v3.0.0-beta.27...v3.0.0-beta.28 [3.0.0-beta.27]: https://github.com/regorxxx/Playlist-Tools-SMP/compare/v3.0.0-beta.26...v3.0.0-beta.27 [3.0.0-beta.26]: https://github.com/regorxxx/Playlist-Tools-SMP/compare/v3.0.0-beta.25...v3.0.0-beta.26 [3.0.0-beta.25]: https://github.com/regorxxx/Playlist-Tools-SMP/compare/v3.0.0-beta.24...v3.0.0-beta.25 diff --git a/VERSION b/VERSION index b6863363..1b47ee92 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v3.0.0-beta.27 \ No newline at end of file +v3.0.0-beta.28 \ No newline at end of file diff --git a/buttons/toolbars/_buttons_toolbar.js b/buttons/toolbars/_buttons_toolbar.js index 3707e069..7ff89009 100644 --- a/buttons/toolbars/_buttons_toolbar.js +++ b/buttons/toolbars/_buttons_toolbar.js @@ -1,5 +1,5 @@ 'use strict'; -//05/04/23 +//28/06/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. @@ -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:'XXX', version: '3.0.0-beta.27', features: {drag_n_drop: false}});} catch (e) {} //May be loaded along other buttons +try {window.DefineScript('Playlist Tools: Buttons Bar', {author:'XXX', version: '3.0.0-beta.28', features: {drag_n_drop: false}});} catch (e) {} //May be loaded along other buttons let barProperties = { name: ['Name of config json file', 'buttons_' + randomString(5)], diff --git a/buttons_toolbar.js b/buttons_toolbar.js index 5155b21d..730a4cbe 100644 --- a/buttons_toolbar.js +++ b/buttons_toolbar.js @@ -1,5 +1,5 @@ 'use strict'; -//05/04/23 +//28/06/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. @@ -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:'XXX', version: '3.0.0-beta.27', features: {drag_n_drop: false}});} catch (e) {} //May be loaded along other buttons +try {window.DefineScript('Playlist Tools: Buttons Bar', {author:'XXX', version: '3.0.0-beta.28', features: {drag_n_drop: false}});} catch (e) {} //May be loaded along other buttons let barProperties = { name: ['Name of config json file', 'buttons_' + randomString(5)],