Wled

Latest version: v0.17.1

Safety actively analyzes 629723 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

0.4.2

[Full Changelog][changelog]

🔨 Changes

- ⬆️ Bump autopep8 from 1.5.2 to 1.5.3 (90)
- ⬆️ Bump pytest from 5.4.2 to 5.4.3 (91)
- ⬆️ Bump mypy from 0.770 to 0.780 (92)
- Fix segment power & brightness state in 0.10+ (93)
- Bump version to 0.4.2

[changelog]: https://github.com/frenck/python-wled/compare/v0.4.1...v0.4.2

Enjoying my work? Consider supporting me:
https://github.com/sponsors/frenck or https://patreon.com/frenck

0.4.1

[Full Changelog][changelog]

🔨 Changes

- 🚑 Only backoff on a connection error (89)
- :arrow_up: Bump version to 0.4.1

[changelog]: https://github.com/frenck/python-wled/compare/v0.4.0...v0.4.1

Enjoying my work? Consider supporting me:
https://github.com/sponsors/frenck or https://patreon.com/frenck

0.4.0

[Full Changelog][changelog]

🔨 Changes

- ⬆️ Bump yamllint from 1.20.0 to 1.21.0 (60)
- ⬆️ Bump autopep8 from 1.5 to 1.5.1 (61)
- ⬆️ Bump coverage from 5.0.4 to 5.1 (62)
- ⬆️ Bump yamllint from 1.21.0 to 1.22.0 (63)
- ⬆️ Bump yamllint from 1.22.0 to 1.22.1 (64)
- ⬆️ Bump yamllint from 1.22.1 to 1.23.0 (65)
- ⬆️ Bump autopep8 from 1.5.1 to 1.5.2 (66)
- ⬆️ Bump pytest-asyncio from 0.10.0 to 0.11.0 (67)
- ⬆️ Bump pre-commit from 2.2.0 to 2.3.0 (68)
- ⬆️ Bump pylint from 2.4.4 to 2.5.0 (69)
- ⬆️ Bump pip from 20.0.2 to 20.1 (70)
- ⬆️ Bump pytest-asyncio from 0.11.0 to 0.12.0 (71)
- ⬆️ Bump pylint from 2.5.0 to 2.5.1 (72)
- ⬆️ Bump pylint from 2.5.1 to 2.5.2 (73)
- ⬆️ Bump pytest from 5.4.1 to 5.4.2 (74)
- ⬆️ Bump blacken-docs from 1.6.0 to 1.7.0 (75)
- ⬆️ Bump pre-commit from 2.3.0 to 2.4.0 (76)
- ⬆️ Bump flake8 from 3.7.9 to 3.8.0 (77)
- ⬆️ Bump flake8 from 3.8.0 to 3.8.1 (78)
- ⬆️ Bump pip from 20.1 to 20.1.1 (80)
- ⬆️ Bump flake8 from 3.8.1 to 3.8.2 (82)
- ⬆️ Bump pytest-cov from 2.8.1 to 2.9.0 (81)
- :arrow_up: Upgrade all pre-commit deps
- :sparkles: Add retry and backoff, handle empty responses (83)
- :sparkles: Add support for SI requests (84)
- ✨ Adds support for on/bri on segments (85)
- :hammer: Handle setting fx/pal by name case insensitive (86)
- :hammer: Generate test coverage file on test run (87)
- :sparkles: Adds support for live mode and ip information (88)
- :arrow_up: Bump version to 0.4.0

[changelog]: https://github.com/frenck/python-wled/compare/v0.3.0...v0.4.0

Enjoying my work? Consider supporting me:
https://github.com/sponsors/frenck or https://patreon.com/frenck

0.3.0

[Full Changelog][changelog]

🔨 Changes

- :arrow_up: Bump autopep8 from 1.4.4 to 1.5 (40)
- :arrow_up: Bump pip from 20.0.1 to 20.0.2 (44)
- :arrow_up: Bump wheel from 0.34.1 to 0.34.2 (50)
- ⬆️ Bump pre-commit from 2.1.0 to 2.1.1 (52)
- ⬆️ Bump blacken-docs from 1.5.0 to 1.6.0 (53)
- :arrow_up: Upgrade pre-commit dependencies
- :hammer: Rewrite models onto Python dataclasses
- :sparkles: Adds support for Wi-Fi information
- :hammer: Rewrites to use some pretty list comprehensions
- :hammer: Some small pretty adjustments to the main client
- :sparkles: Make use of new single-shot transition option
- ⬆️ Bump mypy from 0.761 to 0.770 (54)
- ⬆️ Bump pre-commit from 2.1.1 to 2.2.0 (56)
- ⬆️ Bump pytest from 5.4.0 to 5.4.1 (57)
- ⬆️ Bump aresponses from 1.1.2 to 2.0.0 (58)
- :hammer: Update states from response given on state change
- ⬆️ Bump coverage from 5.0.3 to 5.0.4 (59)
- :ambulance: Effects & palettes handling fixes
- :arrow_up: Bump version to 0.3.0
- :ambulance: Set default empty list for palettes and effects
- :ambulance: Guard empty API response on full update

[changelog]: https://github.com/frenck/python-wled/compare/v0.2.1...v0.3.0

Enjoying my work? Consider supporting me:
https://github.com/sponsors/frenck or https://patreon.com/frenck

0.2.1

[Full Changelog][changelog]

🔨 Changes

- :ambulance: Only use custom transition when requested
- :arrow_up: Bump version to 0.2.1

[changelog]: https://github.com/frenck/python-wled/compare/v0.2.0...v0.2.1

Enjoying my work? Consider supporting me:
https://github.com/sponsors/frenck or https://patreon.com/frenck

0.2.0

[Full Changelog][changelog]

🔨 Changes

- Bump pytest from 5.2.2 to 5.2.3 (10)
- Bump tox from 3.14.0 to 3.14.1 (8)
- Bump pylint from 2.4.3 to 2.4.4 (9)
- Bump pytest from 5.2.3 to 5.2.4 (11)
- Bump twine from 2.0.0 to 3.0.0 (12)
- Bump pytest from 5.2.4 to 5.3.0 (13)
- Bump yamllint from 1.18.0 to 1.19.0 (14)
- 📚Update Readme (Copy Paste 😊) (15)
- Bump twine from 3.0.0 to 3.1.0 (16)
- Bump pytest from 5.3.0 to 5.3.1 (17)
- Bump twine from 3.1.0 to 3.1.1 (18)
- Bump yarl from 1.3.0 to 1.4.1 (19)
- Bump sphinx from 2.2.1 to 2.2.2 (21)
- Bump tox from 3.14.1 to 3.14.2 (22)
- Bump yarl from 1.4.1 to 1.4.2 (23)
- Bump blacken-docs from 1.3.0 to 1.4.0 (25)
- Bump aresponses from 1.1.1 to 1.1.2 (24)
- Bump coverage from 4.5.4 to 5.0 (27)
- Bump pytest from 5.3.1 to 5.3.2 (28)
- Bump sphinx from 2.2.2 to 2.3.0 (26)
- Bump mypy from 0.740 to 0.750 (20)
- Bump mypy from 0.750 to 0.760 (29)
- Bump mypy from 0.760 to 0.761 (30)
- Bump coverage from 5.0 to 5.0.1 (32)
- Bump sphinx from 2.3.0 to 2.3.1 (31)
- Bump yamllint from 1.19.0 to 1.20.0 (33)
- Bump tox from 3.14.2 to 3.14.3 (34)
- Bump pre-commit from 1.20.0 to 1.21.0 (35)
- :fireworks: Updates maintenance/license year to 2020
- :pencil2: Funding adjustments
- :fire: Remove unused tox
- :fire: Remove unused Sphinx
- :fire: Remove unused cattrs dep
- :hammer: Add Python 3.8, drop Python 3.6
- :arrow_up: Upgrade all pre-commit deps
- :fire: Remove ability to pass in loop as it is deprecated in Python 3.8
- :hammer: Changes default request timeout to 8 seconds
- :arrow_up: Bump version to 0.2.0

[changelog]: https://github.com/frenck/python-wled/compare/v0.1.0...v0.2.0

Enjoying my work? Consider supporting me:
https://github.com/sponsors/frenck or https://patreon.com/frenck

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.