mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-03-16 19:20:12 +01:00
Release v2.7.0
This commit is contained in:
parent
19b912bff1
commit
61860c0dfb
14
CHANGELOG
14
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.
|
||||
|
@ -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;
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user