Skip to content

Releases: AudioBand/AudioBand

AudioBand v1.2.4

25 Jun 10:40
7095982
Compare
Choose a tag to compare

This version serves as a hot fix for Spotify changing their app and breaking our updater to only work every 3 seconds.

Bug fixes

  • Resolved #119
  • Resolved #121
  • Resolved #122
  • Resolved #127
  • Resolved #139
  • Fix a crash when polling interval is set to a negative number
  • Added a popup to indicate when a profile rename failed

AudioBand v1.2.3

21 Sep 11:37
22a8142
Compare
Choose a tag to compare

This version serves as a hot fix for the AlbumArt that broke overnight. (still no clue what happened)

Bug Fixes

AudioBand v1.2.2

11 Sep 16:48
8284487
Compare
Choose a tag to compare

Apologies for the long period of time without updates, but we're finally here with some more fixes and improvements!

Additions

  • Add Border options to Text Labels
  • Added MouseBindings to skip/rewind 15 seconds (partially implemented #104)
  • Add a CornerRadius option to AlbumArt (Implemented #112)

Bug Fixes

  • Fix several crash issues when migrating old settings
  • Fix Height issues in Community Profiles to cut off text (@TechSupport26)
  • Resolved #90
  • Resolved #87
  • Fix issues with renaming profiles
  • Resolved #97
  • Resolved #111
  • Resolved #107
  • Resolved #102

AudioBand v1.2.1

21 Sep 15:03
940a97c
Compare
Choose a tag to compare

There were not really any new features, mostly just bug fixes.

Bug Fixes

  • Fix new Like Button popup appearing every time
  • Fix an infinite loop between 2 profiles happening when playing/pausing
  • Several UI & Text improvements (@TechSupport26)
  • Prevent a crash from happening when switching to a non existent profile

AudioSource Fixes

  • Add support for MS Store version of Spotify using the protocol (@imaginarny)
  • Resolve #87
  • Fix iTunes crashing on any non local song

AudioBand v1.2.0

06 Aug 19:39
6dab9cf
Compare
Choose a tag to compare

New Features

Community Profiles (#45)

You can now download and update profiles uploaded by other community members from within the app.
If you would like to upload your own, check out https://github.com/AudioBand/CommunityProfiles

Like Button (#76)

The like button, after a ton of requests and a long waiting time, is finally here.
You can now like your favorite songs from within AudioBand. (only works for Spotify; Though MusicBee and iTunes have limited support)

Disclaimer: You need to redo authentication to allow for the Like Button to work (it requires new scopes). Don't forget the new redirect url is http://localhost/callback

Gradient Bars (#72)

Your volume bar and progress bar have received increased coolness, they now have gradient support!
(See image below)

Example Images

image
image

Shoutout to @TechSupport26 for working on the Like Button and the Gradients

Improvements

  • Create a better Volume Button popup
  • Made Thumb color of Progress Bar & Volume Bar separately controllable
  • Actually implement mousebindings (I forgot to implement half of them last time around, whoopsie)
  • If MusicBee is fully closed, double clicking will attempt to open it

Bug Fixes

AudioSources

  • (iTunes) iTunes will open on a different thread so it no longer blocks the UI
  • (MusicBee & iTunes) Fixed volume not updating correctly
  • (MusicBee) Fixed minutes and seconds being swapped around (#75)
  • (MusicBee) Fixed PlayState not always being correct
  • (Windows 10) Fixed crashing when updating AudioBand
  • (Spotify) Ads no longer cause weirdness with AudioBand
  • (All) Fixed desyncing and smoothened volume bar

General

  • Prevented crashing when an object's width is set to 0
  • Fixed volume being reset when switching back from idle mode
  • Fixed profile flickering when switching to the same profile
  • DeleteProfile will no longer crash
  • Attempted to avoid corrupting files (at a bare minimum it wont crash anymore)

AudioBand v1.1.4

19 Apr 11:58
6266ddb
Compare
Choose a tag to compare

New

BREAKING: Spotify redirect url changed

Spotify redirect url changed from http://localhost/ to http://localhost/callback.
This was done to fix #57

Scrolling on the volume popup will increase/decrease volume

Customizable MouseBindings:

As requested by @zuoxinyu in #35.
This feature allows you to add custom mouse operations. Such as clicking to open the Spotify app, scrolling to go to next/previous song and much more!

Yes, the UI is ugly. Anyone may feel free to PR an upgrade to it. I myself plan to do it all together with #44 (though it will take a long while).

Bug Fixes

Spotify

  • Resolve #52, if Spotify jumps off a cliff again, we wont jump with it
  • Resolve #7
  • Resolve #57
  • Spotify volume will no longer control itself when its under 15%

MusicBee

  • MusicBee now parses the correct time
  • MusicBee now checks if the Album Art is valid before trying to display it and crashing

Other

  • Corrupted settings/profiles files will no longer crash AudioBand
  • When switching to idle profile, the volume no longer switches along
  • Resolve #54
  • Resolve #55
  • Added Support & Help link (used by windows' control panel for example)

AudioBand v1.1.3 (Pre-Release)

12 Mar 21:07
35fc997
Compare
Choose a tag to compare
Pre-release

Feature Pre-Release: Profile Repo

This new feature syncs up your local profiles with the ones in This Repository.
The plan for this feature is that it will be community ran and anyone can upload their profiles and they will be added (if they get accepted by maintainers) to the list of downloadable profiles.

This allows for easier customization of your look.

Example Image:
image

Bug Fixes

  • Infinite auth wont occur when Spotify is down (Resolves #52)
  • 'Clear Session On Idle' now works properly

AudioBand v1.1.2

22 Feb 13:37
3ed3c49
Compare
Choose a tag to compare

Additions

  • CornerRadius property on buttons, can be used to create rounded corners. (#34)
    (also reflect this issue in the default profiles)
  • Add option to clear current song data when switching to idle

Bug Fixes

Settings UI

  • Set a minimum window size for the Settings Menu
  • Improve UI by adjusting margins ever so slightly (more spatious)
  • Fix Update Popup appearing when there was no update

Audiosources

  • Spotify: Clear refreshtoken when Client Id / Secret changes to force a new auth (Resolves #49)
  • Spotify: Authentication attempts are once per 20 seconds at most
  • Windows 10: Fix seeking on Windows 10 audiosource (46b59af) (Resolves #47)

Other

  • Fix profiles not deleting properly
  • Fix crashes with custom album art due to not freezing the asset (Resolves #36)
  • Profiles are always synced (between context menu and settings menu)

AudioBand v1.1.1

13 Jan 22:41
ade59c1
Compare
Choose a tag to compare

Download the installer (.msi) from the assets below!

Bug Fixes

General Fixes

  • In-App Updater will now work again starting from this release onwards
  • Add several new checks for a nicer Spotify Authentication process (#42)
  • Log File should be a bit cleaner

Volume Button fixes

  • Volume Popup Background is now adjustable (defaults to a dark gray)
  • Fix Volume Buttons being null on existing profiles
  • Fix Volume button constantly switching between 2 different volumes and causing API limits

AudioBand v1.1.0

29 Dec 21:29
730196f
Compare
Choose a tag to compare

Feature: Volume Button

Volume button is now fully released, you're able to customize most parts of it!
If you still have a Default profile, you'll automatically get the new Volume Button on that profile!

Changes

  • Custom AudioSource development is available again (Check Wiki)
  • Resolved #39
  • Update almost all dependencies (attempted fix for #36)
  • Idle Profile is now enabled by default