v1.5
Features
- 9f7f5aa Add Vi key navigation
Bug fixes
- 9db7604 Halt only on
Just Exit
; continue onNothing
- da9b932 Fix non-exhaustive pattern match by returning Nothing
Code maintenance
- 0f6c767 Use Text instead of String
- 69d2431 Minor refactoring and formatting
- a3f6eff Improve parseConfig
- 0c00284 Extract function in appEvent
- e62db25 Improve handleDialog doc
- 6e0f341 Simplify handleDialog using monadic binds
- 2e57429 Update keybinding docs
- f2591b0 Formatting with stylish haskell
- 35d12f9 Use
concat
- 387cf33 Make all imports explicit
- 0ff6c96 Extract duplicate code in handleNav
- 41c91e8 Use hlint
- 3d4b891 Enable more ghc warnings