- Fix Issue #29, contributed by j2bbayle
- Add support of Shell tag generation, contributed by Zelnes.
- Add the support of constant 'kind' for javascript, contributed by Zelnes.
- Patch a new version to fix the unknow problem to publish it to atom.io.
- Add new config parameter: collapseClick, contributed by XaverKlemenschits.
- 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
- Fix Issue #25
- Update Universal-Ctags to version 2258b24b
- Fix Issue #20
- 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.
- Add new config parameter: showAccessIcons (contributed by tweakimp)
- Fix Issue #8.
- Support to show current symbol on status bar.
- Support page-up/page-down/top/bottom keyboard event.
- Support up/down/left/right/enter keyboard event.
- 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.
- Fix Issue #1, add executable permission to universal-ctags-darwin and universal-ctags-linux
- Fix Issue #2, call promise.then instead of promise.done
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
- Every feature added
- Every bug fixed