Skip to content

Commit 981fb44

Browse files
author
Antoine Aflalo
committed
new version
1 parent 2779a0d commit 981fb44

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [v3.4.2](https://github.com/Belphemur/SoundSwitch/tree/v3.4.2) (2015-09-04)
4+
[Full Changelog](https://github.com/Belphemur/SoundSwitch/compare/v3.4.1...v3.4.2)
5+
6+
**Implemented enhancements:**
7+
8+
- Add localization [\#27](https://github.com/Belphemur/SoundSwitch/issues/27)
9+
- Bigger Icons in Settings. Support non standard icons. [\#26](https://github.com/Belphemur/SoundSwitch/issues/26)
10+
11+
**Fixed bugs:**
12+
13+
- crash on Start: Recording Devices: Call IMMDeviceEnumerator::GetDefaultAudioEndpoint\(...\) [\#25](https://github.com/Belphemur/SoundSwitch/issues/25)
14+
315
## [v3.4.1](https://github.com/Belphemur/SoundSwitch/tree/v3.4.1) (2015-09-02)
416
[Full Changelog](https://github.com/Belphemur/SoundSwitch/compare/v3.4.0...v3.4.1)
517

SoundSwitch/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@
3030
//
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
33-
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("3.4.1.*")]
33+
[assembly: AssemblyVersion("3.4.2.*")]

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 3.3.x.{build}
1+
version: 3.4.2.{build}
22
configuration: AppVeyor
33
platform:
44
- x64

0 commit comments

Comments
 (0)