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 bb95486 commit 47c2399
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [Table of Contents]
- [Unreleased](#unreleased)
- [2.6.0](#260---2024-10-09)
- [2.5.1](#251---2024-08-13)
- [2.5.0](#250---2024-07-30)
- [2.4.0](#240---2024-07-24)
Expand Down Expand Up @@ -29,6 +30,11 @@

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

## [2.6.0] - 2024-10-09
### Added
- Analysis: expanded the list of compatible files with ffprobe. Thanks @TT-ReBORN.
- UI: new menu entry which shows if the currently playing (or focused) item is incompatible with the binary mode chosen and also shows a popup with the list of extensions supported.
### Changed
Expand Down Expand Up @@ -250,8 +256,9 @@
### Fixed


[Unreleased]: https://github.com/regorxxx/Not-A-Waveform-Seekbar-SMP/compare/v2.5.1...HEAD
[2.5.1]: https://github.com/regorxxx/Not-A-Waveform-Seekbar-SMP/compare/v2.4.0...v2.5.1
[Unreleased]: https://github.com/regorxxx/Not-A-Waveform-Seekbar-SMP/compare/v2.6.0...HEAD
[2.6.0]: https://github.com/regorxxx/Not-A-Waveform-Seekbar-SMP/compare/v2.5.1...v2.6.0
[2.5.1]: https://github.com/regorxxx/Not-A-Waveform-Seekbar-SMP/compare/v2.5.0...v2.5.1
[2.5.0]: https://github.com/regorxxx/Not-A-Waveform-Seekbar-SMP/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/regorxxx/Not-A-Waveform-Seekbar-SMP/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/regorxxx/Not-A-Waveform-Seekbar-SMP/compare/v2.2.0...v2.3.0
Expand Down
4 changes: 2 additions & 2 deletions seekbar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';
//13/08/24
//09/10/24

if (!window.ScriptInfo.PackageId) { window.DefineScript('Not-A-Waveform-Seekbar-SMP', { author: 'regorxxx', version: '2.5.1' }); }
if (!window.ScriptInfo.PackageId) { window.DefineScript('Not-A-Waveform-Seekbar-SMP', { author: 'regorxxx', version: '2.6.0' }); }

include('helpers\\helpers_xxx.js');
/* global folders:readable, globSettings:readable, soFeat:readable, globFonts:readable, globProfiler:readable */
Expand Down

0 comments on commit 47c2399

Please sign in to comment.