Skip to content

Commit

Permalink
[release] v1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lîm Tsú-thuàn <[email protected]>
  • Loading branch information
dannypsnl committed Oct 11, 2022
1 parent b65b5f6 commit 6c75364
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
### To Release

### v1.4.0

- [editor] c+s fix **save file**
- [editor] c+b for untitled tab
- [editor] c+s+t reopen recently closed tab
- [project] remove all unnecessary refreshing
- [project:fix] double click the empty space of project manager makes a contract violation
- [internal] file indexing maintaining system
- [project] huge speedup
- [internal] file indexing maintaining system
- [editor] `>>` produces ``

### v1.3.1
Expand Down
2 changes: 1 addition & 1 deletion info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
(define build-deps '("scribble-lib" "racket-doc" "rackunit-lib" "gui-doc"))
(define scribblings '(("scribblings/sauron.scrbl" (multi-page) (tool))))
(define pkg-desc "A Racket IDE")
(define version "1.3.1")
(define version "1.4.0")
(define license '(Apache-2.0 OR MIT))
(define pkg-authors '(dannypsnl))

Expand Down

0 comments on commit 6c75364

Please sign in to comment.