File tree Expand file tree Collapse file tree 12 files changed +35
-35
lines changed Expand file tree Collapse file tree 12 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 2222
2323env :
2424  WDK_URL : https://go.microsoft.com/fwlink/p/?LinkID=253170 
25-   LIBUSB0_URL : https://sourceforge.net/projects /libusb-win32/files/libusb-win32- releases/1.2.6 .0/libusb-win32-bin-1.2.6 .0.zip/download  
25+   LIBUSB0_URL : https://github.com/mcuee /libusb-win32/releases/download/release_1.4.0 .0/libusb-win32-bin-1.4.0 .0.zip 
2626  LIBUSBK_URL : https://github.com/mcuee/libusbk/releases/download/V3.1.0.0/libusbK-3.1.0.0-bin.7z 
2727  SOLUTION_FILE_PATH : ./libwdi.sln 
2828  TARGET_PLATFORM : x64 
Original file line number Diff line number Diff line change 1313
1414env :
1515  WDK_URL : https://go.microsoft.com/fwlink/p/?LinkID=253170 
16-   LIBUSB0_URL : https://sourceforge.net/projects /libusb-win32/files/libusb-win32- releases/1.2.7.3 /libusb-win32-bin-1.2.7.3 .zip/download  
16+   LIBUSB0_URL : https://github.com/mcuee /libusb-win32/releases/download/release_1.4.0.0 /libusb-win32-bin-1.4.0.0 .zip 
1717  LIBUSBK_URL : https://github.com/mcuee/libusbk/releases/download/V3.1.0.0/libusbK-3.1.0.0-bin.7z 
1818  SOLUTION_FILE_PATH : ./libwdi.sln 
1919  EMAIL : pete@akeo.ie 
Original file line number Diff line number Diff line change 2222
2323env :
2424  WDK_URL : https://go.microsoft.com/fwlink/p/?LinkID=253170 
25-   LIBUSB0_URL : https://sourceforge.net/projects /libusb-win32/files/libusb-win32- releases/1.2.7.3 /libusb-win32-bin-1.2.7.3 .zip/download  
25+   LIBUSB0_URL : https://github.com/mcuee /libusb-win32/releases/download/release_1.4.0.0 /libusb-win32-bin-1.4.0.0 .zip 
2626  LIBUSBK_URL : https://github.com/mcuee/libusbk/releases/download/V3.1.0.0/libusbK-3.1.0.0-bin.7z 
2727  BUILD_OPTIONS : ' --enable-toggable-debug --enable-examples-build --disable-debug --disable-shared' 
2828  DRIVERS_PATHS : ' --with-wdkdir="wdk/Windows Kits/8.0" --with-wdfver=1011 --with-libusb0="libusb0" --with-libusbk="libusbk/bin"' 
Original file line number Diff line number Diff line change 2222
2323env :
2424  WDK_URL : https://go.microsoft.com/fwlink/p/?LinkID=253170 
25-   LIBUSB0_URL : https://sourceforge.net/projects /libusb-win32/files/libusb-win32- releases/1.2.7.3 /libusb-win32-bin-1.2.7.3 .zip/download  
25+   LIBUSB0_URL : https://github.com/mcuee /libusb-win32/releases/download/release_1.4.0.0 /libusb-win32-bin-1.4.0.0 .zip 
2626  LIBUSBK_URL : https://github.com/mcuee/libusbk/releases/download/V3.1.0.0/libusbK-3.1.0.0-bin.7z 
2727  SOLUTION_FILE_PATH : ./libwdi.sln 
2828  BUILD_MACROS : ' "WDK_DIR=\"../wdk/Windows Kits/8.0\";LIBUSB0_DIR=\"../libusb0\";LIBUSBK_DIR=\"../libusbk/bin\""' 
9999      with :
100100        name : Zadig 
101101        path : ./zadig-*.exe 
102- 
103-   Merge-Artifacts :
104-     runs-on : windows-latest 
105-     needs : VS2022-Build 
106-     steps :
107-       - name : Merge Artifacts 
108-         uses : actions/upload-artifact/merge@v4 
109-         if : ${{ github.event_name == 'push' }} 
110-         with :
111-           name : Zadig 
112-           delete-merged : true 
Original file line number Diff line number Diff line change 11For the latest changes, please visit:
22  https://github.com/pbatard/libwdi/commits/master
33
4+ o v1.5.1 (2024.06.13)
5+   New features:
6+   - libusb-win32 ARM64 driver installation support (courtesy of Peter Dons Tychsen)
7+   Bugfixes:
8+   - fix filter installer being potentially overwritten (courtesy of Peter Dons Tychsen)
9+   Improvements:
10+   - improve Windows edition and platform reporting
11+ 
412o v1.5.0 (2023.03.01)
513  New features:
614  - ARM64 driver installation support (WinUSB, USBSer with MSVC only)
Original file line number Diff line number Diff line change 77#endif
88
99VS_VERSION_INFO VERSIONINFO
10-  FILEVERSION 1,5,0,787 
11-  PRODUCTVERSION 1,5,0,787 
10+  FILEVERSION 1,5,1,788 
11+  PRODUCTVERSION 1,5,1,788 
1212 FILEFLAGSMASK 0x17L
1313#ifdef _DEBUG
1414 FILEFLAGS 0x1L
@@ -25,13 +25,13 @@ BEGIN
2525        BEGIN
2626            VALUE "CompanyName", "akeo.ie"
2727            VALUE "FileDescription", "WDI-Simple"
28-             VALUE "FileVersion", "1.5.0.787 "
28+             VALUE "FileVersion", "1.5.1.788 "
2929            VALUE "InternalName", "WDI-Simple"
3030            VALUE "LegalCopyright", "� 2010-2023 Pete Batard (LGPL v3)"
3131            VALUE "LegalTrademarks", "https://www.gnu.org/copyleft/lesser.html"
3232            VALUE "OriginalFilename", "wdi-simple.exe"
3333            VALUE "ProductName", "WDI-Simple"
34-             VALUE "ProductVersion", "1.5.0.787 "
34+             VALUE "ProductVersion", "1.5.1.788 "
3535            VALUE "Comments", "http://libwdi.akeo.ie"
3636        END
3737    END
Original file line number Diff line number Diff line change 6060#define  FIELD_ORANGE                 RGB(255,240,200)
6161#define  ARROW_GREEN                  RGB(92,228,65)
6262#define  ARROW_ORANGE                 RGB(253,143,56)
63- #define  APP_VERSION                  "Zadig 2.8.787 "
63+ #define  APP_VERSION                  "Zadig 2.9.788 "
6464
6565// These are used to flag end users about the driver they are going to replace 
6666enum  driver_type  {
Original file line number Diff line number Diff line change 246246//
247247
248248VS_VERSION_INFO VERSIONINFO
249-  FILEVERSION 2,8,787 ,0
250-  PRODUCTVERSION 2,8,787 ,0
249+  FILEVERSION 2,9,788 ,0
250+  PRODUCTVERSION 2,9,788 ,0
251251 FILEFLAGSMASK 0x17L
252252#ifdef _DEBUG
253253 FILEFLAGS 0x1L
@@ -264,13 +264,13 @@ BEGIN
264264        BEGIN
265265            VALUE "CompanyName", "akeo.ie"
266266            VALUE "FileDescription", "Zadig"
267-             VALUE "FileVersion", "2.8.787 "
267+             VALUE "FileVersion", "2.9.788 "
268268            VALUE "InternalName", "Zadig"
269269            VALUE "LegalCopyright", "� 2010-2023 Pete Batard (GPL v3)"
270270            VALUE "LegalTrademarks", "https://www.gnu.org/copyleft/gpl.html"
271271            VALUE "OriginalFilename", "zadig.exe"
272272            VALUE "ProductName", "Zadig"
273-             VALUE "ProductVersion", "2.8.787 "
273+             VALUE "ProductVersion", "2.9.788 "
274274            VALUE "Comments", "https://zadig.akeo.ie"
275275        END
276276    END
Original file line number Diff line number Diff line change 11/* 
22 * Zadig: Automated Driver Installer for USB devices (GUI version) 
3-  * Copyright (c) 2010-2023  Pete Batard <pete@akeo.ie> 
3+  * Copyright (c) 2010-2024  Pete Batard <pete@akeo.ie> 
44 * 
55 * This program is free software: you can redistribute it and/or modify 
66 * it under the terms of the GNU General Public License as published by 
@@ -21,7 +21,7 @@ const char* about_blurb_format =
2121"{\\b\\fs20Zadig - The Automated Driver Installer}\\line\n" 
2222"\\fs18Version %d.%d (Build %d)\\line\n" 
2323"\\line\n" 
24- "Copyright © 2010-2023  Pete Batard / Akeo\\line\n" 
24+ "Copyright © 2010-2024  Pete Batard / Akeo\\line\n" 
2525APPLICATION_URL  "\\line\n" 
2626"\\line\n" 
2727"Report bugs or request enhancements at:\\line\n" 
@@ -32,7 +32,7 @@ APPLICATION_URL "\\line\n"
3232const  char *  additional_copyrights  = 
3333"{\\rtf1\\ansi\n" 
3434"Windows Driver Installer library, libwdi:\\line\n" 
35- "Copyright © 2010-2023  by Pete Batard et al.\\line\n" 
35+ "Copyright © 2010-2024  by Pete Batard et al.\\line\n" 
3636"GNU Lesser General Public License (LGPL) v3 or later\\line\n" 
3737"https://github.com/pbatard/libwdi/wiki\\line\n" 
3838"\\line\n" 
Original file line number Diff line number Diff line change 11/* 
22 * Zadig: Automated Driver Installer for USB devices (GUI version) 
33 * Networking functionality (web file download, check for update, etc.) 
4-  * Copyright © 2012-2023  Pete Batard <pete@akeo.ie> 
4+  * Copyright © 2012-2024  Pete Batard <pete@akeo.ie> 
55 * 
66 * This program is free software: you can redistribute it and/or modify 
77 * it under the terms of the GNU General Public License as published by 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments