Skip to content

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Nov 22, 2022
1 parent 031da52 commit 5228132
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.3.2
- Fixed display of label for submit client info option
- Smaller DLL size due to changes in dark mode support with latest foobar2000 SDK

## v1.3.1
- Fixed packaging not including all files (missing x64 binaries and license files), issue #4.

Expand Down
2 changes: 1 addition & 1 deletion src/foo_listenbrainz2.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace lbz
{
static constexpr const char* component_name = "ListenBrainz 2";
static constexpr const char* component_dll_name = "foo_listenbrainz2.dll";
static constexpr const char* component_version = "1.3.1";
static constexpr const char* component_version = "1.3.2";
static constexpr const char* component_info = "Copyright (C) 2020 marc2003, 2022 phw\n\nBuild: " __TIME__ ", " __DATE__;
static constexpr const char* help_url = "https://github.com/phw/foo_listenbrainz2";
static constexpr const char* api_url = "https://api.listenbrainz.org/1/submit-listens";
Expand Down

0 comments on commit 5228132

Please sign in to comment.