Skip to content

Commit

Permalink
Updated 7-Zip to 24.08
Browse files Browse the repository at this point in the history
  • Loading branch information
danpeig committed Oct 4, 2024
1 parent feba854 commit 407ed04
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ This is a PowerShell script for the automatic installation of the latest version
7-Zip is one of the most complete archivers supporting a huge range of compressed file types. Total7zip plugin does not require 7-Zip to be installed on the device.

## Current 7-Zip library version
* 23.01
* 24.08

## Tested with
* FreeCommander XE Build 894 (64-bit) and 880 (32-bit)
* FreeCommander XE Build 913 (64-bit) and 913 (32-bit)

## Features
* Automatic download and installation of the latest version of the Total7zip plugin.
Expand Down Expand Up @@ -44,6 +44,9 @@ This is a PowerShell script for the automatic installation of the latest version

## Changelog

### Version 1.7 (04/10/2024)
* Updated 7-Zip library to 24.08, latest stable.

### Version 1.6 (07/10/2023)
* Updated 7-Zip library to 23.01, latest stable.
* Downloads the 7-Zip plugin directly from GitHub repository, not from my personal website.
Expand Down Expand Up @@ -77,9 +80,9 @@ This is a PowerShell script for the automatic installation of the latest version
* Initial release

## Credits
* 7-Zip Copyright © 1999-2020 Igor Pavlov (https://www.7-zip.org/)
* 7-Zip Copyright © 1999-2024 Igor Pavlov (https://www.7-zip.org/)
* Total 7-Zip plugin from TotalCmd.net (http://totalcmd.net/plugring/Total7zip.html)
* FreeCommander XE Copyright © 2004-2020 Marek Jasinski (www.freecommander.com)
* FreeCommander XE Copyright © 2004-2024 Marek Jasinski (www.freecommander.com)

## Bugs and feature requests
* Please contact me at www.danbp.org
Expand Down
Binary file modified Total7Zip.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions total7zipinstaller.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Total7zip Plugin Installer for FreeCommander XE
# This script was written by Daniel BP (www.danbp.org)
#
# 7-Zip Copyright (C) 1999-2020 Igor Pavlov.
# 7-Zip Copyright (C) 1999-2024 Igor Pavlov.
# Original Total 7-Zip plugin from TotalCmd.net (http://totalcmd.net/plugring/Total7zip.html)
#

Expand Down Expand Up @@ -56,7 +56,7 @@ function Read-Host-Color($ForegroundColor)
Write-Output-Color green "`n------------------------------------------------------------------------------------"
Write-Output-Color green "Welcome to the Total7Zip Installer for FreeCommander XE by Daniel BP (www.danbp.org)"
Write-Output-Color green "------------------------------------------------------------------------------------`n"
Write-Output-Color green "Script version: 1.6.0`n"
Write-Output-Color green "Script version: 1.7.0`n"
Write-Output "This script will download, install and configure the latest version of 7-zip plugin."
Write-Output "`nElevated permissions will be required...`n"
Write-Output-Color red "`nPlease make sure you ended FreeCommander XE process including the notification bar icon. If you don't do this the configuration files will not be updated!`n"
Expand Down

0 comments on commit 407ed04

Please sign in to comment.