Skip to content

0.13.0

Latest
Compare
Choose a tag to compare
@sebthom sebthom released this 26 Aug 21:15
· 10 commits to main since this release

What's Changed

Fixes

  • fix: compiler warning "Potential resource leak" by @sebthom in #762
  • fix: DocumentInputStream does not handle surrogate pairs by @sebthom in #786

Features

  • feat: log some ClassCastExceptions for better troubleshooting by @sebthom in #756
  • feat: add Theme child combinator ">" (and fix a specificity bug) by @sebthom in #768
  • feat: improve language configuration validation in langpack updater by @sebthom in #765
  • feat: register scope names text.html.php, text.xml.svg, source.vbnet by @sebthom in #766
  • feat: Add deployment repository by @GliczDev in #772
  • feat: deploy Maven snapshot builds by @sebthom in #773
  • feat: update language pack grammars by @sebthom in #781
  • feat: debounce TableWithControlsWidget's search filter modifications by @sebthom in #777
  • feat: only show the "Source" menu for GenericEditors by @sebthom in #790

Other changes

  • test: add DocumentInputStreamTest test case by @sebthom in #787
  • refact: improve null-analysis by @sebthom in #760
  • refact: improve null analysis by @sebthom in #771
  • refact: improve null analysis by @sebthom in #782
  • refact: address sonar findings by @sebthom in #784
  • ci: upgrade Maven from 3.9.6 to 3.9.7 by @sebthom in #761
  • ci: upgrade to Maven 3.9.9 by @sebthom in #791
  • fix(deps): bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 by @dependabot in #755
  • fix(deps): bump tycho-version from 4.0.7 to 4.0.8 by @dependabot in #757
  • fix(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 by @dependabot in #758
  • fix(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot in #759
  • fix(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 by @dependabot in #763
  • fix(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.10.3 by @dependabot in #767
  • fix(deps): bump surefire-version from 3.3.0 to 3.3.1 by @dependabot in #770
  • fix(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #774
  • fix(deps): bump org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin from 1.4.3 to 1.5.0 by @dependabot in #775
  • fix(deps): bump com.vegardit.no-npe:no-npe-eea-all from 1.0.2 to 1.0.3 by @dependabot in #776
  • fix(deps): bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0 by @dependabot in #778
  • fix(deps): bump org.codehaus.mojo:exec-maven-plugin from 3.4.0 to 3.4.1 by @dependabot in #779
  • fix(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.10.3 to 5.11.0 by @dependabot in #780
  • fix(deps): bump com.vegardit.no-npe:no-npe-eea-all from 1.0.4 to 1.0.5 by @dependabot in #783
  • fix(deps): bump surefire-version from 3.3.1 to 3.4.0 by @dependabot in #785

New Contributors

Full Changelog: 0.12.0...0.13.0