Skip to content

Commit

Permalink
Added file path to recently opened files incase both of the file have…
Browse files Browse the repository at this point in the history
… the same names.

Fix: Removed repeated addition of already open file to recently opened file.
  • Loading branch information
John4650-hub committed Sep 17, 2023
1 parent b248dcc commit 6cb3f33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions clean.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rm -r www/js
rm main.py
#rm -r www/js
rm main.py sample.txt
1 change: 1 addition & 0 deletions www/js/components/tabs/changeLog.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
`}
]

Expand Down

0 comments on commit 6cb3f33

Please sign in to comment.