4 Commits

Author SHA1 Message Date
pnetlabrepo
2e5524185a Update version 2023-01-30 01:19:35 -03:00
pnetlabrepo
2547632270 Update CHANGELOG.md 2023-01-30 01:18:31 -03:00
pnetlabrepo
5cb08a7528 Update ishare2 2023-01-30 01:16:49 -03:00
pnetlabrepo
ce9b2d6950 Update version_gui 2023-01-30 00:59:16 -03:00
4 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file. You can upgrade ishare2 to the latest version using `ishare2 upgrade` and then selecting `option 1`
## [v1.6.0] - 2023-Jan-30
1) Added: Command `ishare2 gui stop` was added into ishare2_gui_download function in order to avoid errors when downloading/upgrading ishare2 GUI
## [v1.5.9] - 2023-Jan-30
1) Added: A new version control was added for ishare2 GUI. It can be seen using the `ishare2` command and looking at the bottom of it. New functions and variables were implemented. Also, using `ishare2 upgrade` > `option 3` it is possible to upgrade it.

View File

@@ -1 +1 @@
v1.0.0
v1.0.1

View File

@@ -1078,6 +1078,8 @@ function show_changelog() {
function ishare2_gui_download() {
echo -e "${GREEN}GUI is being downloaded and installed. Please, wait until process is done${NO_COLOR}"
ishare2 gui stop
rm -rf /root/app
wget -q $URL_GUI_APP_ZIP -P /root

View File

@@ -1 +1 @@
v1.5.9
v1.6.0