You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-27Lines changed: 27 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## 0.6.5 (11th March 2023)
8
+
## 0.6.5 (2023-03-11)
9
9
10
10
### Added
11
11
- When nothing is selected, send to REPL sends the current line (@suhr)
@@ -15,70 +15,70 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
- Fixed various comment syntax highlighting cases (@jryans)
16
16
- Updated dependencies
17
17
18
-
## 0.6.4 (2nd March 2022)
18
+
## 0.6.4 (2022-03-02)
19
19
- Updated dependencies
20
20
- Hopefully finally packaged the correct code
21
21
22
-
## 0.6.3 (26th January 2022)
22
+
## 0.6.3 (2022-01-26)
23
23
- Fixed: A packaging issue that caused the previous version not to fix anything
24
24
- Fixed: A weird behaviour in Powershell (thanks, @CatEricka)
25
25
26
-
## 0.6.2 (13th January 2022)
26
+
## 0.6.2 (2022-01-13)
27
27
28
28
- Fixed: Incorrect quoting of racket paths on Windows (thanks, @shocoman)
29
29
- Fixed: Incorrect folding of code (thanks, @shocoman)
30
30
- Fixed: Errortrace causing the REPL to be unusable
31
31
32
-
## 0.6.1 (26th December 2021)
32
+
## 0.6.1 (2021-12-26)
33
33
34
34
- Fixed: Escape sequences now work in regexp bytestrings as well
35
35
36
-
## 0.6.0 (26th December 2021)
36
+
## 0.6.0 (2021-12-26)
37
37
38
38
- It is now possible to configure the command used for launching the language server and also the arguments that are passed into it. This should make the workarounds in WSL and Docker easier.
39
39
- It is now possible to configure the arguments that are passed to `racket` during REPL creation
40
40
- Improved quoting of command-line arguments, fixing many little bugs
41
41
- Settings have been renamed and reorganised for greater clarity
42
42
43
-
## 0.5.8 (1st September 2021)
43
+
## 0.5.8 (2021-09-01)
44
44
45
45
- Added two separate settings for Racket path, one used for the LSP, other of the REPL
46
46
- Fixed potential vulnerabilities by updating npm packages
47
47
48
-
## 0.5.7 (20th January 2021)
48
+
## 0.5.7 (2021-01-20)
49
49
50
50
- Added an option to disable the LSP integration
51
51
52
-
## 0.5.6 (5th May 2020)
52
+
## 0.5.6 (2020-05-05)
53
53
54
54
- Fixed issues for cmd.exe Windows users
55
55
- Fixed the URI encoding issue that prevented the LSP working on Windows
56
56
57
-
## 0.5.5 (4th May 2020)
57
+
## 0.5.5 (2020-05-04)
58
58
59
59
### Changed
60
60
- Replaced the custom LSP fork with the official version, which can be installed simply by running `raco pkg install racket-langserver`. This prevents the headaches of managing a custom forked LSP.
61
61
62
62
### Fixed
63
63
- Launching the LSP now correctly uses the value of `magic-racket.general.racketPath`.
64
64
65
-
## 0.5.4 (2nd May 2020)
65
+
## 0.5.4 (2020-05-02)
66
66
67
67
- Minor changes to the marketplace page of Magic Racket.
68
68
69
-
## 0.5.3 (2nd May 2020)
69
+
## 0.5.3 (2020-05-02)
70
70
71
71
- Fixed the infinite loop caused by opening an empty file.
72
72
73
-
## 0.5.2 (1st May 2020)
73
+
## 0.5.2 (2020-05-01)
74
74
75
75
- Add the trace setting to help debug the LSP.
76
76
77
-
## 0.5.1 (1st May 2020)
77
+
## 0.5.1 (2020-05-01)
78
78
79
79
- Minor changes to README and the marketplace page of Magic Racket.
80
80
81
-
## 0.5.0 (1st May 2020)
81
+
## 0.5.0 (2020-05-01)
82
82
83
83
### Added
84
84
@@ -90,41 +90,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
90
90
91
91
- Ditched the old unintuitive REPL workflow for a new `one file = one repl` one. No more REPL headaches!
92
92
93
-
## 0.4.5 (29th October 2019)
93
+
## 0.4.5 (2019-10-29)
94
94
95
95
- It is now possible to open a REPL without needing to have a file open first.
96
96
- Changes to how REPL handling works (see the README for in-depth description).
97
97
- You can now type the lambda symbol by using the new snippet `lmb` or via a shortcut.
98
98
99
-
## 0.4.2, 0.4.3, 0.4.4 (24th October 2019)
99
+
## 0.4.2, 0.4.3, 0.4.4 (2019-10-24)
100
100
101
101
- Minor changes to README and the marketplace page of Magic Racket.
102
102
103
-
## 0.4.1 (24th October 2019)
103
+
## 0.4.1 (2019-10-24)
104
104
105
105
- Update word separators, so that `enter!` is taken as a one word.
106
106
107
-
## 0.4.0 (24th October 2019)
107
+
## 0.4.0 (2019-10-24)
108
108
109
109
- You can now load the current file into a Racket REPL.
110
110
- You can now run the whole file in a terminal.
111
111
- You can execute selection in the REPL.
112
112
113
-
## 0.3.3 (6th March 2019)
113
+
## 0.3.3 (2019-03-06)
114
114
115
115
- Fixed the highlighting of `#\(`.
116
116
- Fixed the highlighting of some other weird characters, which were previously not recognized as characters at all.
117
117
118
-
## 0.3.2 (1st March 2019)
118
+
## 0.3.2 (2019-03-01)
119
119
120
120
- Added a new scope for invalid escape characters in string sequences.
121
121
- A valid escape sequence is, for example, `\n`, while `\O` is an invalid one—it triggers a runtime error. The second one will now be colored red in supported themes (most themes, actually), to help prevent these stupid errors.
122
122
123
-
## 0.3.1 (20th February 2019)
123
+
## 0.3.1 (2019-02-20)
124
124
125
125
- Fixed the highlighting of `,symbol` and `,@symbol`.
126
126
127
-
## 0.3.0 (1st February 2019)
127
+
## 0.3.0 (2019-02-01)
128
128
129
129
### Changed
130
130
@@ -137,12 +137,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
137
137
138
138
- The behavior of quotes is now consistent.
139
139
140
-
## 0.2.1 (31th January 2019)
140
+
## 0.2.1 (2019-01-31)
141
141
142
142
- Fixed handling of here strings.
143
143
- Fixed the here string terminating sequence.
144
144
145
-
## 0.2.0 (31th January 2019)
145
+
## 0.2.0 (2019-01-31)
146
146
147
147
- Improved support for all numbers.
148
148
- Parts of invalid numbers are no longer being highlighted as valid.
@@ -151,10 +151,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
151
151
152
152
From now on, if your number isn't getting highlighted, it's most likely due to it being wrong, and it probably won't be accepted by the racket reader.
0 commit comments