Skip to content

Releases: blues/note-arduino

Critical update for `note-c`

12 Aug 17:58
Compare
Choose a tag to compare

Driving Change for Release

A memory leak was discovered and fixed in note-c.

Other Changes

Full Changelog: v1.3.15...v1.3.16

Update `note-c`

10 Jun 16:58
334022f
Compare
Choose a tag to compare

What's Changed

  • Fix buffer line-end logic (corner-case) by @rayozzie in #85

Full Changelog: v1.3.14...v1.3.15

Update `note-c`

09 Jun 22:31
9f8fd06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.12...v1.3.14

v1.3.12

10 Mar 22:34
dd0f1ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.11...v1.3.12

bump library properties for Arduino

15 Dec 09:40
3ecfb4b
Compare
Choose a tag to compare

A re-release of v1.3.10, except with the appropriate value in the Arduino library.properties file.

Update `note-c`

14 Dec 23:02
b764006
Compare
Choose a tag to compare

note-c updates include:

  • Updates JNtoA and related functions
  • Improves reliability of internal functions
  • Increases I2C stability
  • Clears clang compiler warnings

Update `note-c` and improve experience

14 Nov 00:29
549aeac
Compare
Choose a tag to compare
v1.3.9 (#69)

* remove note-c before re-add
* Squashed 'src/note-c/' content from commit 27fdad1
git-subtree-dir: src/note-c
git-subtree-split: 27fdad1b2ec08637c8caacfa0d747bb2faf6e180

* rls: v1.3.9

version 1.3.8 missed because of library properties file
- resolves user-agent bug
- adds `B0` and `CS` (shared pin) defines for Swan

Update `note-c`; Add Swan support to examples

27 Oct 16:32
32025fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.7...v1.3.8

Updated `note-c` dependency

13 Aug 17:27
7aeb272
Compare
Choose a tag to compare
  • Reached 100% test coverage!
  • Compiler warnings remedied

User Agent Support

29 Jul 20:19
73cf920
Compare
Choose a tag to compare
feat: User Agent support (#56)

* add preliminary User Agent support

* remove note-c before re-add

* Squashed 'src/note-c/' content from commit fa5dca9

git-subtree-dir: src/note-c
git-subtree-split: fa5dca95fcc84368fbad997df4b4b86274a67fbc

* feat: User Agent Unit-tests

Co-authored-by: Zachary J. Fields <[email protected]>