Releases: kenschneider18/rpi-metro-display
Support for Python 3
This is the first release of the project that supports Python 3. No new features have been added. If you're using Python 2, code from this point forward will not work with your display. If you don't wish to upgrade to Python 3, please use the branch v1.x
or any release of version 1.
Final Python 2 Release
Due to the sunsetting of Python 2, this is the final release of rpi-metro-display that supports Python 2. For now, a branch for Python 2 code will remain and can be checked out v1.x. Alternatively, you can check out this tag v1.0.5 to ensure you're using Python 2 code.
Fix indentation, parse newlines
What's Changed
- Update/readme by @kenschneider18 in #11
- Update links to DietPi install docs by @MichaIng in #15
- Bugfix/indentation by @kenschneider18 in #17
- handle newlines in incident descriptions by @kenschneider18 in #18
New Contributors
Full Changelog: v1.0.3...v1.0.4
v1.0.3 Fix run.sh permissions
This release fixes a bug in run.sh that caused run.sh
to be unusable until permissions were modified with chmod
.
v1.0.2 Guide Fixes
- Fix typos in guide
- Add troubleshooting section
v1.0.1 Add Installation Guide
Added an installation guide and updated dependencies.
v1.0.0 Release
This is the first release of rpi-metro-display. Starting the practice of using semantic versioning.