Skip to content

Releases: suntsov/efar

eFar v1.29

22 Nov 19:41
Compare
Choose a tag to compare

Changes since last stable relase

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.

eFar v1.23 (bugfix)

09 Oct 12:05
Compare
Choose a tag to compare

What's Changed

  • bug fix for the issue #17

eFar v1.22

09 Oct 09:01
0897bc0
Compare
Choose a tag to compare

What's Changed

  • 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