TeXitoi / keyberon

A rust crate to create a pure rust keyboard firmware.
MIT License
1.08k stars 79 forks source link

v0.2.0 Release? #69

Open haata opened 3 years ago

haata commented 3 years ago

heapless 0.7 is nice, would you mind pushing a new release for 0.2.0?

TeXitoi commented 3 years ago

Yeah, I have to. One more breaking change before. And I'd like to review the chording engine, to have it in the release. Will try to do it shortly.

camrbuss commented 2 years ago

It also might be good to squeeze in embedded hal 1.0 support for the 0.2 release.

TeXitoi commented 2 years ago

Yeah, and the future default type parameters with const.

TeXitoi commented 2 years ago

I think we have everything for a 0.2 release. So please test the latest master and give some feedbacks before I decide to release it!

TeXitoi commented 2 years ago

embedded hal 1 is not out, but we might wait a lot of time to have 1.0 released.

daehyeok commented 1 year ago

embedded hal 1 is not out, but we might wait a lot of time to have 1.0 released.

Do you have plan to release another 0.1.x? include chord many feature seems missed on last release.

TeXitoi commented 1 year ago

Most of the users live with a git dependency. But as there is not so much evolution, and embedded hal 1.0 isn't released, I think we can release a 0.2 as is.

Ben-PH commented 1 year ago

+1 on the release. I'm currently using a a forked repo as the dependency, and love to be depending on a crates release.