Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Commit af09a3c

Browse files
committed
Update changelog; bump script version.
1 parent 15d7085 commit af09a3c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
2-
* 3.6.4
2+
* 3.7.0
3+
- Decoupled script from `zenity` and compatible with `dialog` and `whiptail`. Fix #104. [T. H. Wright]
34
- Make bash path environment agnostic [Vskillet]
45
- Add bash completion file [T. H. Wright]
56
- Fix controlPanel's `--winetricks` function [T. H. Wright]

LogosLinuxInstaller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export LOGOS_SCRIPT_VERSION="3.6.3-1" # Script version for this Installer Script
77
#####
88
# Originally written by Ferion11.
99
# Modified to install Logoos 10 by Revd. John Goodman M0RVJ
10-
# Made script agnostic to Logos and Verbum as well as version; modified script for and added several optargs; and general code refactoring by Revd. T. H. Wright
10+
# Made script agnostic to Logos and Verbum as well as version; made script functions abstract, added optargs, made CLI first class, general code refactoring by Revd. T. H. Wright
1111
#####
1212

1313
# BEGIN ENVIRONMENT

0 commit comments

Comments
 (0)