<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, branch 6.0.0-beta.2</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.0-beta.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.0-beta.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-10-05T17:26:59+00:00</updated>
<entry>
<title>Merge pull request #3509 from weblate/weblate-circuitpython-main</title>
<updated>2020-10-05T17:26:59+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jeff@adafruit.com</email>
</author>
<published>2020-10-05T17:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9ed7cbf7a055e7522c74aeeb493231cad5dddd11'/>
<id>urn:sha1:9ed7cbf7a055e7522c74aeeb493231cad5dddd11</id>
<content type='text'>
Translations update from Weblate</content>
</entry>
<entry>
<title>Translated using Weblate (Korean)</title>
<updated>2020-10-05T12:12:56+00:00</updated>
<author>
<name>Michal Čihař</name>
<email>michal@cihar.com</email>
</author>
<published>2020-10-04T11:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8e3ec3d5201d67a6fd06cf92fef380bf4a155186'/>
<id>urn:sha1:8e3ec3d5201d67a6fd06cf92fef380bf4a155186</id>
<content type='text'>
Currently translated at 9.4% (78 of 829 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/ko/
</content>
</entry>
<entry>
<title>Translated using Weblate (Swedish)</title>
<updated>2020-10-03T02:16:41+00:00</updated>
<author>
<name>Jonny Bergdahl</name>
<email>jonny@bergdahl.it</email>
</author>
<published>2020-10-02T11:32:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cdf18885eecb8d75f71f39959b496ae8b2b021ca'/>
<id>urn:sha1:cdf18885eecb8d75f71f39959b496ae8b2b021ca</id>
<content type='text'>
Currently translated at 100.0% (829 of 829 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
</content>
</entry>
<entry>
<title>Translated using Weblate (Portuguese (Brazil))</title>
<updated>2020-10-03T02:16:41+00:00</updated>
<author>
<name>Wellington Terumi Uemura</name>
<email>wellingtonuemura@gmail.com</email>
</author>
<published>2020-10-01T23:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=23cd9fcdadcdd950efad7d99a977a42808199f81'/>
<id>urn:sha1:23cd9fcdadcdd950efad7d99a977a42808199f81</id>
<content type='text'>
Currently translated at 100.0% (829 of 829 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
</content>
</entry>
<entry>
<title>Merge pull request #3507 from jepler/issue3506-matrixportal-crash</title>
<updated>2020-10-03T02:16:32+00:00</updated>
<author>
<name>Limor "Ladyada" Fried</name>
<email>limor@ladyada.net</email>
</author>
<published>2020-10-03T02:16:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9535edb8f4be7a01158b75c78a2a56fe11e6d3f0'/>
<id>urn:sha1:9535edb8f4be7a01158b75c78a2a56fe11e6d3f0</id>
<content type='text'>
displayio: Fix matrixportal crash</content>
</entry>
<entry>
<title>Merge pull request #3503 from pewpew-game/main</title>
<updated>2020-10-02T22:53:34+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-10-02T22:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=62a7eced51e5e8f554a0a333b4daba2b7774a7bb'/>
<id>urn:sha1:62a7eced51e5e8f554a0a333b4daba2b7774a7bb</id>
<content type='text'>
Bump circuitpython-stage to 1.1.1</content>
</entry>
<entry>
<title>displayio: Fix matrixportal crash</title>
<updated>2020-10-02T20:07:36+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-10-02T20:07:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b1592564b286ca7a5374e77eba2c2efc768ffae9'/>
<id>urn:sha1:b1592564b286ca7a5374e77eba2c2efc768ffae9</id>
<content type='text'>
An RGBMatrix has no bus and no bus_free method.  It is always possible
to refresh the display.

This was not a problem before, but the fix I suggested (#3449) added
a call to core_bus_free when a FramebufferDisplay was being refreshed.
This was not caught during testing.

This is a band-aid fix and it brings to light a second problem in which
a SharpDisplay + FrameBuffer will not have a 'bus' object, and yet does
operate using a shared SPI bus.  This kind of display will need a
"bus-free" like function to be added, or it can have problems like
#3309.
</content>
</entry>
<entry>
<title>Bump pew-pewpew-standalone-10.x to 2.0.1</title>
<updated>2020-10-02T10:47:31+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2020-10-02T10:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c4e337e234f8cc16a2efa309dfedade803d14524'/>
<id>urn:sha1:c4e337e234f8cc16a2efa309dfedade803d14524</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump circuitpython-stage to 1.1.1</title>
<updated>2020-10-02T10:17:49+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2020-10-02T10:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dd2b40fdf14ceee8400ada88f2cbfe87cbd19183'/>
<id>urn:sha1:dd2b40fdf14ceee8400ada88f2cbfe87cbd19183</id>
<content type='text'>
This adds handling of GameOver exception as SystemExit in anticipation
of the new way of starting games from the menu.
</content>
</entry>
<entry>
<title>Merge pull request #3500 from weblate/weblate-circuitpython-main</title>
<updated>2020-10-01T22:47:16+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-10-01T22:47:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=551f78e10b42d7aef97921f432d2af3a9843076a'/>
<id>urn:sha1:551f78e10b42d7aef97921f432d2af3a9843076a</id>
<content type='text'>
Translations update from Weblate</content>
</entry>
</feed>
