Skip to content

Releases: raguay/ModalFileManager

MFM: Fixing all file filter

15 Mar 00:37
Compare
Choose a tag to compare

This is a small fix to the all files filter. Something happened to change it.

MFM: Rewrite of the Directory Listing Bar

13 Mar 06:51
Compare
Choose a tag to compare

This version no longer uses the command line tool fd (an Rust powered version of find). The internal go program does the directory searching needed. This makes the displaying of directory change location much faster and less buggy. The full interface for searching for a new directory works easier and is scrollable.

This version has had many bugs fixed and features streamlined. All libraries used have been updated to the latest versions. This version runs so much better than all the previous versions. All known bugs are fixed, but I'm sure there are some that I haven't found yet. If you find one, please send me an issue!

MFM: Major rewrite of Preferences

23 Feb 05:29
Compare
Choose a tag to compare

This release should fix every problem with Preferences. I rewrote a lot of code and have been testing for a while. It does seem very stable to me, but I really would like some feed back from others.

Mfm 1.1.1: Quick Search fix

07 Feb 07:21
Compare
Choose a tag to compare

Okay, I forgot to run my tests. The quick search feature was broken. This fixes that oversight. Sorry for any inconviences.

Mfm 1.1: Major Update

06 Feb 09:02
Compare
Choose a tag to compare

This release comes with a great boost in stability and usability. The follow things have changed:

  • New home grown method for detecting directory changes that doesn't lock up or leave extra processes running.
  • Removed most old fashion shadow coping of state variables to make use in the JavaScript. Still needed in some areas, but not as a copy.
  • Many bug fixes that I lost count on how many!
  • Downloading themes and extensions from GitHub now works well. You still have to have a local copy of the git command to download.
  • A major speed increase came as well. Not sure the source of the slowdown, but the speed increase is greatly appreciated!
  • All libraries have been updated to the latest version.

Please download and test on your macOS system. It is still a universal build. Please let me know how it works for you in the discussions!

MFM: Lock ups fixed and a new GitHub Importer.

18 Jan 14:52
Compare
Choose a tag to compare

This release is a major update on the GitHub importer logic, updating to all the latest versions of libraries used, and quite a few bug squashing! This release still requires a full git installation to be installed and working to import themes and extensions. I'm am working towards making that process completely internal to the program. I have fixed several areas where it was locking up and polished other areas to work better. Let me know how it works for you!

MFM: Adding lock/unlock to quick search and fixing bugs

27 Jun 08:13
Compare
Choose a tag to compare

This release adds two new commands “lock” and “unlock”. These commands lock/unlock the current quick search results. Only one side can be locked at a time. I didn’t feel locking both sides as having any value.

I also fixed a bug that caused the current cursor two change when told not too.

MFM: Updated Wails and libraries.

11 Jun 05:03
Compare
Choose a tag to compare

This release is using the latest version of all the libraries used to make this project. This edition also has fixed the GitHub too many requests issue by caching the results.

MFM: Various fixes to the keyboard management

09 Apr 05:18
Compare
Choose a tag to compare

This release has many changes to how keyboard events are handled. Now, escape will exit every dialog and all OS keycommands in the input fields work. The meta key processor now works and meta-m will iconize the program. Meta-Q will now quit the program. There is also a “Quit” Command prompt command now.

Several other cosmetic changes were made as well.

MFM: Fixing starting on clean system

02 Apr 02:37
Compare
Choose a tag to compare

Well, never release code when you are sick! I’ve been testing MFM on two systems: my build system and a test system. But, I forgot to test the case of it never running. The initial getting the environment for saving in the configuration was still written for NW.js! Of course, that means no one could run the program if they had not already ran the NW.js version.

Well, This release should completely fix that. I’m sorry for any inconvenience it might have caused.

Full Changelog: V1.0.1...V1.0.2