File tree Expand file tree Collapse file tree 6 files changed +23
-11
lines changed Expand file tree Collapse file tree 6 files changed +23
-11
lines changed Original file line number Diff line number Diff line change 1
1
<Window x : Class =" auxmic.ui.About"
2
2
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
3
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
4
- Title =" About auxmic" Height =" 200 " Width =" 300 " ResizeMode =" NoResize" WindowStyle =" ToolWindow" WindowStartupLocation =" CenterOwner" Loaded =" Window_Loaded" >
4
+ Title =" About auxmic" Height =" 220 " Width =" 320 " ResizeMode =" NoResize" WindowStyle =" ToolWindow" WindowStartupLocation =" CenterOwner" Loaded =" Window_Loaded" >
5
5
<Window .Resources>
6
6
7
7
<Style x : Key =" main_window" >
78
78
79
79
</Hyperlink >
80
80
</TextBlock >
81
- <!-- <Separator DockPanel.Dock="Top"/>-->
81
+ <TextBlock DockPanel.Dock=" Top" Padding =" 1" Margin =" 1" >
82
+ <Hyperlink Foreground =" #4ca1e4" NavigateUri =" https://github.com/osmanovv/auxmic" RequestNavigate =" Hyperlink_RequestNavigate" >
83
+ GitHub
84
+ </Hyperlink >
85
+ </TextBlock >
86
+ <Separator DockPanel.Dock=" Top" />
82
87
</DockPanel >
83
88
</Border >
84
89
Original file line number Diff line number Diff line change 10
10
[ assembly: AssemblyTitle ( "auxmic.ui" ) ]
11
11
[ assembly: AssemblyDescription ( "" ) ]
12
12
[ assembly: AssemblyConfiguration ( "" ) ]
13
- [ assembly: AssemblyCompany ( "Vladislav Osmanov " ) ]
13
+ [ assembly: AssemblyCompany ( "auxmic " ) ]
14
14
[ assembly: AssemblyProduct ( "auxmic" ) ]
15
15
[ assembly: AssemblyCopyright ( "Copyright © 2014-2020 Vladislav Osmanov" ) ]
16
16
[ assembly: AssemblyTrademark ( "" ) ]
54
54
55
55
// см. http://stackoverflow.com/questions/12176/svn-revision-version-in-net-assembly-w-out-cc-net
56
56
// http://www.codeproject.com/Articles/27874/Use-Subversion-Revision-Numbers-in-your-Visual-Stu
57
- [ assembly: AssemblyVersion ( "0.8.0.103 " ) ]
58
- [ assembly: AssemblyFileVersion ( "0.8.0.103 " ) ]
57
+ [ assembly: AssemblyVersion ( "0.8.1.115 " ) ]
58
+ [ assembly: AssemblyFileVersion ( "0.8.1.115 " ) ]
59
59
//[assembly: AssemblyInformationalVersion("Build date: 2017-01-26 21:02:40; Revision date: 2017-01-21 16:04:51; Revision(s) in working copy: 95:97; WARNING working copy had uncommitted modifications.")]
Original file line number Diff line number Diff line change 32
32
</PropertyGroup >
33
33
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
34
34
<PlatformTarget >AnyCPU</PlatformTarget >
35
- <DebugType >pdbonly </DebugType >
35
+ <DebugType >none </DebugType >
36
36
<Optimize >true</Optimize >
37
37
<OutputPath >bin\Release\</OutputPath >
38
38
<DefineConstants >TRACE</DefineConstants >
Original file line number Diff line number Diff line change 10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
11
[ assembly: AssemblyCompany ( "Vladislav Osmanov" ) ]
12
12
[ assembly: AssemblyProduct ( "auxmic" ) ]
13
- [ assembly: AssemblyCopyright ( "Copyright © 2014-2019 Vladislav Osmanov" ) ]
13
+ [ assembly: AssemblyCopyright ( "Copyright © 2014-2020 Vladislav Osmanov" ) ]
14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "0.8.0 .0" ) ]
36
- [ assembly: AssemblyFileVersion ( "0.8.0 .0" ) ]
35
+ [ assembly: AssemblyVersion ( "0.8.1 .0" ) ]
36
+ [ assembly: AssemblyFileVersion ( "0.8.1 .0" ) ]
37
37
38
38
[ assembly: System . Runtime . CompilerServices . InternalsVisibleTo ( "TestProject" ) ]
Original file line number Diff line number Diff line change 45
45
</PropertyGroup >
46
46
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
47
47
<PlatformTarget >AnyCPU</PlatformTarget >
48
- <DebugType >pdbonly </DebugType >
48
+ <DebugType >none </DebugType >
49
49
<Optimize >true</Optimize >
50
50
<OutputPath >bin\Release\</OutputPath >
51
51
<DefineConstants >TRACE</DefineConstants >
Original file line number Diff line number Diff line change 1
1
auxmic
2
2
http://auxmic.com
3
3
4
- Copyright © 2014-2017 Vladislav Osmanov
4
+ Copyright © 2014-2020 Vladislav Osmanov
5
5
6
6
7
7
@@ -13,6 +13,13 @@ The only purpose is to help you synchronize audio from external microphone with
13
13
14
14
RELEASE NOTES
15
15
-------------
16
+ auxmic v0.8.1.115 [2020-08-09]
17
+
18
+ + Improved usability (#6)
19
+ + Added ability to export synchronized file with `FFmpeg` (#7)
20
+ + Fixed multiple instances run (#11)
21
+ + Fixed progress display (while matching files) (#17)
22
+
16
23
auxmic v0.8.0.103 [2020-06-05]
17
24
18
25
+ Fixed crash on processing files with the same names (but different extensions) #1
You can’t perform that action at this time.
0 commit comments