Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.8.0 #2368

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Release v2.8.0 #2368

wants to merge 8 commits into from

Conversation

AlvinSchiller
Copy link
Collaborator

@AlvinSchiller AlvinSchiller commented May 8, 2024

Caution

Do NOT use the latest RaspberryPi OS Bookworm release (also don't upgrade via apt) with the new kernel 6.6, if you need to use GPIO components . There have been incompatible changes for the RPi.GPIO library, so Buttons, Shims and Rfid Reader usage can be broken (#2295).
Using RaspberryPi OS Bullseye is the current recommendation as it does not use the new kernel.

Summary

Features

Improvements

Fixes

  • Fix button SecondFunc trigger #2367 fix button hold_mode SecondFunc and SecondFuncRepeat behavior. The secondary function is no longer triggered additionally to the primary function.
    ⚠️ This is an incompatible change of the behavior! Existing configurations may need to adapt to this.

Note

  • Version 3 is becoming mature and will soon be the new default of Phoniebox. Therefore Version 2 is slowly going into a maintenance mode and no new features will be added to this version.

AlvinSchiller and others added 3 commits April 26, 2024 20:49
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix instant execution of main action on holding

* simplify holdMode callback handling

* Update test_SimpleButton.py

* update docs

* fix: only go into while loop if further held

* docs: update comments

* docs: add alert for behavior change

* docs: fix typo
@AlvinSchiller AlvinSchiller added Release Informs about a Release candidate legacy_v2 Issues, discussions and PRs related to Version 2.x labels May 8, 2024
@AlvinSchiller AlvinSchiller added this to the v2.8.0 milestone May 8, 2024
s-martin and others added 5 commits May 12, 2024 09:18
* fix markdown errors

* add markdownlint action and config

* fix action

* rename config file

* fix ignore paths

* fix warnings

* disable MD033 and MD045 locally
* Configure flake8 in config file

* Use config file

* Show source of error

* Ignore a file

* Extend ignore

* Fix exclude

* Update .gitignore

* ignore some warnings

* fix some warnings

* annote flake8 warnings in github actions

* fix some flake warnings

* ignore helper scripts

* fix some warnings

* ignore and fix some warnings

* ignore warnings

* ignore and fix warnings

* fix warnings

* Revert changes

* fix flake8 warning

* fix flake8 warnings

* install dependencies

* configure flake8

* suppress warning

* fix imports

* fix warning

* suppress some documentation warnings
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 15 to 16.
- [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases)
- [Commits](DavidAnson/markdownlint-cli2-action@v15...v16)

---
updated-dependencies:
- dependency-name: DavidAnson/markdownlint-cli2-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
legacy_v2 Issues, discussions and PRs related to Version 2.x Release Informs about a Release candidate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants