This repository was archived by the owner on Nov 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
java/de/plushnikov/intellij/plugin Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ideaVersion=2018.1
1111#
1212pluginGroup =de.plushnikov.intellij.plugin
1313pluginName =lombok-plugin
14- pluginVersion =0.34
14+ pluginVersion =0.34.1
1515#
1616sources =true
1717#
Original file line number Diff line number Diff line change 11< ul >
2+ < li > 0.34.1
3+ < ol >
4+ < li > Fixed regression #998: Icon cannot be found 'icons/lombok.svg'</ li >
5+ </ ol >
6+ </ li >
27 < li > 0.34
38 < ol >
49 < li > Updated all lombok icons</ li >
510 < li > Reworked and simplified plugin settings page</ li >
611 < li > Automatically activate annotation processing if lombok library is present in background</ li >
712 < li > Automatically suggestion to add lombok library if not present in project with lombok annotations</ li >
8- <!-- <li>Fixed #21: Experimental support for @ExtensionMethods, thanks to @NekoCaffeine</li>-->
913 < li > Fixed #919: Builder ignores visibility of XArgsConstructor</ li >
1014 </ ol >
1115 </ li >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public interface Version {
1313 /**
1414 * Current plugin version.
1515 */
16- @ NonNls String PLUGIN_VERSION = "0.34" ;
16+ @ NonNls String PLUGIN_VERSION = "0.34.1 " ;
1717 /**
1818 * Current version of lombok plugin
1919 */
Original file line number Diff line number Diff line change @@ -167,11 +167,7 @@ daemon.donate.title=Lombok support plugin updated to v{0}
167167daemon.donate.content =<br/>\
168168Helpful? <b><a href =" https://www.paypal.me/mplushnikov" >Donate with PayPal</a></b><br/><br/>\
169169Fixes:<br/>\
170- - Updated all lombok icons <br/>\
171- - Reworked and simplified plugin-settings page<br/>\
172- - Automatically activate annotation processing if lombok library is present in background<br/>\
173- - Automatically suggestion to add lombok library if not present in project with lombok annotations<br/>\
174- - Fixed (<a href =" https://github.com/mplushnikov/lombok-intellij-plugin/issues/919" ># 919</a>): Builder ignores visibility of XArgsConstructor <br/>\
170+ - Fixed regression (<a href =" https://github.com/mplushnikov/lombok-intellij-plugin/issues/998" ># 998</a>): Icon cannot be found 'icons/lombok.svg' <br/>\
175171 <br>\
176172 If you find my plugin helpful, donate me using <br><b>\
177173 <a href =" https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\\&hosted_button_id=3F9HXD7A2SMCN\\&source=url" >PayPal</a>\
You can’t perform that action at this time.
0 commit comments