diff --git a/README.md b/README.md index a7aa9fe..349e147 100644 --- a/README.md +++ b/README.md @@ -151,10 +151,10 @@ mpv.net was started 2017 and consists of about 9000 lines of code. Third party components are: -- libmpv -- MediaInfo -- Tommy (TOML parser) -- IronPython +- [libmpv](https://mpv.io/) +- [MediaInfo](https://mediaarea.net/en/MediaInfo) +- [Tommy (TOML parser)](https://github.com/dezhidki/Tommy) +- [IronPython](https://ironpython.net/) ### Support @@ -194,7 +194,7 @@ mpv.net bugs and requests: ### Changelog -### 3.2 (2019-0?-??) +### 3.2 (2019-04-27) - mpvInputEdit and mpvConfEdit were discontinued and merged into mpvnet because separate apps were to difficult to work with @@ -206,10 +206,10 @@ mpv.net bugs and requests: - MediaInfo and youtube-dl were updated - a new JavaScript example script was added to the wiki and the script descriptions were improved. [Scripting Page](https://github.com/stax76/mpv.net/wiki/Scripting). -- greatly improved README.md file and github startpage +- greatly improved README.md file and [github startpage](https://github.com/stax76/mpv.net) - About dialog added - the input editor shows only a closing message if actually a change was made -- the input editor don't show menu separators any longer +- the input editor don't show confusing menu separators any longer. [Screenshot](https://github.com/stax76/mpv.net#input-editor) - new Command Palette feature added. [Screenshot](https://github.com/stax76/mpv.net#command-palette), [Default input binding](https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/inputConf.txt#L141) - the history feature had a bug causing files to be logged more than once diff --git a/mpv.net.sln b/mpv.net.sln index 26abd4e..5952338 100644 --- a/mpv.net.sln +++ b/mpv.net.sln @@ -12,49 +12,21 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU - Release|x64 = Release|x64 - Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {1751F378-8EDF-4B62-BE6D-304C7C287089}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {1751F378-8EDF-4B62-BE6D-304C7C287089}.Debug|Any CPU.Build.0 = Debug|Any CPU - {1751F378-8EDF-4B62-BE6D-304C7C287089}.Debug|x64.ActiveCfg = Debug|x64 - {1751F378-8EDF-4B62-BE6D-304C7C287089}.Debug|x64.Build.0 = Debug|x64 - {1751F378-8EDF-4B62-BE6D-304C7C287089}.Debug|x86.ActiveCfg = Debug|x86 - {1751F378-8EDF-4B62-BE6D-304C7C287089}.Debug|x86.Build.0 = Debug|x86 {1751F378-8EDF-4B62-BE6D-304C7C287089}.Release|Any CPU.ActiveCfg = Release|Any CPU {1751F378-8EDF-4B62-BE6D-304C7C287089}.Release|Any CPU.Build.0 = Release|Any CPU - {1751F378-8EDF-4B62-BE6D-304C7C287089}.Release|x64.ActiveCfg = Release|x64 - {1751F378-8EDF-4B62-BE6D-304C7C287089}.Release|x64.Build.0 = Release|x64 - {1751F378-8EDF-4B62-BE6D-304C7C287089}.Release|x86.ActiveCfg = Release|x86 - {1751F378-8EDF-4B62-BE6D-304C7C287089}.Release|x86.Build.0 = Release|x86 {55C88710-539D-4402-84C8-31694841C731}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {55C88710-539D-4402-84C8-31694841C731}.Debug|Any CPU.Build.0 = Debug|Any CPU - {55C88710-539D-4402-84C8-31694841C731}.Debug|x64.ActiveCfg = Debug|x64 - {55C88710-539D-4402-84C8-31694841C731}.Debug|x64.Build.0 = Debug|x64 - {55C88710-539D-4402-84C8-31694841C731}.Debug|x86.ActiveCfg = Debug|x86 - {55C88710-539D-4402-84C8-31694841C731}.Debug|x86.Build.0 = Debug|x86 {55C88710-539D-4402-84C8-31694841C731}.Release|Any CPU.ActiveCfg = Release|Any CPU {55C88710-539D-4402-84C8-31694841C731}.Release|Any CPU.Build.0 = Release|Any CPU - {55C88710-539D-4402-84C8-31694841C731}.Release|x64.ActiveCfg = Release|x64 - {55C88710-539D-4402-84C8-31694841C731}.Release|x64.Build.0 = Release|x64 - {55C88710-539D-4402-84C8-31694841C731}.Release|x86.ActiveCfg = Release|x86 - {55C88710-539D-4402-84C8-31694841C731}.Release|x86.Build.0 = Release|x86 {71808A87-8B1C-4DF8-957C-D79C3B164CCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {71808A87-8B1C-4DF8-957C-D79C3B164CCA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {71808A87-8B1C-4DF8-957C-D79C3B164CCA}.Debug|x64.ActiveCfg = Debug|Any CPU - {71808A87-8B1C-4DF8-957C-D79C3B164CCA}.Debug|x64.Build.0 = Debug|Any CPU - {71808A87-8B1C-4DF8-957C-D79C3B164CCA}.Debug|x86.ActiveCfg = Debug|Any CPU - {71808A87-8B1C-4DF8-957C-D79C3B164CCA}.Debug|x86.Build.0 = Debug|Any CPU {71808A87-8B1C-4DF8-957C-D79C3B164CCA}.Release|Any CPU.ActiveCfg = Release|Any CPU {71808A87-8B1C-4DF8-957C-D79C3B164CCA}.Release|Any CPU.Build.0 = Release|Any CPU - {71808A87-8B1C-4DF8-957C-D79C3B164CCA}.Release|x64.ActiveCfg = Release|Any CPU - {71808A87-8B1C-4DF8-957C-D79C3B164CCA}.Release|x64.Build.0 = Release|Any CPU - {71808A87-8B1C-4DF8-957C-D79C3B164CCA}.Release|x86.ActiveCfg = Release|Any CPU - {71808A87-8B1C-4DF8-957C-D79C3B164CCA}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/mpv.net/Properties/AssemblyInfo.cs b/mpv.net/Properties/AssemblyInfo.cs index 043ffe0..1d68f4c 100644 --- a/mpv.net/Properties/AssemblyInfo.cs +++ b/mpv.net/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("mpv.net")] -[assembly: AssemblyDescription("libmpv based media player")] +[assembly: AssemblyDescription("A lightweight media player")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("mpv.net")] @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.1.0.0")] -[assembly: AssemblyFileVersion("3.1.0.0")] +[assembly: AssemblyVersion("3.2.0.0")] +[assembly: AssemblyFileVersion("3.2.0.0")] diff --git a/release.ps1 b/portable.ps1 similarity index 86% rename from release.ps1 rename to portable.ps1 index f92f1a5..55679e7 100644 --- a/release.ps1 +++ b/portable.ps1 @@ -2,6 +2,6 @@ $scriptDir = Split-Path -Path $PSCommandPath -Parent $exePath = $scriptDir + "\mpv.net\bin\mpvnet.exe" $version = [Diagnostics.FileVersionInfo]::GetVersionInfo($exePath).FileVersion $desktopDir = [Environment]::GetFolderPath("Desktop") -$targetDir = $desktopDir + "\mpv.net-" + $version +$targetDir = $desktopDir + "\mpv.net-portable-x64-" + $version Copy-Item $scriptDir\mpv.net\bin $targetDir -Recurse -Exclude System.Management.Automation.xml -Force & "C:\Program Files\7-Zip\7z.exe" a -t7z -mx9 "$targetDir.7z" -r "$targetDir\*" \ No newline at end of file diff --git a/setup.iss b/setup.iss index ef47748..5ca37ee 100644 --- a/setup.iss +++ b/setup.iss @@ -11,7 +11,7 @@ AppPublisher=stax76 ArchitecturesInstallIn64BitMode=x64 Compression=lzma2 DefaultDirName={pf}\{#MyAppName} -OutputBaseFilename=mpvnet-{#MyAppVersion} +OutputBaseFilename=mpvnet-setup-x64-{#MyAppVersion} OutputDir=C:\Users\frank\Desktop DefaultGroupName={#MyAppName}