Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 2.52 KB

CHANGELOG.md

File metadata and controls

68 lines (51 loc) · 2.52 KB

1.10.0

1.9.0

  • Add support of Shell tag generation, contributed by Zelnes.
  • Add the support of constant 'kind' for javascript, contributed by Zelnes.

1.8.1

  • Patch a new version to fix the unknow problem to publish it to atom.io.

1.8.0

  • Add new config parameter: collapseClick, contributed by XaverKlemenschits.

1.7.0

  • Add new option Hidden to Position config parameter. It can be use to hide the symbols-navigator tab. Issue #12
  • Add new icon for unknown kind. Issue #11
  • Fix Issue #13

1.6.0

  • Fix Issue #25
  • Update Universal-Ctags to version 2258b24b

1.5.1

1.5.0

  • Add new config parameter: scrollType, contributed by XaverKlemenschits.
  • Fix Issue #18, contributed by XaverKlemenschits.
  • Add callback to populate symbols tree view when new file is opened, contributed by XaverKlemenschits.

1.4.0

  • Add new config parameter: showAccessIcons (contributed by tweakimp)

1.3.1

1.3.0

  • Support to show current symbol on status bar.

1.2.1

  • Support page-up/page-down/top/bottom keyboard event.

1.2.0

  • Support up/down/left/right/enter keyboard event.

1.1.0

  • Fix Issue #4, add the missing function.
  • Fix Issue #6, add the option for single-click or double-click to move cursor to the symbol.

1.0.1

  • Fix Issue #1, add executable permission to universal-ctags-darwin and universal-ctags-linux
  • Fix Issue #2, call promise.then instead of promise.done

1.0.0

Major:

  • Remove deprecated dependencies: atom-space-pen-views, q
  • Add support of signature (parameter list)

Minor:

  • Add new config parameter: autoRevealOnStart
  • Add support of default keybindings disable
  • Adjust Symbols-Navigator activation process and event process
  • Remove support of animation
  • Fix the bug of Auto Hide Types

0.1.0 - First Release

  • Every feature added
  • Every bug fixed