mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #81] [MERGED] v0.1.6b7 #923
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#923
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/81
Author: @maziggy
Created: 1/12/2026
Status: ✅ Merged
Merged: 1/12/2026
Merged by: @maziggy
Base:
main← Head:0.1.6b7📝 Commits (10+)
5f989c3Changed version to 0.1.6b7b0c576cImproved duplicate archive check6fb71deAdd firmware update helper for LAN-only printersa18d0c0Fixed datetime import bugffd0c8bFixed bug where print cover could not be fetched in Docker environments19dfbf1Excluded virtual printer from printer discoveryeddee5bImproved printer card size selector59fe2a6Improved camera window stream management4f2fa76Minor fixes50fd0c0Add support bundle feature for issue reporting📊 Changes
80 files changed (+15299 additions, -9502 deletions)
View changed files
📝
.gitignore(+3 -0)📝
CHANGELOG.md(+110 -0)📝
README.md(+7 -4)📝
backend/app/api/routes/archives.py(+128 -20)📝
backend/app/api/routes/cloud.py(+78 -0)➕
backend/app/api/routes/firmware.py(+298 -0)📝
backend/app/api/routes/maintenance.py(+15 -1)📝
backend/app/api/routes/print_queue.py(+32 -1)📝
backend/app/api/routes/printers.py(+45 -1)📝
backend/app/api/routes/settings.py(+8 -1)📝
backend/app/api/routes/spoolman.py(+30 -0)➕
backend/app/api/routes/support.py(+347 -0)📝
backend/app/core/config.py(+1 -1)📝
backend/app/core/database.py(+12 -0)📝
backend/app/main.py(+102 -49)📝
backend/app/models/maintenance.py(+1 -0)📝
backend/app/models/print_queue.py(+4 -0)📝
backend/app/schemas/archive.py(+29 -1)📝
backend/app/schemas/cloud.py(+18 -0)📝
backend/app/schemas/maintenance.py(+5 -0)...and 60 more files
📄 Description
v0.1.6b7
AMS Color Mapping (#76)
Print Options in Reprint Modal
Time Format Setting (#75)
ProjectDetailPage, SystemInfoPage, AMSHistoryModal, NotificationLogViewer,
CalendarView, FilamentTrends, PrinterQueueWidget, ProfilesPage
Statistics Dashboard (#72)
Firmware Update Helper
FTP Reliability
reprint uploads, firmware updates
Bulk Operations
Chamber Light Control (#67)
Support Bundle Feature
Archive Improvements
Maintenance Improvements (#59)
Spoolman Integration
Bug Fixes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.