filefive 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,7 +6,11 @@
6
6
  # FileFive: SFTP/FTP client and dual-panel file manager for macOS and Linux
7
7
  FileFive is a free open-source SFTP/FTP client and file manager with intuitive and modern dual-panel interface.
8
8
 
9
- It is installed a Node.js package and works in the browser.
9
+ It is installed as a Node.js package and uses the web browser as GUI.
10
+
11
+ > [!NOTE]
12
+ > This project is being actively developed. Feel free to create any [issues](https://github.com/miroshnikov/filefive/issues), [feature requests](https://github.com/miroshnikov/filefive/issues) or [enhancements](https://github.com/miroshnikov/filefive/discussions) as you encounter them.
13
+
10
14
 
11
15
  <p align="center">
12
16
  <img src="https://github.com/miroshnikov/filefive/blob/main/screenshot.png" alt="FileFive" />
@@ -34,11 +38,11 @@ Options:
34
38
 
35
39
  ## Features
36
40
  - Supports SSH File Transfer Protocol (SFTP) and FTP
37
- - Cross-platform, runs on Mac OS and Linux
41
+ - Cross-platform, runs on Mac OS, Linux and any *nix
38
42
  - Minimal and intuitive UI, mimicing the VSCode Explorer view
39
43
  - Search/filter files using JavaScript Regular Expressions
40
44
  - Synchronized browsing
41
- - Connections/servers are plain files stored in a folder on your filesystem
45
+ - Connections/servers are plain files stored on your filesystem in the `~/.f5/connections` folder
42
46
  - You can use Git or any VCS to store connections and settings
43
47
  - Drag & drop support
44
48
  - Open files and folders in Visual Studio Code
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0",
2
+ "version": "1.0.5",
3
3
  "api_version": 1,
4
4
  "layout": {
5
5
  "logo": "yandex-browser-50x50.png",