Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
regorxxx committed Oct 9, 2024
1 parent be186cb commit 4bd25ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions main/search_by_distance/search_by_distance.js
Original file line number Diff line number Diff line change
@@ -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 */

Expand Down

0 comments on commit 4bd25ec

Please sign in to comment.