Skip to content

Latest commit

 

History

History
64 lines (49 loc) · 2.82 KB

NEWS.md

File metadata and controls

64 lines (49 loc) · 2.82 KB

eFar NEWS

Change log

In development

  • Extracting files from archives

Version 1.33

  • Bugfix Do not restart subprocesses each time after background task execution

Version 1.32

  • New Working with archives:
    Displaying content of archive files (.zip, .7z, .tar, .tar.gz, .tar.bz2)
    Reading content of files inside archives with F3

Version 1.31

  • Bugfix Error when search finished caused by trying to kill already killed subprocess

Version 1.30

  • New Enable file operations (copy, move, delete) in file search results

Version 1.29

  • New Right-click file selection (#27)
  • Bugfix Switch to other panel by TAB in single panel mode (#26)
  • Bugfix Make eFar buffer stop keeping undo information

Version 1.28

  • Bugfix: fix errors on removal, renaming/copying when helm is activated
  • Performance: don't refresh whole eFar when moving cursor

Version 1.27

  • Bugfix: fix color theme for directory comparison mode
  • Bugfux: cursor disappears when scrolling with PgDN to the bottom of long file list

Version 1.26

  • New: The way of key binding castomization changed. See Readme for details.
    Default eFar key bindings used in previous versions have been changed according to the Emacs Key Binding Conventions.
    Actual key bindings you can check by C-e ? (M-x efar-do-show-help)
    In case if you'd like to get back to previous configuration you can load get-back-keys.el in your Emacs init file.

Version 1.25

  • New: Color themes
    Press <C-t> to switch color theme. For now four themes available: blue, black, white and sand.
  • Bugfix: disable batch replace and rename functions in modes other than files and file search modes

Version 1.24

  • New: Search history
    From now on all search requests and results are stored in search history.
    Search history by default opened with <C-f7>.
    When eFar restarts search history is cleaned up.
  • New: Blink red in status bar on errors/warning.
  • Bugfix: files skipped during file search/directory comparison are not shown in the additional information results.
  • Bugfix: read files in normal mode (not literally) when searching text.

Version 1.23 (Melpa stable)

Version 1.22

  • New: Directory comparator implemented
    To compare content of two directories open these directories in left and right panels and press <M-f6>. See Readme for details.
  • Fixes for some minor bugs.
  • Sub-processing code refactoring and optimization.

Changes in versions prior version 1.22 have not been documented...