-
Notifications
You must be signed in to change notification settings - Fork 592
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed an issue where scale was corrupted when switching application language (github issue #5) * Update ffmpeg to version 3.2.2 * Fixed issue where file metadata were not copied when converting to aac format (github issue #15). * Fixed: Issue where specific culture where ignored * Add Portuguese translation * Change copyright date to 2017 * Change in-app web links to https * Download FileConverter upgrade with https * Update changelog and readme * Change version number to 1.2.2
- Loading branch information
Showing
20 changed files
with
632 additions
and
47 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 @@ | ||
// <copyright file="Application.xaml.cs" company="AAllard">License: http://www.gnu.org/licenses/gpl.html GPL version 3.</copyright> | ||
|
||
/* File Converter - This program allow you to convert file format to another. | ||
Copyright (C) 2016 Adrien Allard | ||
Copyright (C) 2017 Adrien Allard | ||
email: [email protected] | ||
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by | ||
|
@@ -32,7 +32,7 @@ public partial class Application : System.Windows.Application | |
{ | ||
Major = 1, | ||
Minor = 2, | ||
Patch = 1, | ||
Patch = 2, | ||
}; | ||
|
||
private readonly List<ConversionJob> conversionJobs = new List<ConversionJob>(); | ||
|
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
Oops, something went wrong.