Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Bump up version number to 8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
q3aql committed Feb 4, 2022
1 parent fec6928 commit 83c0343
Show file tree
Hide file tree
Showing 32 changed files with 93 additions and 93 deletions.
6 changes: 3 additions & 3 deletions cygwin/Install.cmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@echo off

set VERSION=8.3
set VERSION=8.3.1
echo.
echo #####################################
echo #######################################
echo # Welcome to ks-tools installer %VERSION% #
echo #####################################
echo #######################################
echo.
echo - This installer simply creates a shortcut to the
echo application on your desktop. We recommend that
Expand Down
4 changes: 2 additions & 2 deletions cygwin/ks-tools-cmd.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

rem ######################################
rem # ks-tools for Windows #
rem # U. Modificacion: 28-01-2022 #
rem # U. Modificacion: 04-02-2022 #
rem # Author: q3aql #
rem # Contact: [email protected] #
rem # License: GPL v2.0 #
rem ######################################
set VERSION=8.3
set VERSION=8.3.1

rem # Start ks-tools terminal (bash)
cd "%~d0%~p0"
Expand Down
4 changes: 2 additions & 2 deletions cygwin/ks-tools.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

rem ######################################
rem # ks-tools for Windows #
rem # U. Modificacion: 28-01-2022 #
rem # U. Modificacion: 04-02-2022 #
rem # Author: q3aql #
rem # Contact: [email protected] #
rem # License: GPL v2.0 #
rem ######################################
set VERSION=8.3
set VERSION=8.3.1

rem # Start ks-tools terminal (bash)
cd "%~d0%~p0"
Expand Down
6 changes: 3 additions & 3 deletions cygwin/prompt/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ alias Z:="/cygdrive/z"

# Show menu of ks-tools
echo ""
echo " #####################################"
echo " # ks-tools 8.3 (for Windows/Cygwin) #"
echo " #####################################"
echo " #######################################"
echo " # ks-tools 8.3.1 (for Windows/Cygwin) #"
echo " #######################################"
echo ""
echo " * Note:"
echo " - C: is /cygdrive/c"
Expand Down
4 changes: 2 additions & 2 deletions cygwin/prompt/ks-tools-zui.cmd.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

rem ######################################
rem # ks-tools for Windows #
rem # U. Modificacion: 28-01-2022 #
rem # U. Modificacion: 04-02-2022 #
rem # Author: q3aql #
rem # Contact: [email protected] #
rem # License: GPL v2.0 #
rem ######################################
set VERSION=8.3
set VERSION=8.3.1

rem # Start ks-tools ZUI (bash)
mkdir home\%USERNAME%
Expand Down
6 changes: 3 additions & 3 deletions cygwin/prompt/ks-zui.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

#################################################################
# ks-zui (ks-tools) - Simple zenity user interface for ks-tools #
# Date: 28-01-2022 #
# Date: 04-02-2022 #
# Author: q3aql #
# Contact: [email protected] #
#################################################################
VERSION="8.3 (BETA)"
M_DATE="280122"
VERSION="8.3.1 (BETA)"
M_DATE="040222"

# Function to show about
function showAbout() {
Expand Down
6 changes: 3 additions & 3 deletions disabled/ks-zui
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

#################################################################
# ks-zui (ks-tools) - Simple zenity user interface for ks-tools #
# Date: 28-01-2022 #
# Date: 04-02-2022 #
# Author: q3aql #
# Contact: [email protected] #
#################################################################
VERSION="8.3 (BETA)"
M_DATE="280122"
VERSION="8.3.1 (BETA)"
M_DATE="040222"

# Function to show about
function showAbout() {
Expand Down
6 changes: 3 additions & 3 deletions prompt/ks-tools
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

###############################################################
# ks-tools - Initialize the ks-tools terminal (using xterm) #
# Date: 28-01-2022 #
# Date: 04-02-2022 #
# Author: q3aql #
# Contact: [email protected] #
###############################################################
VERSION="8.3"
M_DATE="280122"
VERSION="8.3.1"
M_DATE="040222"

# Variables
name_terminal="ks-tools v${VERSION} (${M_DATE})"
Expand Down
6 changes: 3 additions & 3 deletions prompt/ks-tools-rc
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ if ! shopt -oq posix; then
fi

echo ""
echo " #################################"
echo " # ks-tools 8.3 (for Unix/Linux) #"
echo " #################################"
echo " ###################################"
echo " # ks-tools 8.3.1 (for Unix/Linux) #"
echo " ###################################"
echo ""
echo " * Available commands:"
echo ""
Expand Down
6 changes: 3 additions & 3 deletions prompt/ks-tools-zui
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

###############################################################
# ks-tools - Initialize the ks-tools ZUI (using xterm) #
# Date: 28-01-2022 #
# Date: 04-02-2022 #
# Author: q3aql #
# Contact: [email protected] #
###############################################################
VERSION="8.3 (BETA)"
M_DATE="280122"
VERSION="8.3.1 (BETA)"
M_DATE="040222"

# Variables
name_terminal="ks-tools v${VERSION} (${M_DATE})"
Expand Down
6 changes: 3 additions & 3 deletions src/ks-avi
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

###############################################################
# ks-avi (ks-tools) - Convert video to AVI format #
# Date: 28-01-2022 #
# Date: 04-02-2022 #
# Author: q3aql #
# Contact: [email protected] #
###############################################################
VERSION="8.3"
M_DATE="280122"
VERSION="8.3.1"
M_DATE="040222"

# Global parameters
dirTemp="/tmp"
Expand Down
6 changes: 3 additions & 3 deletions src/ks-conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

######################################################################
# ks-mp3 (ks-tools) - Tool for create and modify configuration files #
# Date: 28-01-2022 #
# Date: 04-02-2022 #
# Author: q3aql #
# Contact: [email protected] #
######################################################################
VERSION="8.3"
M_DATE="280122"
VERSION="8.3.1"
M_DATE="040222"

# Check cygwin alias (for Windows)
if [ -f "/usr/bin/cygwin-alias.sh" ] ; then
Expand Down
6 changes: 3 additions & 3 deletions src/ks-crop
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

###############################################################
# ks-crop (ks-tools) - Crop or change aspect ratio of a video #
# Date: 28-01-2022 #
# Date: 04-02-2022 #
# Author: q3aql #
# Contact: [email protected] #
###############################################################
VERSION="8.3"
M_DATE="280122"
VERSION="8.3.1"
M_DATE="040222"

# Global parameters
dirTemp="/tmp"
Expand Down
6 changes: 3 additions & 3 deletions src/ks-mix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

#####################################################################
# ks-mix (ks-tools) - Extract video/audio and mix video/audio files #
# Date: 28-01-2022 #
# Date: 04-02-2022 #
# Author: q3aql #
# Contact: [email protected] #
#####################################################################
VERSION="8.3"
M_DATE="280122"
VERSION="8.3.1"
M_DATE="040222"

# File(s) detection
current_dir="$(pwd)"
Expand Down
6 changes: 3 additions & 3 deletions src/ks-mp3
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

#########################################################################
# ks-mp3 (ks-tools) - Convert video/audio file(s) to MP3 (Audio) Format #
# Date: 23-01-2022 #
# Date: 04-02-2022 #
# Author: q3aql #
# Contact: [email protected] #
#########################################################################
VERSION="8.3"
M_DATE="280122"
VERSION="8.3.1"
M_DATE="040222"

# Global parameters
dirTemp="/tmp"
Expand Down
6 changes: 3 additions & 3 deletions src/ks-mp3-album
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

######################################################################
# ks-mp3-album (ks-tools) - Convert folder album to MP3 Audio Format #
# Date: 28-01-2022 #
# Date: 04-02-2022 #
# Author: q3aql #
# Contact: [email protected] #
######################################################################
VERSION="8.3"
M_DATE="280122"
VERSION="8.3.1"
M_DATE="040222"

# Variables
tempFile="/tmp/ks-mp4s-folder.txt"
Expand Down
6 changes: 3 additions & 3 deletions src/ks-mp4
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

###############################################################
# ks-mp4 (ks-tools) - Convert video to MP4 format #
# Date: 28-01-2022 #
# Date: 04-02-2022 #
# Author: q3aql #
# Contact: [email protected] #
###############################################################
VERSION="8.3"
M_DATE="280122"
VERSION="8.3.1"
M_DATE="040222"

# Global parameters
dirTemp="/tmp"
Expand Down
6 changes: 3 additions & 3 deletions src/ks-mp4k
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

###############################################################
# ks-mp4k (ks-tools) - Convert video to MP4 format (4K) #
# Date: 28-01-2022 #
# Date: 04-02-2022 #
# Author: q3aql #
# Contact: [email protected] #
###############################################################
VERSION="8.3"
M_DATE="280122"
VERSION="8.3.1"
M_DATE="040222"

# Global parameters
dirTemp="/tmp"
Expand Down
6 changes: 3 additions & 3 deletions src/ks-mp4s
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

###############################################################
# ks-mp4s (ks-tools) - Convert video to MP4 format (Series) #
# Date: 28-01-2022 #
# Date: 04-02-2022 #
# Author: q3aql #
# Contact: [email protected] #
###############################################################
VERSION="8.3"
M_DATE="280122"
VERSION="8.3.1"
M_DATE="040222"

# Global parameters
dirTemp="/tmp"
Expand Down
6 changes: 3 additions & 3 deletions src/ks-mp4s-folder
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

#################################################################################
# ks-mp4s-folder (ks-tools) - Convert videos from folder to MP4 format (Series) #
# Date: 28-01-2022 #
# Date: 04-02-2022 #
# Author: q3aql #
# Contact: [email protected] #
#################################################################################
VERSION="8.3"
M_DATE="280122"
VERSION="8.3.1"
M_DATE="040222"

# Variables
tempFile="/tmp/ks-mp4s-folder.txt"
Expand Down
6 changes: 3 additions & 3 deletions src/ks-oga
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

#############################################################################
# ks-oga (ks-tools) - Convert video/audio file(s) to OGA (OGG Audio) Format #
# Date: 28-01-2022 #
# Date: 04-02-2022 #
# Author: q3aql #
# Contact: [email protected] #
#############################################################################
VERSION="8.3"
M_DATE="280122"
VERSION="8.3.1"
M_DATE="040222"

# Global parameters
dirTemp="/tmp"
Expand Down
6 changes: 3 additions & 3 deletions src/ks-oga-album
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

############################################################################
# ks-oga-album (ks-tools) - Convert folder album to OGA (OGG Audio) Format #
# Date: 28-01-2022 #
# Date: 04-02-2022 #
# Author: q3aql #
# Contact: [email protected] #
############################################################################
VERSION="8.3"
M_DATE="280122"
VERSION="8.3.1"
M_DATE="040222"

# Variables
tempFile="/tmp/ks-mp4s-folder.txt"
Expand Down
6 changes: 3 additions & 3 deletions src/ks-upa
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

########################################################################
# ks-upa (ks-tools) - Upload audio file(s) to server with scp or rsync #
# Date: 28-01-2022 #
# Date: 04-02-2022 #
# Author: q3aql #
# Contact: [email protected] #
########################################################################
VERSION="8.3"
M_DATE="280122"
VERSION="8.3.1"
M_DATE="040222"

# Global parameters.
dirTemp="/tmp"
Expand Down
6 changes: 3 additions & 3 deletions src/ks-upf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

#########################################################################
# ks-upf (ks-tools) - Upload common file(s) to server with scp or rsync #
# Date: 28-01-2022 #
# Date: 04-02-2022 #
# Author: q3aql #
# Contact: [email protected] #
#########################################################################
VERSION="8.3"
M_DATE="280122"
VERSION="8.3.1"
M_DATE="040222"

# Global parameters.
dirTemp="/tmp"
Expand Down
6 changes: 3 additions & 3 deletions src/ks-upr
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

##############################################################################
# ks-upr (ks-tools) - Upload recursively file(s) to server with scp or rsync #
# Date: 28-01-2022 #
# Date: 04-02-2022 #
# Author: q3aql #
# Contact: [email protected] #
##############################################################################
VERSION="8.3"
M_DATE="280122"
VERSION="8.3.1"
M_DATE="040222"

# Global parameters.
dirTemp="/tmp"
Expand Down
Loading

0 comments on commit 83c0343

Please sign in to comment.