Skip to content

Releases: radj307/volume-control

Release 3.3.4 Revision 1

24 Feb 21:45
Compare
Choose a tag to compare
  • Renamed the "Minimize on Startup" option to "Start Minimized" to fix overflow issue & make more sense.

Release 3.3.4

24 Feb 21:23
Compare
Choose a tag to compare
  • Fixed inconsistent and misaligned UI elements.
    • Except for the "Minimize on Startup" checkbox, it decided to overflow after I already made the release.
      (This will be fixed in the next release)
  • Improved the text autocomplete available in Key Selectors & Target Selector.
  • Improved the visual consistency of multiple controls
  • Added a setting to enable/disable single instance mode.
    • This doesn't have a GUI option currently, which may change in a future release.
      You can still modify it by editing your config file located at:
      <USERDIR>\AppData\Local\VolumeControl\VolumeControl_...\<VERSION>\user.config
  • Fixed the pseudo-random behavior of the tab key in the main window.
  • Upgraded the context menu when R+Clicking the system tray icon
    • Added a "Bring to Front" option that forces the window to appear in front of all other windows if it is visible.
    • Added another way to change the "Always on Top" setting.
    • This may be expanded further in a future release.
  • Numerous other bug fixes

Release 3.3.3

22 Feb 19:24
Compare
Choose a tag to compare
  • Added preliminary support for color schemes
    • Currently only supports 2 hardcoded themes:
      • Light (Default)
      • Dark
    • This will be expanded in a future release to support loading custom color schemes from JSON files.
  • Fixed some bugs
  • Added code to prevent multiple instances of the application from running at the same time.
    This may be improved or removed in a future release.

3.3.3 Pre-Release 2

21 Feb 22:05
Compare
Choose a tag to compare
3.3.3 Pre-Release 2 Pre-release
Pre-release
  • Added Dark Mode Theme for Toast Notification
  • Added Dark Mode Theme for Main Window
  • Fixed a persistent bug with the target list that prevented it from being hidden when cycling targets rapidly.
    (For real this time)

3.3.3 Pre-Release 1

21 Feb 15:35
2c8f335
Compare
Choose a tag to compare
3.3.3 Pre-Release 1 Pre-release
Pre-release
  • Restructured the general tab's settings options.
    • There are no additions/removals
    • This should improve the stability of the main UI in the future
  • Improved the appearance of the target list window.

Release 3.3.2

20 Feb 22:07
ce17940
Compare
Choose a tag to compare
  • Improved the target list
    • Added dynamic volume indicator for the current target in the target list.
  • Numerous other bug fixes
    • Fixed the target list timing out when using the next/prev target hotkeys after using the show list hotkey to prevent such timeouts.
  • CI: Fixed the automated release workflow using the wrong version number which required manual intervention every time.

Release 3.3.1

20 Feb 06:43
Compare
Choose a tag to compare
  • Fixed a bug with the timeout selector where setting a value of 0 caused an exception.
  • Update the target selection list when pressing the Next Target/Prev Target hotkeys.
    • The update only triggers if it has been at least 4 seconds since the last one.

Release 3.3.0

17 Feb 23:06
Compare
Choose a tag to compare

Implements #1

  • Added new tab for target switching hotkeys
  • Added new hotkeys
    • Next Target
      • Switches to the next target
      • Shows the target list window for the specified amount of time.
    • Previous Target
      • Switches to the previous target
      • Shows the target list window for the specified amount of time.
    • Show Target List
      • Shows the target list window until the hotkey is pressed again.
  • Added a target list window
  • Reorganized the general tab

3.3.0 Pre-Release 4

16 Feb 21:27
Compare
Choose a tag to compare
3.3.0 Pre-Release 4 Pre-release
Pre-release
3.3.0-pr4

fix CLI build

3.3.0 Pre Release 1

13 Feb 04:32
Compare
Choose a tag to compare
3.3.0 Pre Release 1 Pre-release
Pre-release

Begin implementing #1
This version adds:

  • New Hotkeys:
    • Next Target
      Selects the next target in the list.
    • Previous Target
      Selects the previous target in the list.
    • Show Target (Hotkey Only, doesn't do anything yet.)