Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
regorxxx committed Dec 8, 2023
1 parent 664a2a3 commit e5b7327
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 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)
- [1.5.0](#150---2023-12-08)
- [1.4.0](#140---2023-11-28)
- [1.3.0](#130---2023-11-24)
- [1.2.1](#121---2023-11-16)
Expand All @@ -26,6 +27,12 @@

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

## [1.5.0] - 2023-12-08
### Added
- Toolbar: now supports color for image icons (which are not drawn using fonts).
### Changed
- ListenBrainz icon now matches the button text color, instead of being only black or white.
Expand Down Expand Up @@ -262,7 +269,8 @@
### Removed
### Fixed

[Unreleased]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.4.0...HEAD
[Unreleased]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/regorxxx/ListenBrainz-SMP/compare/v1.2.0...v1.2.1
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.0
v1.5.0
4 changes: 2 additions & 2 deletions buttons/buttons_listenbrainz_tools.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict';
//24/11/23
//08/12/23

/*
Integrates ListenBrainz feedback and recommendations statistics within foobar2000 library.
Expand All @@ -14,7 +14,7 @@ include('..\\main\\main_menu\\main_menu_custom.js'); // Dynamic SMP menu
include('..\\main\\bio\\bio_tags.js');
include('helpers\\buttons_listenbrainz_menu.js'); // Button menu
var prefix = 'lbt';
var version = '1.4.0';
var version = '1.5.0';

try {window.DefineScript('ListenBrainz Tools Button', {author:'regorxxx', version, features: {drag_n_drop: false}});} catch (e) {/* console.log('Filter Playlist Button loaded.'); */} //May be loaded along other buttons
prefix = getUniquePrefix(prefix, ''); // Puts new ID before '_'
Expand Down

0 comments on commit e5b7327

Please sign in to comment.