-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.8.1.115 - [x] Improved usability (#6) - [x] Added ability to export synchronized file with `FFmpeg` (#7) - [x] Fixed multiple instances run (#11) - [x] Fixed progress display (while matching files) (#17)
- Loading branch information
Showing
6 changed files
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<Window x:Class="auxmic.ui.About" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
Title="About auxmic" Height="200" Width="300" ResizeMode="NoResize" WindowStyle="ToolWindow" WindowStartupLocation="CenterOwner" Loaded="Window_Loaded"> | ||
Title="About auxmic" Height="220" Width="320" ResizeMode="NoResize" WindowStyle="ToolWindow" WindowStartupLocation="CenterOwner" Loaded="Window_Loaded"> | ||
<Window.Resources> | ||
|
||
<Style x:Key="main_window"> | ||
|
@@ -78,7 +78,12 @@ | |
[email protected] | ||
</Hyperlink> | ||
</TextBlock> | ||
<!--<Separator DockPanel.Dock="Top"/>--> | ||
<TextBlock DockPanel.Dock="Top" Padding="1" Margin="1"> | ||
<Hyperlink Foreground="#4ca1e4" NavigateUri="https://github.com/osmanovv/auxmic" RequestNavigate="Hyperlink_RequestNavigate"> | ||
GitHub | ||
</Hyperlink> | ||
</TextBlock> | ||
<Separator DockPanel.Dock="Top"/> | ||
</DockPanel> | ||
</Border> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
auxmic | ||
http://auxmic.com | ||
|
||
Copyright © 2014-2017 Vladislav Osmanov | ||
Copyright © 2014-2020 Vladislav Osmanov | ||
[email protected] | ||
|
||
|
||
|
@@ -13,6 +13,13 @@ The only purpose is to help you synchronize audio from external microphone with | |
|
||
RELEASE NOTES | ||
------------- | ||
auxmic v0.8.1.115 [2020-08-09] | ||
|
||
+ Improved usability (#6) | ||
+ Added ability to export synchronized file with `FFmpeg` (#7) | ||
+ Fixed multiple instances run (#11) | ||
+ Fixed progress display (while matching files) (#17) | ||
|
||
auxmic v0.8.0.103 [2020-06-05] | ||
|
||
+ Fixed crash on processing files with the same names (but different extensions) #1 | ||
|