Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
regorxxx committed Aug 21, 2022
1 parent 70282cb commit f51edf6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 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)
- [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)
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.0
v1.3.1
4 changes: 2 additions & 2 deletions helpers/helpers_xxx.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
//13/08/22
//14/08/22

// Folders
const folders = {};
Expand All @@ -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
Expand Down

0 comments on commit f51edf6

Please sign in to comment.