mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #103] [MERGED] v0.1.6b9 #935
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
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-maziggy-1#935
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/103
Author: @maziggy
Created: 1/19/2026
Status: ✅ Merged
Merged: 1/19/2026
Merged by: @maziggy
Base:
main← Head:0.1.6b9📝 Commits (10+)
5d6ba0fRoot cause: Frontend was firing multiple concurrent PUT requests when toggling MQTT, causing SQLite "database is locked" errors after 6-second timeout.0b2c0c2Add Fusion 360 (.f3d) design file attachments to archives06d1d24Add Home Assistant smart plug integration564bc0bMinor improvements for HA smart plug module3a2ec80Fix multi-plate 3MF metadata extraction (Issue #92)af0dad1Add multi-plate 3MF plate selection for reprinting (Issue #93)b2831d0Frontend ESLint Warnings (8 fixed)d48abe0Add File Manager and enhanced Queue features35c9f6eAdded missing frontend tests5c77684Changed version; Updated CHANGELOG📊 Changes
86 files changed (+19538 additions, -9862 deletions)
View changed files
📝
CHANGELOG.md(+175 -652)📝
README.md(+2 -2)📝
backend/app/api/routes/archives.py(+361 -36)➕
backend/app/api/routes/library.py(+1168 -0)📝
backend/app/api/routes/notification_templates.py(+1 -0)📝
backend/app/api/routes/print_queue.py(+14 -0)📝
backend/app/api/routes/settings.py(+55 -5)📝
backend/app/api/routes/smart_plugs.py(+59 -6)📝
backend/app/api/routes/webhook.py(+6 -2)📝
backend/app/core/config.py(+1 -1)📝
backend/app/core/database.py(+130 -0)📝
backend/app/main.py(+6 -2)📝
backend/app/models/__init__.py(+3 -0)📝
backend/app/models/archive.py(+1 -0)➕
backend/app/models/library.py(+86 -0)📝
backend/app/models/print_queue.py(+11 -0)📝
backend/app/models/smart_plug.py(+7 -2)📝
backend/app/schemas/archive.py(+5 -0)➕
backend/app/schemas/library.py(+236 -0)📝
backend/app/schemas/print_queue.py(+25 -0)...and 66 more files
📄 Description
v0.1.6b9
New Features
Fixed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.