mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #602] [MERGED] v0.2.2b1 #1078
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#1078
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/602
Author: @maziggy
Created: 3/4/2026
Status: ✅ Merged
Merged: 3/4/2026
Merged by: @maziggy
Base:
main← Head:0.2.2b1📝 Commits (10+)
ae9818cfeat(queue): show spool grams left in filament slot mappingf46c134Bumped version46f209eAdd SpoolBuddy AMS slot config, external slots, and dashboard redesign8f3d194Fix SpoolBuddy daemon crash when read_tag module is missing541f892Fix SpoolBuddy daemon failing to import hardware drivers12fe074Increase scale moving average window to reduce weight bouncing2811e2eRemove stability flipping as scale report trigger1543753Fix formatting of option elements in FilamentMapping8c9c0a7Minor Spoolbuddy frontend improvementsf7e65aaUpdated Spoolbuddy install script to strip down Raspbian📊 Changes
149 files changed (+26870 additions, -10778 deletions)
View changed files
📝
CHANGELOG.md(+61 -1)📝
README.md(+1 -0)📝
backend/app/api/routes/archives.py(+115 -13)📝
backend/app/api/routes/auth.py(+89 -7)➕
backend/app/api/routes/bug_report.py(+95 -0)📝
backend/app/api/routes/cloud.py(+3 -26)📝
backend/app/api/routes/inventory.py(+110 -30)📝
backend/app/api/routes/printers.py(+1 -0)📝
backend/app/api/routes/settings.py(+1 -0)📝
backend/app/api/routes/spoolbuddy.py(+282 -3)📝
backend/app/api/routes/support.py(+101 -4)📝
backend/app/core/config.py(+2 -1)📝
backend/app/core/database.py(+48 -0)📝
backend/app/main.py(+22 -0)➕
backend/app/models/bug_report.py(+20 -0)📝
backend/app/models/spool.py(+2 -0)📝
backend/app/models/spoolbuddy_device.py(+8 -1)📝
backend/app/schemas/archive.py(+21 -0)📝
backend/app/schemas/printer.py(+1 -0)📝
backend/app/schemas/settings.py(+11 -0)...and 80 more files
📄 Description
v0.2.2b1
Highlights
New Features
Bug Fixes
Contributed by @aneopsy.
Improved
Community Contributors
Thank you to everyone who contributed to this release:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.