Skip to content

Commit e2319d2

Browse files
committed
added CHANGELOG for version 1.0.0.1
Signed-off-by: Achal Talati <[email protected]>
1 parent 936c7e6 commit e2319d2

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

vscode/CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,54 @@
2727

2828
## Version 1.0.0
2929
* Initial release
30+
31+
## Version 1.0.0.1
32+
### What’s Changed
33+
34+
### Enhancements
35+
* [JAVAVSCODE-16] Added option for running any Java project using context menu by @Achal1607 in https://github.com/oracle/javavscode/pull/75
36+
* [JAVAVSCODE-22] Added support for using different jdk in each workspace and deprecated jdk.userdir configuration by @Achal1607 in https://github.com/oracle/javavscode/pull/67
37+
* [JAVAVSCODE-28] Include TestNG tests in the test explorer. by @lahodaj in https://github.com/oracle/javavscode/pull/40
38+
* [JAVAVSCODE-56] Added “Go To Test” option by @Achal1607 in https://github.com/oracle/javavscode/pull/93
39+
* [JAVAVSCODE-60] Added a configuration for user-defined vm arguments to start the Java language server by @Achal1607 in https://github.com/oracle/javavscode/pull/63
40+
* [JAVAVSCODE-69] Add a warning for cases like var foo = new ArrayList<>(); by @Achal1607 https://github.com/apache/netbeans/pull/6780
41+
* [JAVAVSCODE-76] Support for parameter hints added https://github.com/apache/netbeans/pull/6476
42+
* [JAVAVSCODE-78] Added checksum match for jdk downloader by @Achal1607 in https://github.com/oracle/javavscode/pull/81
43+
* [JAVAVSCODE-80] Renamed downloaded jdk binaries so that it is not replaced by the already present binaries by @Achal1607 in https://github.com/oracle/javavscode/pull/82
44+
* JDK 22 ea support added by @lahodaj in https://github.com/apache/netbeans/pull/6742
45+
* Upgraded available JDK versions in JDK downloader by @Achal1607 in https://github.com/oracle/javavscode/pull/104
46+
* Update to NetBeans 20 by @lahodaj in https://github.com/oracle/javavscode/pull/92
47+
48+
### Bugs
49+
* [JAVAVSCODE-23] Class outline/structure missing in some cases fixed by @Achal1607 in https://github.com/apache/netbeans/pull/6642
50+
* [JAVAVSCODE-24] Error on formatting pom.xml fixed by @Achal1607 in https://github.com/apache/netbeans/pull/6631
51+
* [JAVAVSCODE-26] Don’t create “lock files” in the user’s project folders by @lahodaj in https://github.com/apache/netbeans/pull/6690
52+
* [JAVAVSCODE-35] String templates break formatting fixed by @lahodaj in https://github.com/apache/netbeans/pull/6637
53+
* [JAVAVSCODE-48] Renaming variable fails when using string template fixed by @lahodaj in https://github.com/apache/netbeans/pull/6637
54+
* [JAVAVSCODE-52] Avoiding crash during indexing when a record has a component with a wrong name @lahodaj in https://github.com/apache/netbeans/pull/6649
55+
* [JAVAVSCODE-53] Incorrect hint “The assigned value is never used” fixed @lahodaj in https://github.com/apache/netbeans/pull/6635
56+
* [JAVAVSCODE-62] “The collection is only added to, never read” warning now detects forEach @lahodaj in https://github.com/apache/netbeans/pull/6646
57+
* [JAVAVSCODE-71] Updated download.jdk command configuration to open JDK downloader window even if no folder is open in workspace by @Achal1607 in https://github.com/oracle/javavscode/pull/72
58+
* [JAVAVSCODE-73] Symbols defined in a different file but the same packages are now defined @lahodaj in https://github.com/apache/netbeans/pull/6329
59+
* [JAVAVSCODE-86] “Surround with...” option fixed under refactor options @lahodaj in https://github.com/oracle/javavscode/pull/89
60+
61+
### Other Changes
62+
* adding the extension markeplace in README by @delabassee in https://github.com/oracle/javavscode/pull/12
63+
* Added more style in readme file by @Achal1607 in https://github.com/oracle/javavscode/pull/98
64+
* README urls fix by @delabassee in https://github.com/oracle/javavscode/pull/20
65+
* Adding workflow to build the extension on push and pull request. by @lahodaj in https://github.com/oracle/javavscode/pull/39
66+
* Update README.md by @spavlusieva in https://github.com/oracle/javavscode/pull/43
67+
* Removed “information_for_contributors” field by @Achal1607 in https://github.com/oracle/javavscode/pull/68
68+
* Bump axios from 1.5.0 to 1.6.0 in /vscode by @dependabot in https://github.com/oracle/javavscode/pull/77
69+
* Build.md and .gitignore changes by @sundararajana in https://github.com/oracle/javavscode/pull/87
70+
* added formatter preferences readme by @Achal1607 in https://github.com/oracle/javavscode/pull/85
71+
* updated THIRD_PARTY_LICENSES.txt by @Achal1607 in https://github.com/oracle/javavscode/pull/111
72+
* Upgrade commons-codec from 1.15 to 1.16.0 by @Achal1607 in https://github.com/oracle/javavscode/pull/107
73+
* Upgrade of failureaccess (component of Guava) by @lahodaj in https://github.com/oracle/javavscode/pull/109
74+
75+
## New Contributors
76+
* @delabassee made their first contribution in https://github.com/oracle/javavscode/pull/12
77+
* @dependabot made their first contribution in https://github.com/oracle/javavscode/pull/77
78+
* @sundararajana made their first contribution in https://github.com/oracle/javavscode/pull/87
79+
**Full Changelog**: https://github.com/oracle/javavscode/compare/v1.0.0...v1.0.0.1
80+

0 commit comments

Comments
 (0)