tag:github.com,2008:https://github.com/adafruit/Adafruit_CircuitPython_VL53L4CD/releasesRelease notes from Adafruit_CircuitPython_VL53L4CD2025-01-16T15:18:28Ztag:github.com,2008:Repository/465778002/1.3.12025-01-16T19:21:59Z1.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>FoamyGuytag:github.com,2008:Repository/465778002/1.3.02025-01-09T17:47:41Z1.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>FoamyGuytag:github.com,2008:Repository/465778002/1.2.32024-10-07T22:24:29Z1.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>FoamyGuytag:github.com,2008:Repository/465778002/1.2.22024-03-21T16:23:08Z1.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>tekktriktag:github.com,2008:Repository/465778002/1.2.12024-03-21T16:21:59Z1.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>tekktriktag:github.com,2008:Repository/465778002/1.2.02024-02-26T16:31:57ZRange 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>FoamyGuytag:github.com,2008:Repository/465778002/1.1.72023-12-09T17:36:47Z1.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>FoamyGuytag:github.com,2008:Repository/465778002/1.1.62023-09-25T15:55:56Z1.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>FoamyGuytag:github.com,2008:Repository/465778002/1.1.52023-05-26T16:06:51Z1.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>evaherradatag:github.com,2008:Repository/465778002/1.1.42022-11-28T18:03:37Z1.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