Skip to content

Commit

Permalink
Release 2023.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricup committed Jul 27, 2023
1 parent 5337056 commit deecc3c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 26 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# https://www.jetbrains.com/intellij-repository/releases
# https://www.jetbrains.com/intellij-repository/snapshots
name="Perl5 Support (Camelcade)"
platformVersion=232
platformBranch=.8453.116
platformBuild=-EAP-SNAPSHOT
platformVersion=2023
platformBranch=.2
platformBuild=
pluginVersion=
pluginBranch=
pluginBuild=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ perl.version.description.5.12=package NAME VERSION; Yada Yada; implicit strict;
perl.version.description.5.10=use feature; //, ~~ operators; given/when; named captures; say; UNITCHECK; UNIVERSAL::DOES(); etc.
plugin.update.baloon.group=Perl5 plugin update message
plugin.update.baloon.title=Perl5 plugin updated to version {0}
plugin.update.baloon.text=Terminal customizer, asdf version manager support.
plugin.update.baloon.text=Perl 5.38 support. Running, testing and coverage improvements.
plugin.update.baloon.changes=Changes
plugin.update.baloon.tracker=Bug tracker
perl.formatting.wrap.assignment.expression=Assignment expression
Expand Down
38 changes: 16 additions & 22 deletions plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,22 @@
<ul>
<li>Features and improvements:
<ul>
<li><a href="https://github.com/ouest/asdf-perl"><code>asdf</code></a> version manager support, <a
href="https://github.com/Camelcade/Perl5-IDEA/issues/2499">#2499</a></li>
<li>Terminal automatically switch to the perl selected for the project, <a href="https://github.com/Camelcade/Perl5-IDEA/issues/2584">#2584</a>
</li>
<li>Automatic directories configuration for the <a href="https://metacpan.org/pod/Carton">Carton</a>,
<a href="https://metacpan.org/pod/Module::Build">Module::Build</a> and
<a href="https://metacpan.org/pod/ExtUtils::MakeMaker">ExtUtils::MakeMaker</a>, <a
href="https://github.com/Camelcade/Perl5-IDEA/issues/1829">#1829</a></li>
</ul>
</li>
<li>Bugfixes:
<ul>
<li>External libraries handling for run/test configurations, <a href="https://github.com/Camelcade/Perl5-IDEA/issues/2569">#2569</a>
</li>
<li>Spacing around deref formatting in strings, <a href="https://github.com/Camelcade/Perl5-IDEA/issues/2552">#2552</a></li>
<li>Annotations formatting in signatures, <a href="https://github.com/Camelcade/Perl5-IDEA/issues/2555">#2555</a></li>
<li>Target version persistence in settings, <a href="https://github.com/Camelcade/Perl5-IDEA/issues/2635">#2635</a></li>
<li>XS subs deparsing on MacOS, <a href="https://github.com/Camelcade/Perl5-IDEA/issues/2607">#2607</a></li>
<li>Perl installation actions improvements, <a href="https://github.com/Camelcade/Perl5-IDEA/issues/2595">#2595</a>, <a
href="https://github.com/Camelcade/Perl5-IDEA/issues/2585">#2585</a></li>
<li>Icons scaling in some UI elements, <a href="https://github.com/Camelcade/Perl5-IDEA/issues/2574">#2574</a></li>
<li>Many minor bugfixes and performance improvements.</li>
<li>Arguments to the <code>Test::Harness</code> are now passed via environment variables, <a
href="https://github.com/Camelcade/Perl5-IDEA/issues/2651">#2651</a></li>
<li>Coverage is now collected for <code>lib</code> directory instead of <code>blib</code>, <a
href="https://github.com/Camelcade/Perl5-IDEA/issues/1940">#1940</a></li>
<li>Modules installation from notifications now running without testing to speed the installation process, <a
href="https://github.com/Camelcade/Perl5-IDEA/issues/2655">#2655</a></li>
<li>Plugin may now run tests using <code>Module::Build</code> instead of <code>prove</code>, <a
href="https://github.com/Camelcade/Perl5-IDEA/issues/2663">#2663</a></li>
<li>Added configuration for modules providing <code>use strict</code>/<code>use warnings</code> implicitly, <a
href="https://github.com/Camelcade/Perl5-IDEA/issues/2681">#2681</a></li>
<li>Run configurations may now have modules prerequisites to run, <a
href="https://github.com/Camelcade/Perl5-IDEA/issues/2698">#2698</a></li>
<li>Basic support for perl 5.38: language level, <code>class</code> syntax, <a
href="https://github.com/Camelcade/Perl5-IDEA/issues/2714">#2714</a></li>
<li>Added support for <code>CGI</code> module exports, <a
href="https://github.com/Camelcade/Perl5-IDEA/issues/2737">#2737</a></li>
</ul>
</li>
</ul>

0 comments on commit deecc3c

Please sign in to comment.