Changes between Version 30 and Version 31 of ChangeLog

Show
Ignore:
Timestamp:
08/30/13 01:48:58 (8 months ago)
Author:
TomPh (IP: 27.253.54.133)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ChangeLog

    v30 v31  
    11This document catalogs the changes made to emelFM and emelFM2 during their development to now. 
     2 
     3== emelFM2 0.9.0 30/8/2013 == 
     4 * add advanced-config option to enable pre-0.7.1-type auto-updating of dirline histories, disabled by default 
     5 * (only with #define’d E2_SMALLSCREEN) add config option to hide toolbar in inactive pane, instead of changing appearance of active pane 
     6 * add advanced-config option for date/time formatting in file-info dialog 
     7 * add actions and corresponding default key/button-bindings to enable manual management of main-window combobox history (i.e. superseding hard-coded arrangements) 
     8 * add default filetypes for 7zip archives (but no auto-update of current config data for these) 
     9 * add support for .tar.7z, .t7z, .deb, .rpm in unpack plugin (but .deb, .rpm can’t be re-packed when finished) 
     10 * build-time support for extensions-column in filelists (uncomment //#define E2_EXTCOL in emelfm2.h before building) 
     11 * add plugin for ‘destroying’ selected items 
     12 * work around deprecated glib/gtk objects & API (except threads setup for gtk>=3.6, which would prefer everything to effectively become single-threaded!) 
     13 * update all translations 
     14 * bugfixes 
     15   * fix loading of plugins with children 
     16   * fix crash sometimes when using backrefs in rename plugin 
     17   * fix archive-type selection in unpack plugin 
     18   * fix retrieval of color-strings from selector dialog on gtk3.4+ 
     19   * don’t ignore length-limit setting for dirline combobox histories 
     20   * fix processing of ‘;’-joined commands that also have “>>” prefix 
    221 
    322== emelFM2 0.8.2 21/12/2012 ==