mathertel / OneButton

An Arduino library for using a single button for multiple purpose input.
http://www.mathertel.de/Arduino/OneButtonLibrary.aspx
Other
920 stars 230 forks source link

Update Published PlatformIO version #125

Closed sachaw closed 7 months ago

sachaw commented 1 year ago

Currently the registry has 2.0.3 as the latest, can this please be updated?

caveman99 commented 1 year ago

PIO should have picked that up by now, relevant change was 3 days ago - maybe the JSON Change needs to be included with the 2.1.0 tag as well as Master?

stzoran1 commented 1 year ago

Latest version still not available in Platformio... Had to copy library files manually to make it work properly with ESP32

vshymanskyy commented 11 months ago

@mathertel may I kindly ask you to do a library release for both Arduino and PlatformIO? Specifically, it would be useful to have changes like this: https://github.com/mathertel/OneButton/commit/5e7791bafaa371e71cfc0862f11b6655d3ecd184 Also, it would tackle questions like #127 and #93

Best wishes!

the-skips commented 8 months ago

2.0.3 is still the latest version on PlatformIO unfortunately. It is pretty popular (790 downloads last month) so an update would be appreciated.

ivankravets commented 7 months ago

The 2.1.0 tag contains manifests with two different versions. The library.json points to 2.0.3 where library.properties to the 2.1.0.

PlatformIO can't handle such types of conflicts in automatic mode. Once @mathertel updates both manifests to the new version and makes a new tag, PlatformIO will automatically pick the new version and update it in the registry.

mathertel commented 7 months ago

Version 2.5.0 should fix this and platform.io version is in sync.

ivankravets commented 7 months ago

Thanks, @mathertel ! The library has been updated in the PlatformIO Registry https://registry.platformio.org/libraries/mathertel/OneButton