From 6cb3f3328986a8a3184d2b5e145b1601423b77ec Mon Sep 17 00:00:00 2001 From: john4650-hub Date: Sun, 17 Sep 2023 06:52:43 +0300 Subject: [PATCH] Added file path to recently opened files incase both of the file have the same names. Fix: Removed repeated addition of already open file to recently opened file. --- .github/workflows/build.yml | 2 +- clean.sh | 4 ++-- www/js/components/tabs/changeLog.js | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75ed4f3..42e2e6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.TK }} with: tag_name: ${{ github.run_number }} - release_name: ${{ github.event.repository.name }} v5.0.2 #release + release_name: ${{ github.event.repository.name }} v5.0.3 #release - name: upload Release Apk id: upload_release_assets diff --git a/clean.sh b/clean.sh index 78b4a14..e2f1945 100644 --- a/clean.sh +++ b/clean.sh @@ -1,2 +1,2 @@ -rm -r www/js -rm main.py +#rm -r www/js +rm main.py sample.txt diff --git a/www/js/components/tabs/changeLog.js b/www/js/components/tabs/changeLog.js index 2e14e36..283a3c0 100644 --- a/www/js/components/tabs/changeLog.js +++ b/www/js/components/tabs/changeLog.js @@ -11,6 +11,7 @@ let log = [{ },{version:'v5.0.1',info: `✅UI cleanUp ✅Added Comments `},{version:'v5.0.2',info: `✅Just fixed recent files +`},{version:'v5.0.3',info: `✅Bug fix `} ]