diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 46 |
1 files changed, 43 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 375565f6..6c2edddd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,54 @@ +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 + 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 when the window managers way of closing windows by + pressing the X button or pressing Alt+F4 is used to quit. + 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, fluent 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 - Tooltips for (S) and (t) + 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 + New Hotkey [S] to change sorting order Generalized file-modifying tasks in the Action module 2009-04-08 hut |