From f51edf6428ef3a0b1a7d139c66839adc210b7de6 Mon Sep 17 00:00:00 2001 From: regorxxx Date: Sun, 21 Aug 2022 10:15:14 +0200 Subject: [PATCH] Bump version. --- CHANGELOG.md | 12 +++++++++++- VERSION | 2 +- helpers/helpers_xxx.js | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6061be..32692a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [Table of Contents] - [Unreleased](#unreleased) +- [1.3.1](#131---2022-08-21) - [1.3.0](#130---2022-08-12) - [1.2.5](#125---2022-08-09) - [1.2.4](#124---2022-08-05) @@ -22,6 +23,14 @@ ### Fixed - Logging: fixed console logging to file (lines were not being split properly). +## [1.3.1] - 2022-08-21 +### Added +### Changed +- Helpers: updated helpers. +### Removed +### Fixed +- Logging: fixed console logging to file (lines were not being split properly). + ## [1.3.0] - 2022-08-12 ### Added ### Changed @@ -130,7 +139,8 @@ ### Removed ### Fixed -[Unreleased]: https://github.com/regorxxx/Device-Priority-SMP/compare/v1.3.0...HEAD +[Unreleased]: https://github.com/regorxxx/Device-Priority-SMP/compare/v1.3.1...HEAD +[1.3.1]: https://github.com/regorxxx/Device-Priority-SMP/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/regorxxx/Device-Priority-SMP/compare/v1.2.5...v1.3.0 [1.2.5]: https://github.com/regorxxx/Device-Priority-SMP/compare/v1.2.4...v1.2.5 [1.2.4]: https://github.com/regorxxx/Device-Priority-SMP/compare/v1.2.3...v1.2.4 diff --git a/VERSION b/VERSION index 8b3a022..23c38c2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.3.0 \ No newline at end of file +v1.3.1 \ No newline at end of file diff --git a/helpers/helpers_xxx.js b/helpers/helpers_xxx.js index e57e46a..6e9a47e 100644 --- a/helpers/helpers_xxx.js +++ b/helpers/helpers_xxx.js @@ -1,5 +1,5 @@ 'use strict'; -//13/08/22 +//14/08/22 // Folders const folders = {}; @@ -24,7 +24,7 @@ include('helpers_xxx_foobar.js'); const iStepsLibrary = 100; // n steps to split whole library processing: check library tags, pre-cache paths, etc. const iDelayLibrary = 100; // ms per step for whole handle processing const iDelayPlaylists = 120; // ms per step for playlist processing: playlist manager -const iDelaySBDCache = 15; // ms per step for style/genre node processing: search by distance +const iDelaySBDCache = 150; // ms per step for style/genre node processing: search by distance // Console log file conLog = fb.ProfilePath + 'console.log'; // Edit here to change logging file. Replace with '' or null to disable logging