mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #102] [CLOSED] v0.1.6b9 #934
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#934
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/102
Author: @maziggy
Created: 1/19/2026
Status: ❌ Closed
Base:
main← Head:0.1.6-final📝 Commits (10+)
554ccd9Root cause: Frontend was firing multiple concurrent PUT requests when toggling MQTT, causing SQLite "database is locked" errors after 6-second timeout.33829f9Add Fusion 360 (.f3d) design file attachments to archivesc5cb66bAdd Home Assistant smart plug integrationa52bc2cMinor improvements for HA smart plug moduleabbcb65Fix multi-plate 3MF metadata extraction (Issue #92)63c42adAdd multi-plate 3MF plate selection for reprinting (Issue #93)7e0cfddFrontend ESLint Warnings (8 fixed)8e92b89Add File Manager and enhanced Queue features5c351a5Added missing frontend tests76fdc1fChanged version; Updated CHANGELOG📊 Changes
64 files changed (+15911 additions, -9861 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 44 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.