dustinkredmond / FXTrayIcon

Tray Icon implementation for JavaFX applications. Say goodbye to using AWT's SystemTray icon, instead use a JavaFX Tray Icon.
MIT License
324 stars 25 forks source link

Maven central version #85

Closed gurpal2000 closed 1 month ago

gurpal2000 commented 1 month ago

Shows 4.0.1 as the latest, but main branch is more recent, eg. getRestricted() doesn't exist in 4.0.1

Will there be a new version made available?

btw https://search.maven.org/search?q=g:%22com.dustinredmond.fxtrayicon%22%20AND%20a:%22FXTrayIcon%22 doesn't bring anything useful back.

thanks

dustinkredmond commented 1 month ago

I could have sworn I pushed a new release. Let me do that now. Thanks for opening this issue!

gurpal2000 commented 1 month ago

Yep i usually check on here: https://mvnrepository.com/artifact/com.dustinredmond.fxtrayicon/FXTrayIcon

gurpal2000 commented 1 month ago

4.2.0 is available - works! Many thanks!