Skip to content

The library.properties file date was not updated when the library was updated. #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mrtktabornsr opened this issue Jun 14, 2022 · 2 comments
Assignees
Labels
conclusion: invalid Issue/PR not valid topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project

Comments

@mrtktabornsr
Copy link

The library.properties file is out of date. It was updated Aug 25, 2020. The library was updated Feb 18, 2022 to add add "newlineOn" and "newlineOff" methods. I believe this is preventing the Arduino library manager from updating.

@per1234
Copy link
Contributor

per1234 commented Jun 14, 2022

Hi @mrtktabornsr. Thanks for your report.

I believe this is preventing the Arduino library manager from updating.

That is incorrect. The Arduino Library Manager works from Git tags. The latest Git tag is version 1.1.0, which is available for installation via Library Manager:

image

It is normal and expected that any changes made after the time of the latest Git tag will not be available from the Library Manager installation of the library:

1.1.0...master

If you need those changes, you can do a manual installation of the beta tester version of the library downloaded via the Code ▾ button here:

https://github.com/arduino-libraries/Arduino_DebugUtils

(Make sure to replace the Library Manager version if you do that so that the manually installed version will be used by the Arduino IDE).

@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 14, 2022
@per1234 per1234 added type: imperfection Perceived defect in any part of project conclusion: invalid Issue/PR not valid topic: infrastructure Related to project infrastructure labels Jun 14, 2022
@per1234 per1234 self-assigned this Jun 14, 2022
@aentinger
Copy link
Contributor

Hi @mrtktabornsr ☕ 👋

I took this opportunity to create a new library release. You can now install v1.2.0 via library manager too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: invalid Issue/PR not valid topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants