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: vscode/CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,31 @@
22
22
under the License.
23
23
24
24
-->
25
+
## Version 25.0.0
26
+
### What's Changed
27
+
28
+
29
+
#### Enhancements
30
+
* Introduction of Java Notebook and JShell [#464](https://github.com/oracle/javavscode/pull/464)
31
+
* Improved support for JDK 25
32
+
* Upgarde to NB-27 [#456](https://github.com/oracle/javavscode/pull/456)
33
+
* Improved support for Module imports [#474](https://github.com/oracle/javavscode/pull/474)
34
+
* Improved support for Compact source files [#466](https://github.com/oracle/javavscode/pull/466)
35
+
* Backport of important patches from NB28 [#473](https://github.com/oracle/javavscode/pull/473)
36
+
37
+
#### Bug Fixes
38
+
* Fixed Run and Debug hanging when more than 2 main classes in the project [#468](https://github.com/oracle/javavscode/pull/468)
39
+
* Fixed "Launch Java App" related to launch app [#468](https://github.com/oracle/javavscode/pull/468)
40
+
* Fixed Refactor methods/members UI to show buttons for up/down/delete of each field [#467](https://github.com/oracle/javavscode/pull/467)
41
+
42
+
#### Other Changes
43
+
* Translation of new messages to ja and zh-cn [#464](https://github.com/oracle/javavscode/pull/464)
44
+
* Graceful close handler implementation in Netbeans Language Server [#458](https://github.com/oracle/javavscode/pull/458)
45
+
* Message labels updates and improvements [#471](https://github.com/oracle/javavscode/pull/471)
0 commit comments