All Versions
34
Latest Version
Avg Release Cycle
58 days
Latest Release
2395 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.18.0 Changes
July 26, 2018- Make switching to a buffer by name more lenient
- Add line numbers mechanics to core (thanks to talanis85) (Note: line numbers are not yet implemented in emacs and pango)
- [yi-keymap-vim] Add line numbers commands (thanks to talanis85)
- [yi-frontend-vty] Show line numbers when appropriate
- [git commit mode] Don't uglify second line when it is a comment
- Support ghc 8.4
- Moved getArticleDbFileName to yi-ireader where it belongs (thanks to mpwp)
- [ruby mode] slightly more correct symbol syntax (thanks to quickdudley)
- Automatically get version from cabal (thanks to junjihashimoto)
-
v0.17.1 Changes
November 03, 2017- Removed bounds from example configs
- [yi-keymap-vim] Add multiline block paste
- Hopefully speed up travis CI
-
v0.17.0 Changes
October 09, 2017- Added cabal.project file
- Replaced package.yaml files with *.cabal files
- [yi-keymap-vim] Added completion for ':e ' without a path stub
- [yi-misc-modes] Fixed multiline string syntax highlighting for python
- [yi-keymap-vim] Faster digraph lookup
- [yi-misc-modes] Fixed issue building Yi.Lexer.BasicTemplate
-
v0.16.0 Changes
September 03, 2017- Dropped text-icu dependency
- [yi-keymap-vim] and in insert mode now move the cursor as in readline
- Moved some modules from yi-core to yi-dynamic-configuration where they belong
-
v0.15.0 Changes
September 03, 2017- [yi-keymap-vim] Fixed visual selection not disappearing after doing visual replace or visual insert
- [yi-keymap-vim] More digraphs
- [yi-keymap-vim] Implemented @@ (replay last macro)
- [yi-keymap-vim] Implemented :cq
- [yi-keymap-vim] Made zb (scroll to align cursor with the bottom of the window) behave better
- [yi-keymap-vim] Fixed blockwise character replace on blocks with holes
- [yi-keymap-vim] Fixed < in replace mode
- [yi-keymap-vim] Fixed undo after using change operator
- [yi-keymap-vim] Implemented & and g& (repeating substitutions)
- [yi-keymap-vim] Made c in visual block mode change all the lines
- Building with GHC 8.2 now works
- Building with GHC 7 is no longer supported
-
v0.14.1 Changes
July 29, 2017- [yi-keymap-vim] Added :new command
- [yi-keymap-vim] Fixed parser for ":!"
- Fixed yi-core dependency on dyre (it was still mentioned in package.yaml by accident)
-
v0.14.0 Changes
June 19, 2017- yi-core now doesn't depend on dyre. Dynamic configuration support is now provided by yi-dynamic-configuration package.
-
v0.13.7 Changes
June 17, 2017- [yi-keymap-vim] Include test data files in sdist
-
v0.13.6 Changes
June 17, 2017- [yi-keymap-vim] Enable regexps for :substitute
- [yi-keymap-vim] Various fixes regarding ex ranges
- [yi-keymap-vim] Make trailing delimiter in :substitute optional
- [yi-keymap-vim] Fix behaviour of f,t,F,T when given a count
- [yi-keymap-vim] Support all abbreviations for :nohlsearch
- [yi-keymap-vim] . in relative ex ranges is optional
- [yi-keymap-vim] Range support for :delete
- [yi-keymap-vim] Support 'sub' abbreviation for substitute.
- [yi-keymap-vim] Fix behaviour of f,t,F,T when given a count
- [yi-keymap-vim] Implement visual paste
- [yi-keymap-vim] Add supporting of pasting text on Ex
- [yi-keymap-vim] Fix repeating replacement operators
- Fix error when completing the empty text
- Fixed hint spawning multiple interpreters
- Fix the Windows build
- Various performance improvements
-
v0.13.5 Changes
December 10, 2016- Unbreak build with alex-3.2.1
- [yi-keymap-cua] Expose default Cua config
- Fix haddock generation for BufferImpl