diff --git a/CHANGELOG b/CHANGELOG index 00a0e8f..7d80d64 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,20 @@ To view or download releases with changelogs, please go to https://github.com/Ma This is local changelog file. +v2.7.0 Release (June 23, 2024): + +- Updated FFmpeg and MPV VVCEasy builds +- Updated VVC binaries +- Added BSD x86_64 nightly VVC binaries (compiled on FreeBSD 13.3) +- Updated Windows VLC VTM VVC Decoder plugin +- Added Linux arm64 & macOS arm64 FFmpeg VVCEasy build support +- Added MPC-BE information on LAVFilters folder +- Added uvg266 binaries of Windows, macOS, Linux and BSD. +- Updated 7-Zip latest +- Added gitignore file +- Improved Windows batchfile script +- New libvvenc codes from official FFmpeg is done. + v2.5.0 Release (April 11, 2024): - New FFmpeg VVCEasy builds of Windows & Linux using my forked repository from BtBn/FFmpeg-Builds and up to 7.0 nightly latest. diff --git a/Program.cs b/Program.cs index a163510..1b198ce 100644 --- a/Program.cs +++ b/Program.cs @@ -6,8 +6,8 @@ namespace VVCEasy { public static void Main() { - string version = "v2.5.0"; - string codeversion = "Pretty big greatest ever!"; + string version = "v2.7.0"; + string codeversion = "Martin Eesmaa at age 19, wow nice!"; string title = "Martin Eesmaa / VVCEasy"; bool exit = false; Console.Title = title; diff --git a/VVCEasy.bat b/VVCEasy.bat index 114103a..1b36bf0 100644 --- a/VVCEasy.bat +++ b/VVCEasy.bat @@ -1,7 +1,7 @@ echo off set welcometitle=Martin Eesmaa / VVCEasy -set version=v2.5.0 -set versionname=Pretty big greatest ever! +set version=v2.7.0 +set versionname=Martin Eesmaa at age 19, wow nice! set vvceasydate=11 April 2024 IF EXIST "%PROGRAMFILES(X86)%" (set bit=x64) ELSE (set bit=Win32) pushd "%~dp0" diff --git a/VVCEasy_compiler.iss b/VVCEasy_compiler.iss index 2e3b80e..9017d68 100644 --- a/VVCEasy_compiler.iss +++ b/VVCEasy_compiler.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "VVCEasy" -#define MyAppVersion "2.5.0" +#define MyAppVersion "2.7.0" #define MyAppPublisher "Martin Eesmaa" #define MyAppURL "https://github.com/MartinEesmaa/VVCEasy"