• 1.6.2 384848e39b

    ltguillaume released this 2023-04-11 23:51:34 +00:00 | 127 commits to main since this release

    • Fix extraction of portable version using FileCopyDir
    • Fix removal of .ps1 files

    SHA256: 295d74b6190c32e38cf6056d8b35b240043ec7de59ba675516e96f697c23c2be

    Downloads
  • 1.6.1 cdd95db1cd

    ltguillaume released this 2023-04-11 11:40:30 +00:00 | 128 commits to main since this release

    • Use bsys6 repo for downloads
    • Remove now unnecessary FilenameEnd hack for older updater versions
    Downloads
  • 1.6.0 de4b5d87af

    ltguillaume released this 2023-04-10 19:47:05 +00:00 | 129 commits to main since this release

    WARNING: This version will only work for the next LibreWolf release (the one AFTER v111.0.1-1), because it will introduce a new filenames scheme due to the addition of a 32-bit build

    • Rewrite for 32-bit and 64-bit versions and include self-updating
      • LibreWolf will be released for 32-bit Windows, too, which changes the asset filenames used.
      • It also means that a 32-bit version of the updater needs to be produced.
      • This is also a more "modular" rewrite of the script and includes self-updating via Codeberg.
    • Real errors will now also be shown when the updater is run via a scheduled task
    Downloads
  • 1.5.1 a5d046a1d3

    ltguillaume released this 2023-02-18 23:14:29 +00:00 | 136 commits to main since this release

    • Allow download URL detection for new /package_files/ URLs.
    Downloads
  • 1.5.0 13eed83457

    ltguillaume released this 2023-01-21 08:36:41 +00:00 | 137 commits to main since this release

    GUI

    • Add GUI for better feedback during portable/manual updates
    • Improved procedure to check if WinUpdater is already running
    • Add blue 128x128 icon for GUI
    • Trim double quotes from retrieved LibreWolf path (precaution)
    Downloads
  • 1.4.5 8fe09f60f6

    ltguillaume released this 2023-01-16 17:48:44 +00:00 | 138 commits to main since this release

    • Properly extract ProductVersion string from LW executable, instead of using the FileVersion command
    • Pass on command line arguments to portable launcher after updating (requires LibreWolf-Portable v1.3.10)
    • Allow single quotes ' in pathnames
    Downloads
  • 1.4.3 8f654f16da

    ltguillaume released this 2022-11-02 05:14:54 +00:00 | 142 commits to main since this release

    • Fix version number extraction (the release title may change, now using tag_name)
    • Check if LibreWolf WinUpdater (exact path) is already running
    Downloads
  • 1.4.2 e8787387c5

    ltguillaume released this 2022-10-22 15:20:55 +00:00 | 143 commits to main since this release

    Downloads
  • 1.4.1 e8480a4fa7

    ltguillaume released this 2022-10-03 21:49:47 +00:00 | 144 commits to main since this release

    • Only delay updating if the librewolf.exe to be updated is still running (not any librewolf.exe)
    Downloads
  • 1.4.0 3bb2bf0883

    ltguillaume released this 2022-09-26 12:59:05 +00:00 | 145 commits to main since this release

    • Allow running the scheduled task scripts from an elevated program
    • Set most recent notification as tray tooltip
    • Updating portable instance: only overwrite changed files (compare size and checksum first)
    • Internally calculate file hashes (don't use PowerShell)
    • Use AutoHotkey's new FileCopyDir support for ZIP extraction (only use PowerShell as fallback)
    • Handle error when opening project pages via tray icon (no default browser found)
    • Better handling of moving files into portable folder
    • Directly download release info & checksum into variable
    • Reduce length of _NewVersionFound to avoid cut-off in notification popup
    • Refactor notifications
    • Improved strings and instructions in README
    • Use A_Temp variable instead of EnvGet
    Downloads