Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
regorxxx committed Mar 14, 2024
1 parent 321cdef commit 636e8b3
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.1.0](#710---2024-03-15)
- [7.0.0](#700---2024-02-28)
- [6.1.3](#613---2023-12-17)
- [6.1.2](#612---2023-12-09)
Expand Down Expand Up @@ -51,6 +52,12 @@

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

## [7.1.0] - 2024-03-15
### Added
- Configuration: expanded user configurable file at '[FOOBAR PROFILE FOLDER]\js_data\presets\global\globSettings.json' with a new setting for panel repaint debugging purpose. Disabled by default.
- Configuration: expanded user configurable file at '[FOOBAR PROFILE FOLDER]\js_data\presets\global\globSettings.json' with a new setting to check OS features on every panel startup. Enabled by default. This has been the default behavior since OS' features check was implemented, but it can now be disabled to improve init performance a bit, specially at foobar2000 startup (since it seems to hang in some cases when running it on slow HDDs or systems).
### Changed
Expand Down Expand Up @@ -818,7 +825,8 @@
### Removed
### Fixed

[Unreleased]: https://github.com/regorxxx/Search-by-Distance-SMP/compare/v7.0.0...HEAD
[Unreleased]: https://github.com/regorxxx/Search-by-Distance-SMP/compare/v7.1.0...HEAD
[7.1.0]: https://github.com/regorxxx/Search-by-Distance-SMP/compare/v7.0.0...v7.1.0
[7.0.0]: https://github.com/regorxxx/Search-by-Distance-SMP/compare/v6.1.3...v7.0.0
[6.1.3]: https://github.com/regorxxx/Search-by-Distance-SMP/compare/v6.1.2...v6.1.3
[6.1.2]: https://github.com/regorxxx/Search-by-Distance-SMP/compare/v6.1.1...v6.1.2
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';
//28/02/24
var version = '7.0.0'; // NOSONAR [shared on files]
//15/03/24
var version = '7.1.0'; // NOSONAR [shared on files]

/* exported searchByDistance, checkScoringDistribution */

Expand Down

0 comments on commit 636e8b3

Please sign in to comment.