File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 2222 under the License.
2323
2424-->
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 )
46+
47+
48+ ** Full Changelog** : https://github.com/oracle/javavscode/compare/v24.1.1...v25.0.0
49+
2550## Version 24.1.1
2651### What's Changed
2752
You can’t perform that action at this time.
0 commit comments