tag:github.com,2008:https://github.com/adafruit/Adafruit_CircuitPython_VL53L4CD/releases Release notes from Adafruit_CircuitPython_VL53L4CD 2025-01-16T15:18:28Z tag:github.com,2008:Repository/465778002/1.3.1 2025-01-16T19:21:59Z 1.3.1 - RTD Sphinx Config <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/adafruit/Adafruit_CircuitPython_VL53L4CD/compare/1.3.0...1.3.1"><tt>1.3.0...1.3.1</tt></a></p> FoamyGuy tag:github.com,2008:Repository/465778002/1.3.0 2025-01-09T17:47:41Z 1.3.0 - Support Non-Longint Builds <h2>What's Changed</h2> <ul> <li>Support non-longint builds by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/FoamyGuy/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/FoamyGuy">@FoamyGuy</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2766680787" data-permission-text="Title is private" data-url="https://github.com/adafruit/Adafruit_CircuitPython_VL53L4CD/issues/17" data-hovercard-type="pull_request" data-hovercard-url="/adafruit/Adafruit_CircuitPython_VL53L4CD/pull/17/hovercard" href="https://github.com/adafruit/Adafruit_CircuitPython_VL53L4CD/pull/17">#17</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/adafruit/Adafruit_CircuitPython_VL53L4CD/compare/1.2.3...1.3.0"><tt>1.2.3...1.3.0</tt></a></p> FoamyGuy tag:github.com,2008:Repository/465778002/1.2.3 2024-10-07T22:24:29Z 1.2.3 - Fix For Sphinx RTD Theme <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/adafruit/Adafruit_CircuitPython_VL53L4CD/compare/1.2.2...1.2.3"><tt>1.2.2...1.2.3</tt></a></p> FoamyGuy tag:github.com,2008:Repository/465778002/1.2.2 2024-03-21T16:23:08Z 1.2.2 - Fixed circup installation instructions <p>Fixed the <code>circup</code> installation instructions. Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/FoamyGuy/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/FoamyGuy">@FoamyGuy</a>!</p> <p>To use in CircuitPython, simply install the <a href="https://circuitpython.org/libraries" rel="nofollow">Adafruit CircuitPython Bundle</a>.</p> <p>To use in CPython, <code>pip3 install adafruit-circuitpython-vl53l4cd</code>.</p> <p>Read the <a href="https://circuitpython.readthedocs.io/projects/vl53l4cd/en/latest/" rel="nofollow">docs</a> for info on how to use it.</p> tekktrik tag:github.com,2008:Repository/465778002/1.2.1 2024-03-21T16:21:59Z 1.2.1 - Duplicate of 1.2.0 <p>This version of the library is identical to 1.2.0.</p> <p>To use in CircuitPython, simply install the <a href="https://circuitpython.org/libraries" rel="nofollow">Adafruit CircuitPython Bundle</a>.</p> <p>To use in CPython, <code>pip3 install adafruit-circuitpython-vl53l4cd</code>.</p> <p>Read the <a href="https://circuitpython.readthedocs.io/projects/vl53l4cd/en/latest/" rel="nofollow">docs</a> for info on how to use it.</p> tekktrik tag:github.com,2008:Repository/465778002/1.2.0 2024-02-26T16:31:57Z Range Status Support <h2>What's Changed</h2> <ul> <li>Measurement quality by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/markkamp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/markkamp">@markkamp</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1674935466" data-permission-text="Title is private" data-url="https://github.com/adafruit/Adafruit_CircuitPython_VL53L4CD/issues/9" data-hovercard-type="pull_request" data-hovercard-url="/adafruit/Adafruit_CircuitPython_VL53L4CD/pull/9/hovercard" href="https://github.com/adafruit/Adafruit_CircuitPython_VL53L4CD/pull/9">#9</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/markkamp/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/markkamp">@markkamp</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1674935466" data-permission-text="Title is private" data-url="https://github.com/adafruit/Adafruit_CircuitPython_VL53L4CD/issues/9" data-hovercard-type="pull_request" data-hovercard-url="/adafruit/Adafruit_CircuitPython_VL53L4CD/pull/9/hovercard" href="https://github.com/adafruit/Adafruit_CircuitPython_VL53L4CD/pull/9">#9</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/adafruit/Adafruit_CircuitPython_VL53L4CD/compare/1.1.7...1.2.0"><tt>1.1.7...1.2.0</tt></a></p> FoamyGuy tag:github.com,2008:Repository/465778002/1.1.7 2023-12-09T17:36:47Z 1.1.7 - Fix RTD Docs Build and Unpin Sphinx <p>Changes: <a class="commit-link" href="https://github.com/adafruit/Adafruit_CircuitPython_VL53L4CD/compare/1.1.6...1.1.7"><tt>1.1.6...1.1.7</tt></a></p> <p>To use in CircuitPython, simply install the <a href="https://circuitpython.org/libraries" rel="nofollow">Adafruit CircuitPython Bundle</a>.</p> <p>To use in CPython, <code>pip3 install adafruit-circuitpython-vl53l4cd</code>.</p> <p>Read the <a href="https://circuitpython.readthedocs.io/projects/vl53l4cd/en/latest/" rel="nofollow">docs</a> for info on how to use it.</p> FoamyGuy tag:github.com,2008:Repository/465778002/1.1.6 2023-09-25T15:55:56Z 1.1.6 - Fix RTD Theme Issue <p>To use in CircuitPython, simply install the <a href="https://circuitpython.org/libraries" rel="nofollow">Adafruit CircuitPython Bundle</a>.</p> <p>To use in CPython, <code>pip3 install adafruit-circuitpython-vl53l4cd</code>.</p> <p>Read the <a href="https://circuitpython.readthedocs.io/projects/adafruit-circuitpython-vl53l4cd/en/latest/" rel="nofollow">docs</a> for info on how to use it.</p> FoamyGuy tag:github.com,2008:Repository/465778002/1.1.5 2023-05-26T16:06:51Z 1.1.5 - Updated .pylintrc, fixed jQuery <p>To use in CircuitPython, simply install the <a href="https://circuitpython.org/libraries" rel="nofollow">Adafruit CircuitPython Bundle</a>.</p> <p>To use in CPython, <code>pip3 install adafruit-circuitpython-VL53L4CD</code>.</p> <p>Read the <a href="http://circuitpython.readthedocs.io/projects/VL53L4CD/en/latest/" rel="nofollow">docs</a> for info on how to use it.</p> evaherrada tag:github.com,2008:Repository/465778002/1.1.4 2022-11-28T18:03:37Z 1.1.4 - Added commented out board.STEMMA_I2C with explanation <p>To use in CircuitPython, simply install the <a href="https://circuitpython.org/libraries" rel="nofollow">Adafruit CircuitPython Bundle</a>.</p> <p>To use in CPython, <code>pip3 install adafruit-circuitpython-vl53l4cd</code>.</p> <p>Read the <a href="http://circuitpython.readthedocs.io/projects/vl53l4cd/en/latest/" rel="nofollow">docs</a> for info on how to use it.</p> evaherrada