diff --git a/CHANGELOG.md b/CHANGELOG.md index ea26b4d..88ff120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [Table of Contents] - [Unreleased](#unreleased) +- [7.6.0](#460---2024-10-09) - [7.5.0](#750---2024-08-13) - [7.4.0](#740---2024-07-30) - [7.3.0](#730---2024-07-24) @@ -57,6 +58,12 @@ ## [Unreleased][] ### Added ### Changed +### Removed +### Fixed + +## [7.6.0] - 2024-10-09 +### Added +### Changed - UI: tag slots on search button can now be cloned. Note cloning also carries over any modification introduced by the active recipe. - UI: tag entries on info button can now be cloned. - Configuration: changed the remove duplicates bias to prefer tracks containing 'BEST' within a 'TRACKDSP' tag. @@ -914,7 +921,8 @@ ### Removed ### Fixed -[Unreleased]: https://github.com/regorxxx/Search-by-Distance-SMP/compare/v7.5.0...HEAD +[Unreleased]: https://github.com/regorxxx/Search-by-Distance-SMP/compare/v7.6.0...HEAD +[7.6.0]: https://github.com/regorxxx/Search-by-Distance-SMP/compare/v7.5.0...v7.6.0 [7.5.0]: https://github.com/regorxxx/Search-by-Distance-SMP/compare/v7.4.0...v7.5.0 [7.4.0]: https://github.com/regorxxx/Search-by-Distance-SMP/compare/v7.3.0...v7.4.0 [7.3.0]: https://github.com/regorxxx/Search-by-Distance-SMP/compare/v7.2.0...v7.3.0 diff --git a/main/search_by_distance/search_by_distance.js b/main/search_by_distance/search_by_distance.js index 32c7e28..5f923ab 100644 --- a/main/search_by_distance/search_by_distance.js +++ b/main/search_by_distance/search_by_distance.js @@ -1,6 +1,6 @@ 'use strict'; -//13/08/24 -var version = '7.5.0'; // NOSONAR [shared on files] +//09/10/24 +var version = '7.6.0'; // NOSONAR [shared on files] /* exported searchByDistance, checkScoringDistribution, checkMinGraphDistance */