2 Commits

Author SHA1 Message Date
fatalerrors
39a7e7b40f version bump 2026-03-05 11:56:15 +01:00
fatalerrors
6d5d872b71 add a missing fi 2026-03-05 11:49:10 +01:00
3 changed files with 6 additions and 2 deletions

View File

@@ -7,6 +7,9 @@ Current version from Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
Version history: Version history:
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
# 05/03/2026 v3.6.1
Fix a typo in compress.sh
# 05/03/2026 v3.6.0 # 05/03/2026 v3.6.0
Improved utaz to make it multiformat with lot of it Improved utaz to make it multiformat with lot of it
Introduced ppu and ppn Introduced ppu and ppn

View File

@@ -262,6 +262,7 @@ utaz()
disp E "Binary ${cmd} necessary to extract ${f} is missing." disp E "Binary ${cmd} necessary to extract ${f} is missing."
continue continue
} }
fi
disp I "Processing archive ${f} with ${extractor}..." disp I "Processing archive ${f} with ${extractor}..."
mkdir -p "${dir}" mkdir -p "${dir}"

View File

@@ -1 +1 @@
3.6.0 3.6.1