mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #830] [MERGED] v0.2.2.2 #1122
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#1122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/maziggy/bambuddy/pull/830
Author: @maziggy
Created: 3/27/2026
Status: ✅ Merged
Merged: 3/27/2026
Merged by: @maziggy
Base:
main← Head:0.2.2.2📝 Commits (10+)
9a0be34Fix ruff format for user_notifications and spoolmane5868b5Set version27e96c9Fix spool assignment on empty AMS slots (#784)9e81f24Feature/multiple switches per prtinter (#786)40f0405Revert "Feature/multiple switches per prtinter (#786)"8e5625dFix A1 virtual printer proxy by adding ports 2024-2026 (#757)511ece7Fix SpoolBuddy update check comparing against GitHub releases instead of backend versionbc1bba0Replace SpoolBuddy self-update with SSH-based updates from Bambuddy5e94818Replace SpoolBuddy self-update with SSH-based updates from Bambuddy136ecb7Replace SpoolBuddy self-update with SSH-based updates from Bambuddy📊 Changes
112 files changed (+18589 additions, -9987 deletions)
View changed files
📝
.gitignore(+3 -0)📝
CHANGELOG.md(+51 -1)📝
Dockerfile(+1 -0)📝
README.md(+3 -19)📝
backend/app/api/routes/camera.py(+65 -15)📝
backend/app/api/routes/inventory.py(+52 -8)📝
backend/app/api/routes/library.py(+332 -21)📝
backend/app/api/routes/notifications.py(+2 -0)📝
backend/app/api/routes/printers.py(+1 -0)📝
backend/app/api/routes/spoolbuddy.py(+276 -62)📝
backend/app/core/config.py(+2 -2)📝
backend/app/core/database.py(+41 -7)📝
backend/app/core/websocket.py(+16 -0)📝
backend/app/main.py(+32 -5)📝
backend/app/models/notification.py(+1 -0)📝
backend/app/models/notification_template.py(+6 -0)📝
backend/app/models/smart_plug.py(+1 -0)📝
backend/app/models/spoolbuddy_device.py(+3 -0)📝
backend/app/schemas/library.py(+19 -0)📝
backend/app/schemas/notification.py(+5 -0)...and 80 more files
📄 Description
Bambuddy v0.2.2.2
Highlights
New Features
Improved
Fixed
Contributors
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.