Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
SeanSun6814 committed May 30, 2022
1 parent 37e3c72 commit 58cbcba
Showing 2 changed files with 17 additions and 9 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
```
__ __ _ __ _ _ ______ _
\ \ / / | | / _| | || | | ____| | |
\ \ /\ / /__ _ | |_ ___ _ __ | |_ __ _ | || | | |__ __ __ _ __ | | ___ _ __ ___ _ __
__ __ _ __ _ _ ______ _
\ \ / / | | / _| | || | | ____| | |
\ \ /\ / /__ _ | |_ ___ _ __ | |_ __ _ | || | | |__ __ __ _ __ | | ___ _ __ ___ _ __
\ \/ \/ // _` || __|/ _ \| '__|| _|/ _` || || | | __| \ \/ /| '_ \ | | / _ \ | '__|/ _ \| '__|
\ /\ /| (_| || |_| __/| | | | | (_| || || | | |____ > < | |_) || || (_) || | | __/| |
\/ \/ \__,_| \__|\___||_| |_| \__,_||_||_| |______|/_/\_\| .__/ |_| \___/ |_| \___||_|
| |
|_|
\ /\ /| (_| || |_| __/| | | | | (_| || || | | |____ > < | |_) || || (_) || | | __/| |
\/ \/ \__,_| \__|\___||_| |_| \__,_||_||_| |______|/_/\_\| .__/ |_| \___/ |_| \___||_|
| |
|_|
```

<h1 align="center">Waterfall Explorer: <i>hover to navigate</i></h1>
@@ -203,3 +203,11 @@ Alternatively, use the context menu by right clicking on empty space.
- Added custom launch configurations
- Opening app for the second time shows the first instance
- Fixed dialogue background alignment bug

## 1.2.0

- Added feature to create new files and folders
- Added feature to display file icons
- Added feature to navigate with arrow keys
- Fixed bug of not refreshing source column when moving _folders_
- TODO: upload the executables and update the documentation
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@
"description": "My Electron application description",
"keywords": [],
"main": "./src/main.js",
"version": "1.1.0",
"author": "Sean",
"version": "1.2.0",
"author": "Sean Sun",
"scripts": {
"start": "electron .",
"dist": "electron-builder",

0 comments on commit 58cbcba

Please sign in to comment.