commit 7bdb28040817e2b499c8eaf9a888090f980d572d from: Marcel Rodrigues date: Fri Apr 17 21:44:44 2015 UTC Add change log. commit - 7896cfae35cc018c6858ed5dbbbd361f3ba86ffe commit + 7bdb28040817e2b499c8eaf9a888090f980d572d blob - /dev/null blob + 286e4b6b8d8ccb8a1c8f5fc60c8fa5cb3e8c3b99 (mode 644) --- /dev/null +++ CHANGES.md @@ -0,0 +1,14 @@ +# NEXT + +## Bug Fixes + +- Fix flashing on slow terminals. +- Fix crash on terminal resizing during subprocess execution. +- Accept relative paths as arguments. +- Don't overwrite default background color. +- When listing symbolic links, show link size instead of target size. +- Remove possible buffer overflows. + +# 0.1.0 (2015-03-07) + +First version.