diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e4678..6f89d6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [Table of Contents] - [Unreleased](#unreleased) +- [0.97](#097---2023-05-08) - [0.96](#096---2023-05-05) - [0.95](#095---2023-05-04) - [0.94](#094---2023-03-07) @@ -9,6 +10,12 @@ ## [Unreleased][] ### Added +### Changed +### Removed +### Fixed + +## [0.97] - 2023-05-08 +### Added - Tooltip to playlist's tracks with current track's info, selection count and extra configurable info at 'config.json' (helper4). - Added 'playlist_items_per_page_max' at 'config.json' (requires foo_httpcontrol v0.97.25). - Added total number of tracks on active playlist and selected tracks count at the status bar (at bottom). @@ -85,8 +92,9 @@ ### Removed ### Fixed -[Unreleased]: https://github.com/regorxxx/ajquery-xxx/compare/v0.96...HEAD -[0.96]: https://github.com/regorxxx/ajquery-xxx/compare/v0.95...v0.95 +[Unreleased]: https://github.com/regorxxx/ajquery-xxx/compare/v0.97...HEAD +[0.97]: https://github.com/regorxxx/ajquery-xxx/compare/v0.96...v0.97 +[0.96]: https://github.com/regorxxx/ajquery-xxx/compare/v0.95...v0.96 [0.95]: https://github.com/regorxxx/ajquery-xxx/compare/v0.94...v0.95 [0.94]: https://github.com/regorxxx/ajquery-xxx/compare/v0.93...v0.94 [0.93]: https://github.com/regorxxx/ajquery-xxx/compare/2fd0f3d...v0.93 \ No newline at end of file diff --git a/VERSION b/VERSION index 6d3b4bd..8a11598 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.96 \ No newline at end of file +v0.97 \ No newline at end of file diff --git a/_readme.txt b/_readme.txt index 77a19b1..41bdc63 100644 --- a/_readme.txt +++ b/_readme.txt @@ -214,7 +214,7 @@ https://github.com/regorxxx/ajquery-xxx �otherwise the commands will be sent to the wrong playlist!. See 'img\_doc\always_send_new_files.jpg' image. *** Release history 2023 - XX XXX 0.97 + 08 May 0.97 add: Tooltip to playlist's tracks with current track's info, selection count and extra configurable info at 'config.json' (helper4); add: Added 'playlist_items_per_page_max' at 'config.json' (requires foo_httpcontrol v0.97.25);