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 v3.6.0 #2258

Open
wants to merge 43 commits into
base: future3/main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
d6b48d8
Bump to v3.6.0-alpha
AlvinSchiller Feb 11, 2024
75743da
Extract docs for battery monitor (#2257)
s-martin Feb 14, 2024
876219a
github actions update (#2239)
AlvinSchiller Feb 14, 2024
f630d30
(doc) update the docstring markdown file (#2259)
s-martin Feb 14, 2024
21639b9
(maint) Remove duplicate rst (#2269)
s-martin Feb 18, 2024
958ada9
Merge branch 'future3/develop' into future3/merge-hotfix-3.5.2
AlvinSchiller Feb 19, 2024
e1e8416
Merge pull request #2273
AlvinSchiller Feb 19, 2024
07208e6
Event Device Support (`evdev`) (#1943)
votti Feb 20, 2024
c5e58d5
Fix search filter in library #2290 (#2292)
pabera Mar 16, 2024
4d05c75
fix: Stop Back Action at audiofolder root level (#2293)
pabera Mar 16, 2024
cfd72b2
Reactivate delete artifact (#2297)
AlvinSchiller Mar 19, 2024
2b5ef6e
(docs) fix gpio shutdown button naming (#2301)
hoffie Mar 20, 2024
c3b622c
Add markdown linting (#2284)
s-martin Mar 21, 2024
de40661
docs: Manually upgrade to the latest version (#2300)
pabera Mar 22, 2024
c319ca9
Customize markdownlint (#2310)
s-martin Mar 27, 2024
62ebd27
Update CodeQL to v3 (#2312)
s-martin Mar 30, 2024
27b23cb
fix: Build libzmq locally to work on all host types (#2307)
pabera Apr 6, 2024
aadff23
Fix PlayerMPD.rewind to start with the first song (#2323)
hoffie Apr 8, 2024
7c7024c
Add Python 3.12 to Action (#2320)
s-martin Apr 8, 2024
3865c5a
Fix CoverartCacheManager (#2325)
hoffie Apr 8, 2024
afd0e47
maint: Update actions (#2334)
s-martin Apr 12, 2024
a9ab571
Fix PlayerMPD.prev/next() when stopped (#2326)
hoffie Apr 12, 2024
fa110b4
fix a typo (#2336)
s-martin Apr 13, 2024
33fec64
fix: bad utils.get_config_action invocations (#2339)
hoffie Apr 15, 2024
870b5ec
Merge branch 'future3/develop' into future3/merge-hotfix-3.5.3
AlvinSchiller Apr 17, 2024
6ca650b
Merge pull request #2346 Merge Hotifx 3.5.3
AlvinSchiller Apr 17, 2024
6003682
fix: docker build after pyzmq update (#2351)
pabera Apr 21, 2024
aee32ff
feat: Allow to enable/disable Cover Art in Web App & load from filesy…
pabera Apr 21, 2024
141a05f
Remove setup-python-dependencies (#2363)
s-martin May 3, 2024
a1b2df8
Fix links (#2366)
s-martin May 5, 2024
2232a35
add details about cards for RC522 (#2372)
s-martin May 17, 2024
d93f071
Remove unused read of parameter (#2382)
s-martin Jun 5, 2024
f2a1730
feat: Add INA219 battery sensor (#2380)
saeugetier Jun 8, 2024
a216c78
Docker semantic fix (#2451)
pabera Nov 3, 2024
32798da
Future3/lift 64bit restriction (#2425)
mittler-works Nov 7, 2024
bdc1a23
Use correct raspi-config command for bookworm (#2450)
s-martin Nov 7, 2024
0df1a0c
feat: Add Idle Shutdown Timer support (#2332)
hoffie Nov 10, 2024
ea40be3
ignore LICENSE in markdown linter
s-martin Nov 23, 2024
d43da21
Merge pull request #2455 from s-martin/future3/ignore-file-in-linter
s-martin Nov 23, 2024
d845bd3
fix: correct function name reference in is_debian_version_at_least() …
pabera Dec 9, 2024
ca3c799
fix: fix wrong usage of variable (#2473)
AlvinSchiller Dec 30, 2024
4ce6e89
Fix the url to Autohotspot docs
s-martin Jan 19, 2025
bc1705d
Merge pull request #2484 from MiczFlor/future3/fix-help-url
s-martin Feb 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add details about cards for RC522 (#2372)
* add details about cards

* fix empty line

* Update documentation/developers/rfid/mfrc522_spi.md

Co-authored-by: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com>

---------

Co-authored-by: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com>
  • Loading branch information
s-martin and AlvinSchiller authored May 17, 2024
commit 2232a35e0b629a5560577242dc2a9e7cdc8ac3e4
4 changes: 4 additions & 0 deletions documentation/developers/rfid/mfrc522_spi.md
Original file line number Diff line number Diff line change
@@ -78,3 +78,7 @@ MISO.
MFRC522 boards can be picked up from many places for little money.

Good quality ones can be found e.g. here

### Cards/Tags

Cards or tags must support 13.56 MHz. Currently, only cards/tags of the type "NXP Mifare Classic 1k(S50)", "NXP Mifare Classic 4k(S70)" and "NXP Mifare Ultralight (C)" can be used. Type "NXP Mifare NTAG2xx" or others will not work!