Skip to content

Commit

Permalink
Release v.0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alxnull committed Mar 5, 2023
1 parent 4a39a9a commit 39a5922
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 21 deletions.
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Vividl Changelog

### v.0.7.0 (2023-03)
- **New:** Add drag & drop support for importing URLs.
- **New:** Add GPU acceleration option for AMD (AMF) and Intel (QSV) GPUs.
- **New:** Japanese translation.
- **Updated:** Dutch, Spanish and Russian translation.
- **Fixed:** Various issues causing crashes with newer yt-dlp versions.
- **Fixed:** App crashes with "Best direct download" option.
- **Fixed:** Missing download progress bar for some downloads.
- **Fixed:** Issues with audio-only downloads in custom download window.
- **Fixed:** Remove unnecessary yt-dlp warnings.

### v.0.6.0 (2022-01)
- **New:** Smart Automation mode: Auto-import & download URLs from clipboard
- **New:** Add option for CUDA-supported FFmpeg conversion.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2020-2022, Bluegrams.
Copyright (c) 2020-2023, Bluegrams.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion Vividl/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="CommonServiceLocator" publicKeyToken="489b6accfaf20ef0" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.6.0" newVersion="2.0.6.0" />
<bindingRedirect oldVersion="0.0.0.0-2.0.7.0" newVersion="2.0.7.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="XAMLMarkupExtensions" publicKeyToken="c726e0262981a1eb" culture="neutral" />
Expand Down
6 changes: 3 additions & 3 deletions Vividl/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Bluegrams")]
[assembly: AssemblyProduct("Vividl")]
[assembly: AssemblyCopyright("Copyright © 2020-2022 Bluegrams")]
[assembly: AssemblyCopyright("Copyright © 2020-2023 Bluegrams")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -45,5 +45,5 @@
// app, or any theme specific resource dictionaries)
)]

[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]
[assembly: AssemblyVersion("0.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]
15 changes: 8 additions & 7 deletions Vividl/Vividl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
<Reference Include="ByteSize, Version=2.1.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ByteSize.2.1.1\lib\net45\ByteSize.dll</HintPath>
</Reference>
<Reference Include="CommonServiceLocator, Version=2.0.6.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
<HintPath>..\packages\CommonServiceLocator.2.0.6\lib\net48\CommonServiceLocator.dll</HintPath>
<Reference Include="CommonServiceLocator, Version=2.0.7.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
<HintPath>..\packages\CommonServiceLocator.2.0.7\lib\net48\CommonServiceLocator.dll</HintPath>
</Reference>
<Reference Include="Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
<HintPath>..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath>
Expand Down Expand Up @@ -150,16 +150,16 @@
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="WPFLocalizeExtension, Version=3.9.4.0, Culture=neutral, PublicKeyToken=c726e0262981a1eb, processorArchitecture=MSIL">
<HintPath>..\packages\WPFLocalizeExtension.3.9.4\lib\net452\WPFLocalizeExtension.dll</HintPath>
<Reference Include="WPFLocalizeExtension, Version=3.10.0.0, Culture=neutral, PublicKeyToken=c726e0262981a1eb, processorArchitecture=MSIL">
<HintPath>..\packages\WPFLocalizeExtension.3.10.0\lib\net452\WPFLocalizeExtension.dll</HintPath>
</Reference>
<Reference Include="XAMLMarkupExtensions, Version=2.1.3.0, Culture=neutral, PublicKeyToken=c726e0262981a1eb, processorArchitecture=MSIL">
<HintPath>..\packages\XAMLMarkupExtensions.2.1.3\lib\net48\XAMLMarkupExtensions.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup Condition=" '$(Configuration)|$(Platform)' != 'LegacyYoutubeDLSharp|AnyCPU' ">
<Reference Include="YoutubeDLSharp, Version=1.0.0.2364, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\YoutubeDLSharp.1.0.0-beta4\lib\net45\YoutubeDLSharp.dll</HintPath>
<Reference Include="YoutubeDLSharp, Version=1.0.0.2364, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\YoutubeDLSharp.1.0.0-beta4\lib\net45\YoutubeDLSharp.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'LegacyYoutubeDLSharp|AnyCPU' ">
Expand Down Expand Up @@ -307,6 +307,7 @@
<EmbeddedResource Include="Properties\Resources.es.resx" />
<EmbeddedResource Include="Properties\Resources.fr.resx" />
<EmbeddedResource Include="Properties\Resources.he.resx" />
<EmbeddedResource Include="Properties\Resources.ja.resx" />
<EmbeddedResource Include="Properties\Resources.nl.resx" />
<EmbeddedResource Include="Properties\Resources.pl.resx" />
<EmbeddedResource Include="Properties\Resources.pt.resx" />
Expand Down Expand Up @@ -347,7 +348,7 @@
<ItemGroup>
<Resource Include="vividl.ico" />
</ItemGroup>
<ItemGroup>
<ItemGroup Condition="$(DefineConstants.Contains(WITH_LIB))">
<Resource Include="Lib\ffmpeg-version.txt" />
<Content Include="Lib\yt-dlp.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down
4 changes: 2 additions & 2 deletions Vividl/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package id="AdonisUI.ClassicTheme" version="1.17.1" targetFramework="net48" />
<package id="AppHelpers.WPF" version="0.1.0" targetFramework="net462" />
<package id="ByteSize" version="2.1.1" targetFramework="net462" />
<package id="CommonServiceLocator" version="2.0.6" targetFramework="net48" />
<package id="CommonServiceLocator" version="2.0.7" targetFramework="net48" />
<package id="Costura.Fody" version="4.1.0" targetFramework="net462" />
<package id="Enterwell.Clients.Wpf.Notifications" version="1.4.2" targetFramework="net462" />
<package id="Fody" version="6.3.0" targetFramework="net462" developmentDependency="true" />
Expand All @@ -14,7 +14,7 @@
<package id="PortableSettingsProvider" version="0.2.4" targetFramework="net462" />
<package id="SharpClipboard" version="3.5.2" targetFramework="net462" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net48" />
<package id="WPFLocalizeExtension" version="3.9.4" targetFramework="net48" />
<package id="WPFLocalizeExtension" version="3.10.0" targetFramework="net48" />
<package id="XAMLMarkupExtensions" version="2.1.3" targetFramework="net48" />
<package id="YoutubeDLSharp" version="1.0.0-beta4" targetFramework="net48" />
</packages>
10 changes: 5 additions & 5 deletions VividlSetup/VividlSetup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
}
"{3C67513D-01DD-4637-8A68-80971EB9504F}:_ACA5DA60EC6441C99E1B6455A8633761"
{
"DefaultLocation" = "8:[ProgramFilesFolder][Manufacturer]\\[ProductName]"
"DefaultLocation" = "8:[ProgramFiles64Folder][Manufacturer]\\[ProductName]"
"Name" = "8:#1925"
"AlwaysCreate" = "11:FALSE"
"Condition" = "8:"
Expand Down Expand Up @@ -292,15 +292,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Vividl"
"ProductCode" = "8:{B8E847BB-CF08-481F-B6BC-8E6A2152EED2}"
"PackageCode" = "8:{FDBA7120-23D5-44A6-80A6-8BC180A347D3}"
"ProductCode" = "8:{83AD7C1E-1CAA-42E5-8028-F668C7F7B664}"
"PackageCode" = "8:{63AE07F8-FDEC-4098-903A-20583D60FC9C}"
"UpgradeCode" = "8:{424347EB-A135-4241-98B1-F2476CA4F959}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:0.6.0"
"ProductVersion" = "8:0.7.0"
"Manufacturer" = "8:Bluegrams"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://sourceforge.net/projects/vividl/support"
Expand All @@ -314,7 +314,7 @@
"ARPIconIndex" = "3:0"
"SearchPath" = "8:"
"UseSystemSearchPath" = "11:TRUE"
"TargetPlatform" = "3:0"
"TargetPlatform" = "3:1"
"PreBuildEvent" = "8:"
"PostBuildEvent" = "8:"
"RunPostBuildEvent" = "3:0"
Expand Down
4 changes: 2 additions & 2 deletions choco/vividl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>vividl</id>
<version>0.6.0</version>
<version>0.7.0</version>
<owners>alxnull</owners>
<!-- ============================== -->

Expand All @@ -14,7 +14,7 @@
<authors>alxnull</authors>
<projectUrl>https://vividl.sourceforge.io/</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Bluegrams/Vividl/master/img/icon.png</iconUrl>
<copyright>© 2020-2022 Bluegrams</copyright>
<copyright>© 2020-2023 Bluegrams</copyright>
<licenseUrl>https://github.com/bluegrams/Vividl/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/bluegrams/Vividl</projectSourceUrl>
Expand Down

0 comments on commit 39a5922

Please sign in to comment.