Giter Site home page Giter Site logo

Comments (12)

lppedd avatar lppedd commented on June 3, 2024 19

Definitely. Well be pushed to the marketplace during the weekend.

from idea-conventional-commit.

lppedd avatar lppedd commented on June 3, 2024 19

I've just uploaded version 0.23.0 to the Marketplace, and I suppose it will be available by tomorrow EOD.
If you can't wait for the Marketplace approval, you can grab the .zip file for manual installation here.

I'll keep the issue open until it's approved.

from idea-conventional-commit.

Eraldo avatar Eraldo commented on June 3, 2024 5
Screenshot 2024-04-05 at 22 49 05

Running PyCharm 2024.1

from idea-conventional-commit.

mlec1 avatar mlec1 commented on June 3, 2024 3

The plugin is now available on the marketplace

from idea-conventional-commit.

bric3 avatar bric3 commented on June 3, 2024 2

@dschewchenko PR welcome ;)

I believe a new version of the plugin will be released when 2024.1 is released, maybe a tad before. IJ platform API breaking change is still possible until IJ platform stabilise their changes.

And one can build the plugin from source.

from idea-conventional-commit.

lppedd avatar lppedd commented on June 3, 2024 2

Thanks @bric3! I'll just bump the minimum version to when the enum appeared, and we should be good again!

from idea-conventional-commit.

Nicoss54 avatar Nicoss54 commented on June 3, 2024 2

I've just uploaded version 0.23.0 to the Marketplace, and I suppose it will be available by tomorrow EOD. If you can't wait for the Marketplace approval, you can grab the .zip file for manual installation here.

I'll keep the issue open until it's approved.

thanks for your work! You rock it.

from idea-conventional-commit.

lamb218 avatar lamb218 commented on June 3, 2024 1

Please update, thank you!

from idea-conventional-commit.

lppedd avatar lppedd commented on June 3, 2024

Exactly. Personally I didn't get to use 2024.1 because of a bunch of issues with Angular, so it wasn't a pressing change. I'm still stuck with 2023.3.2.

It will get released as soon as the final version is out.

from idea-conventional-commit.

lppedd avatar lppedd commented on June 3, 2024

The source code is already compatible with 2024.1 btw, I just didn't test it enough.

from idea-conventional-commit.

bric3 avatar bric3 commented on June 3, 2024

@lppedd By the way actions are now raising this, I believe this need to be fixed for 242. But the error report is there.

com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.github.lppedd.cc.vcs.ClearLocalMessageHistoryAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.github.lppedd.idea-conventional-commit]
	at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
	at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90)
	at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125)
	at com.intellij.openapi.actionSystem.ActionUpdateThreadAware.getActionUpdateThread(ActionUpdateThreadAware.java:21)
	at com.intellij.openapi.actionSystem.AnAction.getActionUpdateThread(AnAction.java:199)

This API was introduced in 222 I think. And it was added to control whether an action should be updated on the EDT, or if it can be performed on background. The idea is to avoid using EDT to avoid UI freeze.

One way to fix it is to write the method and lookup the enum values by reflection. Or to bump the minimum version to 222 and override these methods.

from idea-conventional-commit.

prshnt avatar prshnt commented on June 3, 2024

Hi @lppedd now that the 2024.1 is out, would you mind updating the plugin. Thank you for the plugin.

from idea-conventional-commit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.