Releases: brainelectronics/micropython-nextion
Releases · brainelectronics/micropython-nextion
0.15.1-rc9.dev34
Fixed
- Remove yet unavailable files from
package.json
, see #33
0.15.1-rc8.dev33
Fixed
- Logger import fixed, see #31
0.15.0
0.15.0-rc7.dev32
0.14.0
Added
.editorconfig
for common editor settings.yamllint
to lint all used YAML filesrequirements-test.txt
file- Run YAML linter on test workflow
.readthedocs.yaml
definition file for ReadTheDocsdocs
folder containing example files and configurations, see #24test-release
andrelease
workflows create changelog based (pre-)releases- Documentation for changing a value on a non active page, see #20
Changed
- Removed unused files from
.gitignore
file - Fail workflow on flake8 violations, see #23
Fixed
- All workflows use checkout v3 instead of v2
- Fixed uncovered YAML syntax issues in all workflow files
0.14.0-rc4.dev25
Added
.editorconfig
for common editor settings.yamllint
to lint all used YAML filesrequirements-test.txt
file- Run YAML linter on test workflow
.readthedocs.yaml
definition file for ReadTheDocsdocs
folder containing example files and configurations, see #24test-release
andrelease
workflows create changelog based (pre-)releases- Documentation for changing a value on a non active page, see #20
Changed
- Removed unused files from
.gitignore
file - Fail workflow on flake8 violations, see #23
Fixed
- All workflows use checkout v3 instead of v2
- Fixed uncovered YAML syntax issues in all workflow files
0.13.0
Added
changelog2version
to requirements file- GitHub CI test release workflow to deploy package as
be-micropython-nextion
to Test Python Package Index on every PR - Quickstart guide
Changed
- Use
changelog2version
to create package version file, see #19, in:
Removed
- Script
update_version.py
to update version file
Fixed
- Flake8 warning in
nextion_waveform
andnextion_hardware
, #17 - Use
self._logger.*
instead ofself._nh._logger.*
in: - Path of
main.py
to copy manually to the MicroPython board described inREADME
0.12.0
Added
- Support
NexRtc
usage withnextion_rtc
Fixed
- Add missing documentation for upload example to examples README
0.11.0
Added
- Support
NexUpload
usage withnextion_upload
- Compiled example TFT file for upload example
0.10.0
Added
- Support
NexVariable
usage withnextion_variable
Fixed
- Add full line comment between different section of all examples