Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Latest commit

 

History

History
70 lines (54 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

70 lines (54 loc) · 2.18 KB

0.5.5

  • Fixed stay commands that misbehaved (dcalhoun)

0.5.4

  • Added support for Atom 1.17.0 (thanks dcalhoun for the bug report)

0.5.3

  • Readme text adjustments (dcalhoun)
  • Fixed crash when trying to delete project root with D

0.5.2

  • Implemented simple search

0.5.1

  • Better navigation - more vim like (ctrl + f/b/d/u)
  • Scroll up and down (ctrl + e/y) are now fixed

0.5.0

  • Fix by markovicdenis and jondot of jquery functions
  • Removed scroll up and down (ctrl e/y) because of malfunction

0.4.3

  • Fix by averrin for duplicate key '?' which is 'reverse search' not help

0.4.2

  • Fixed open-stay when no buffers are opened or when active buffer is not saved

0.4.1

  • Fixed saving state while changing root which was broken

0.4.0

  • Changed Hide VSC ignored mapping from H to h to avoid conflicting with 'move to the top of the screen mapping' (Thanks, dcalhoun)
  • Fixed -stay methods that retain focus on tree view This tree-view commit broke it initially: atom/tree-view@a2b9827fdcbb2aa798854ef50ce3e204723777e6
  • Fixed tree being unable to open (#6 and #3)

0.3.1

  • Fixed going down (j) error when cursor stopped in case of (file in dir in dir case)

0.3.0

  • To simplify keymap management keymaps were separated into:
  • tree-view: default Tree View toggle and focus mappings (C-, A-, etc)
  • nerd-treeview: nerd treeview mappings
  • vim-mode: nerd treeview navigation (j, k, gg, G, etc)
  • Added missing Vim bindings (enter, +, -, etc)
  • Implemented number-prefixed jumps (5j, 6k, etc)
  • G can now jump to the line
  • Added functionality to copy selected file name (not full path)
  • Fixed issue when navigating down doesn't work for opened folders without files

0.2.3

  • Code cleaning and readme/changelog updates
  • Added missing Vim mappings for navigation (top arrow, down arrow)

0.2.2 - Update for Readme

  • Cosmetic Readme updates

0.2.1 - Fixed Wrong pane item

  • Fixed Issue #1: When opened tab is not TextEditor (e.g. About page) opening new file crashes

0.2.0 - Smooth Scroll

  • j, k, J, K, C-J, C-K, gg and G will now smoothly scroll
  • Fixed the issue with hidden files begin selected when moving with keyboard

0.1.0 - Initial Release

  • Initial Release