Skip to content

Commit

Permalink
1.9.7 Readme and setup_nsis
Browse files Browse the repository at this point in the history
  • Loading branch information
zbabac committed Nov 23, 2022
1 parent 374ede6 commit 71d8e0e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
**Just download it, run and it will download all prerequisites and install VCT in your home dir and create desktop shell file to run the app.**
For other distros you need to do it manually. Please scroll to the end of this file to see how, and read INSTALL_README.txt included with download to learn how.

**Update: There was an exception on Linux after update of mono to v 6.12. Version 1.9.6.1 fixes that issue and upgrades .NET framework to 4.8.

** 64-bit Macs seems to have a problem with recent mono releases: WinForms are not ported to 64-bit, so it doesn't work. That's why I didn't include it in main release. Older Macs (I have 10.7) seem to work with some GUI rendering issues. Plase try the Windows release with Crossover for Mac on new Macs!

# v1.9.6.2 The same as 1.9.5.7, but with a fix for Linux exceptions with mono 6.8-6.12 and with .NET framework 4.8 and updated Newtonsoft dll.
# v1.9.7 Functionality the same as 1.9.5.6. but with updated GUI look: Windows and Linux with mono have similar look; fixed issues with lower resolutions (works from 1200x800 and higher); for res. 1920x1080 and higher works with scaling up to 150%.

### You can download binaries and source code from Sourceforge:
https://sourceforge.net/projects/videoconvertertranscoder/files/
Expand Down Expand Up @@ -70,7 +68,7 @@ If you want files to be stored in different folder than input files, then select

You can use **drag&drop** instead to click "Input File(s)..." buttons. Just drag file(s) on those buttons from Windows Explorer.

**Latest version 1.9.6.2**
**Latest version 1.9.7**



Expand Down Expand Up @@ -123,6 +121,8 @@ Added git repository. It is now preferred method to get source code. To clone us
Please contact me via discussion board if you want to collaborate or send me an email: [email protected].

### Change log
# v1.9.7 Functionality the same as 1.9.5.6. but with updated GUI look: Windows and Linux with mono have similar look; fixed issues with lower resolutions (works from 1200x800 and higher); for res. 1920x1080 and higher works with scaling up to 150%.

# v1.9.6.2 The same as 1.9.5.7, but with a fix for Linux exceptions with mono 6.8-6.12 and with .NET framework 4.8 and updated Newtonsoft dll.

# v1.9.5.7 Copy specific time range to output in Transcode Tab, works also in Convert tab
Expand Down
6 changes: 2 additions & 4 deletions VCT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>Zlatko.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
Expand Down Expand Up @@ -170,12 +171,9 @@
<Content Include="VCT_help.pdf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="VTC_1_TemporaryKey.pfx" />
<Content Include="Hadezign-Hobbies-Movies.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="VTC_TemporaryKey.pfx" />
<None Include="Zlatko.pfx" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
Expand Down
2 changes: 1 addition & 1 deletion setup_nsis.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FunctionEnd

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "VCT"
!define PRODUCT_VERSION "1.9.6.2"
!define PRODUCT_VERSION "1.9.7"
!define PRODUCT_PUBLISHER "Zlatko Babic"
!define PRODUCT_WEB_SITE "https://sourceforge.net/projects/videoconvertertranscoder/?source=directory"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\VCT.exe"
Expand Down

0 comments on commit 71d8e0e

Please sign in to comment.