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 0ca4595 commit 64b5a0a
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)
- [3.15.0](#3150---2024-10-09)
- [3.14.1](#3141---2024-08-13)
- [3.14.0](#3140---2024-07-24)
- [3.13.0](#3130---2024-03-21)
Expand Down Expand Up @@ -51,6 +52,12 @@
## [Unreleased][]
### Added
### Changed
### Removed
### Fixed

## [3.15.0] - 2024-10-09
### Added
### Changed
- Configuration: changed the remove duplicates bias to prefer tracks containing 'BEST' within a 'TRACKDSP' tag.
- [JSplitter (SMP)](https://foobar2000.ru/forum/viewtopic.php?t=6378&start=360) support and ES2021 compatibility.
- Helpers: in case saving a file throws an error due to long paths (+255 chars) a warning popup will be shown.
Expand Down Expand Up @@ -571,7 +578,8 @@
### Removed
### Fixed

[Unreleased]: https://github.com/regorxxx/World-Map-SMP/compare/v3.14.1...HEAD
[Unreleased]: https://github.com/regorxxx/World-Map-SMP/compare/v3.15.0...HEAD
[3.15.0]: https://github.com/regorxxx/World-Map-SMP/compare/v3.14.1...v3.15.0
[3.14.1]: https://github.com/regorxxx/World-Map-SMP/compare/v3.14.0...v3.14.1
[3.14.0]: https://github.com/regorxxx/World-Map-SMP/compare/v3.13.0...v3.14.0
[3.13.0]: https://github.com/regorxxx/World-Map-SMP/compare/v3.12.0...v3.13.0
Expand Down
4 changes: 2 additions & 2 deletions world_map.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
//13/08/24
//09/10/24

/*
World Map (REQUIRES WilB's Biography Mod script for online tags!!!)
Expand Down Expand Up @@ -42,7 +42,7 @@
- helpers\map_xxx.js (arbitrary map object)
*/

if (!window.ScriptInfo.PackageId) { window.DefineScript('World Map', { author: 'regorxxx', version: '3.14.1', features: { drag_n_drop: false } }); }
if (!window.ScriptInfo.PackageId) { window.DefineScript('World Map', { author: 'regorxxx', version: '3.15.0', features: { drag_n_drop: false } }); }

include('helpers\\helpers_xxx.js');
/* global checkCompatible:readable, globQuery:readable, folders:readable, globFonts:readable, globSettings:readable, clone:readable, isPortable:readable, checkUpdate:readable, debounce:readable */
Expand Down

0 comments on commit 64b5a0a

Please sign in to comment.