Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 1.68 KB

File metadata and controls

45 lines (23 loc) · 1.68 KB

Change history

v0.4.0

  • Mature Sockets module and a number of other updates by @pantsman0 in #40

rc1

  • Introduce sockets module (partially untested)

v0.3.0

  • Update nfp the NFP API definitions. by @pantsman0 in #33

  • Unify naming of IPC interfaces and client names where the clients implement IService by @pantsman0 in #34

  • Fix underconstrained type on nx::sf::Buffer. by @pantsman0 in #35

  • Console poc by @pantsman0 in #36

  • Fix Clippy lints by @pantsman0 in #37

v0.2.1

  • untagged_unions seems to have been removed by @markrileybot in #17

  • fix typo in button definition by @Sorunome in #21

  • feat: Implement Default trate for TouchState by @Sorunome in #22

  • some small changes. by @kekeimiku in #23

  • Rewrite of a good portion of the code by @pantsman0 in #25

  • Fixups from 0.2 release by @pantsman0 in #27

  • Fix xor comments by @pantsman0 in #28

  • Attribute macros for IPC API definitions by @pantsman0 in #30

  • Move docs generation to a github action by @pantsman0 in #31

v0.1

Initial release