From 486567f1b7dcc1eecf0558a0214e66b68632809f Mon Sep 17 00:00:00 2001 From: Jorge Pinto Date: Wed, 19 Feb 2020 12:05:26 +0000 Subject: [PATCH] Add releases section. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 7a65bbf5..b3a9aa79 100644 --- a/README.md +++ b/README.md @@ -495,3 +495,20 @@ The measuring of space is done as follows: - Oberon OS: https://www.youtube.com/watch?v=UTIJaKO0iqU - Acme editor: https://www.youtube.com/watch?v=dP1xVpMPn8M +## Releases + +- 2020/02/19: v1.1.0 (133 commits) + - godebug: adds "//godebug:*" comment directives. Go modules support improved. + - inline `tab` complete + - windows: support case-insensitive filesystem + - windows: drag and drop improvements. + - many bug fixes and overall improvements on stability. +- 2019/12/28: v1.0.0 (1049 commits) + - first tagged release + - drawer improvements (handle big files) + - fs watcher for changed files + - language server protocol (go to definition, completion, ...) + - plugins + - unix: drag and drop +- 2016/10/11: + - development start \ No newline at end of file