-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES
More file actions
38 lines (25 loc) · 1.34 KB
/
CHANGES
File metadata and controls
38 lines (25 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Version 1.1.0 Released May 2, 2025
- Make JDK 17 the minimum required level.
- Rebase JShell support on JavaBox.
Version 1.0.5 Released October 4, 2024
- Rebase on dellroad-dependencies to simplify build and update dependencies.
- Configure JShell screen dimensions on JDK >= 24.
Version 1.0.4 Released May 20, 2024
- Add new class LocalContextExecutionControl.
- A few tweaks to the various JShell class loader hacks.
Version 1.0.3 Released January 5, 2024
- Fix misnamed SimpleShell method: newExecSession() -> newShellSession().
- Add method LocalContextExecutionControlProvider.createLocalExecutionControl().
- Add utility method LocalContextExecutionControlProvider.addToClassPath().
- Add utility methods LocalContextExecutionControlProvider.{g,s}etExecutionFlag().
- Add support for jar: URLs in MemoryLoaderDelegate.addToClasspath().
Version 1.0.2 Released October 23, 2023
- A good bit of refactoring overall.
- A few improvements to JShell support.
- Replaced CommandRegistry with CommandBundle.
Version 1.0.1 Released Aug 12, 2023
- Add new subclass hook method SubshellCommand.executeSubshell().
- Allow SSH host key to be configured via classpath resource.
- Add local context class loading workaround to JShellCommand.
Version 1.0.0 Released Aug 9, 2023
- Initial release