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

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
T. H. Wright committed Mar 2, 2023
1 parent 20bbc56 commit 27c0b36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
* 3.6.3
- Introduce logos_info() and logos_warn() to simplify script feedback. [T. H. Wright]
* 3.6.2
- Retrieve Logos release version from XML feed [T. H. Wright]
- Modify the script version, and update the CHANGELOG to reflect this change.
Expand Down
4 changes: 2 additions & 2 deletions LogosLinuxInstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ logos_info() {
}
logos_warn() {
WARN_MESSAGE="${1}"
cli_msg "${INFO_MESSAGE}"
gtk_warn()
cli_msg "${WARN_MESSAGE}"
gtk_warn "${WARN_MESSAGE}"
}
logos_error() {
WIKI_LINK="https://github.com/ferion11/LogosLinuxInstaller/wiki"
Expand Down

0 comments on commit 27c0b36

Please sign in to comment.