Skip to content

Releases: raguay/ModalFileManager-NWjs

MFM: Fixing moving up and down directories.

25 Feb 10:31
Compare
Choose a tag to compare

This release fixes a bug in moving up and down the directories and not keeping the cursor location correctly.

MFM: Updating Command Prompt

11 Dec 05:31
Compare
Choose a tag to compare

The command prompt no longer searches for full words but for the letters typed to match in the command name. Therefore, you can now type 'cpna' to get the 'copy name' command.

Fixing a regression in the lowlevel system access file.

01 Jul 07:20
Compare
Choose a tag to compare

The handling of calls to some routines were not properly fixed for extension usage. I've gone over the whole file again and updated.

Fixes for Project Manager extension and newer NW.js version

30 Jun 14:38
Compare
Choose a tag to compare

This update gets the latest beta of NW.js 54.1 with the fix for displaying graphics again. This also has a major update to the extensions API for creating extensions. Since this is still beta software, expect the API to keep growing 😁!

Bug fixes, addition to scripting features, etc.

04 Jun 10:36
Compare
Choose a tag to compare

This is the first release that the Run Script extension needs to function properly. I found several bugs and added many new features under the hood in the extensions API to get this working.

Full internal Drag and Drop

01 Jun 09:13
Compare
Choose a tag to compare

Multiple files can now be dragged and drop for a copy (no key press) or move (shift key pressed). The cmd key will cancel the drag. All currently selected files and/or directories allong with the current cursor will be effected.

Internal Drag and Drop working

31 May 06:26
Compare
Choose a tag to compare

This release has internal drag and drop working. NW.js doesn’t support drag and drop with external applications. Also, clicking on an empty area in a panel selects that panel.

First Beta Release

27 May 03:27
Compare
Choose a tag to compare

This is the first Beta release of the Modal File Manager. It currently defaults to using the trash-cli to delete files and directories. This can be changed in the new Preferences editor.

The Preferences edit has three tabs: General, Theme, and Extensions. These allow the editing of various aspects of the Modal File Manger. Please refer to the README.md file for details.

Trashcan and Preferences

17 May 09:53
Compare
Choose a tag to compare
Pre-release

This release has fixes to the GitHub installer to scroll using the j/k keys as well as closing using Esc key. The preferences are being created with the theme manager. First preference supported is to whether or not to use the trash-cli to delete files to the system trashcan. Several other bug fixes and stream lining has been done. Enjoy!

GitHub importer now scrolls properly

07 May 04:40
Compare
Choose a tag to compare
Pre-release

You can now scroll the GitHub Importer with j and k. Esc will close the GitHub importer.