ermig1979 / AntiDupl

A program to search similar and defect pictures on the disk
https://ermig1979.github.io/AntiDupl
MIT License
1.26k stars 93 forks source link

New release #147

Closed dajotim937 closed 1 year ago

dajotim937 commented 1 year ago

Hi. May we have a new build/release? It's more that 2 years since last one. Thank you.

KoalaBear84 commented 1 year ago

That would be escpecially helpfull because I cannot get it build and build a release myself. Tried it a year ago, tried it today. It doesn't start when I build it myself.

It generates a C:\Users\\AppData\Local\CrashDumps here, but I don't have experience debugging CrashDumps.

I wanted to make a github action so ermig1979 could build it by simply tagging it.

bconte commented 1 year ago

Also was looking for a latest release

yangjieshao commented 1 year ago

Also was looking for a latest release

AntiDupl.NET framework4.5.zip

Zungao commented 1 year ago

Also was looking for a latest release

AntiDupl.NET framework4.5.zip

In Windows 10 and 11 x64 this still demands installation of Net Framework 3.5.

Edi61 commented 1 year ago

Also was looking for a latest release

AntiDupl.NET framework4.5.zip

In Windows 10 and 11 x64 this still demands installation of Net Framework 3.5. -> Fixed by new commit https://github.com/ermig1979/AntiDupl/commit/6b4b75e139b70fcf9f4f09b89bc16fc6ce75c1de

Zungao commented 1 year ago

I tried the AntiDupl.NET-2.3.11 build made available here and now it requires .Net Desktop Runtime 6.0.14 (tried on both Windows 10 and 11)

My problem is that I use Antidupl in a portable mode and must not depend on the installation of any additional software other that the standard Windows installation. For this reason I still use Antidupl 2.3.6, witch is the last version that allows this :-(

Would a fully self contained program be possible?

Edi61 commented 1 year ago

Hello @Zungao : I have created a singlefile portable in my fork: https://github.com/Edi61/AntiDupl/suites/11484024548/artifacts/593178905 But beware since all is included its a big file and its runs principially slower: Could you please test it?

SMylk commented 1 year ago

Hello @Zungao : I have created a singlefile portable in my fork: https://github.com/Edi61/AntiDupl/suites/11484024548/artifacts/593178905 But beware since all is included its a big file and its runs principially slower: Could you please test it?

404

Edi61 commented 1 year ago

https://github.com/Edi61/AntiDupl/actions/runs/4394401067#artifacts or try here under Artifacts -> AntiDupl.NET-2.3.11 build SingleFilePortable

SMylk commented 1 year ago

Thanks that works! Testing now.

Zungao commented 1 year ago

Hello @Edi61: The zip file contains a 7z file (AntiDupl.NET-2.3.11_SingleFilePortable.7z) and a self extract z7 file (AntiDupl.NET-2.3.11_SingleFilePortable.exe) which appear to contain the same files. Is this deliberate?

Both AntiDupl.NET.WinForms.exe and AntiDupl.NET.WPF.exe run without demanding any dependencies - THANK YOU!

I took some time to test and found nothing wrong. Will report if I find some bugs.

Again, thank you for taking the time to do this version!