Skip to content

Commit

Permalink
chore(release): 6.10.3 [skip ci]
Browse files Browse the repository at this point in the history
## [6.10.3](v6.10.2...v6.10.3) (2024-04-07)

### Enhancements

* **icon:** improve the logic that cache device icons ([886bd81](886bd81))

### Bug Fixes

* **device:icon:** Force max size of 32px instead of what's available as large ([c389f27](c389f27))
* **settings:** fix issue with device list (settings) crashing when too many devices ([180ca33](180ca33))
  • Loading branch information
semantic-release-bot committed Apr 7, 2024
1 parent 0923dd6 commit b387a4a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [6.10.3](https://github.com/Belphemur/SoundSwitch/compare/v6.10.2...v6.10.3) (2024-04-07)


### Enhancements

* **icon:** improve the logic that cache device icons ([886bd81](https://github.com/Belphemur/SoundSwitch/commit/886bd81135f1dbb3b9f2557dc6b695e1fc21b51d))


### Bug Fixes

* **device:icon:** Force max size of 32px instead of what's available as large ([c389f27](https://github.com/Belphemur/SoundSwitch/commit/c389f2769a150f59893e1537e5728b1902ff485f))
* **settings:** fix issue with device list (settings) crashing when too many devices ([180ca33](https://github.com/Belphemur/SoundSwitch/commit/180ca33a43f9572588703cb8ad37330d563e2e20))

## [6.10.2](https://github.com/Belphemur/SoundSwitch/compare/v6.10.1...v6.10.2) (2024-04-07)


Expand Down
4 changes: 2 additions & 2 deletions SoundSwitch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyFileVersion("6.10.2")]
[assembly: AssemblyInformationalVersion("6.10.2")]
[assembly: AssemblyFileVersion("6.10.3")]
[assembly: AssemblyInformationalVersion("6.10.3")]

0 comments on commit b387a4a

Please sign in to comment.