X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=README.md;h=9a5e329d7b573b2eff46f4b74605c55d97c6d9c7;hb=refs%2Ftags%2Fv0.3;hp=1f12c6efaff365c08ad93affefc8b5501b578cae;hpb=2eab39a6585392e139b1c4bbc6e6ec7671627e99;p=CleanReadLine.git diff --git a/README.md b/README.md index 1f12c6e..9a5e329 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Clean readline Version 0.2 +Clean readline Version 0.3 ========================== ReadLine is a Clean library that allows interactive console programs to use the @@ -26,6 +26,12 @@ functions as close as possible ###Changelog +- 0.3 (2016-01-26) + - Better build mechanism + - Information about the history list functions implemented, not thoroughly + tested though. + - Fixed issue #1 + - History state can now be written as well as read - 0.2 (2016-01-25) - History file operations added - EOF is now properly handled @@ -35,11 +41,8 @@ functions as close as possible ###Todo -- Access to the history datastructure -- Access to the current location +- Use builtin Maybe if available, otherwise fall back on own Maybe - Complete history api implementation -- Embed the readline library in the object files in such a way that no special - compiler flag is needed. - Control over tabcompletion, right now it completes on filenames. - Check possibilities for Windows/Mac