Version 0.2.1 2009-05-09 hut Oh no. I neglegted to write change logs... in a nutshell, i changed: New Hotkey: [r]...flags...[r] which runs the selected file with flags like [d] to detach the process or [t] to run it in a seperate terminal. This example would be [r][d][t][r] For that I also changed Action.run() 2009-04-27 hut Minor changes to the way directories and file infos are read entries are not instantly scheduled upon encounter Rewritten "ascend" method, which uses Action::run() now (still theres a lot to be done) Directory::entry#mimetype() instead of Fm.MIMETYPES[Directory::entry#ext()] 2009-04-18 hut Found reproducable bug which leaves it (after closing) running and using up 99% CPU. It happens if you close the window by pressing the X button, the quit hotkey, or whatever. New Hotkeys: [S-TAB] is a shortcut for [`][`] and [TAB] for [`][9] Better distinguishable columns MIME support, allowing sorting by MIME-filetype TODO: fall back to sorting by name for two files of identical filetype Sorting by extension Minor bugs fixed 2009-04-16 hut New Combination [c][u][t] to mark files for moving Replaced system() calls with cp or mv with the use of FileUtils Modified FileUtils for showing its progress the progressbar Fixed threading problem which made it impossible to stop copying/moving Fixed priority problems, faster UI while copying. TODO: enqueue file operations for better performance 2009-04-15 hut Added possibility to run fm with a filename in argument which runs the file, like an enter-press inside fm would run it. Version 0.2 2009-04-10 hut Generating Previews in the background Help screen with [?] Tooltips for [S] and [t] Added more filetype associations Split up fm.rb into several files 2009-04-09 hut New Hotkey [S] to change sorting order Generalized file-modifying tasks in the Action module 2009-04-08 hut Files are now Objects instead of Strings Threads and Progress Bars for copying and moving Version 0.1 2009-04-08 hut Well-running Version with some bugs here and there Starting new minor version 2009-04-03 hut The project was created