mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #203] [MERGED] v0.1.6 final #963
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#963
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/203
Author: @maziggy
Created: 1/31/2026
Status: ✅ Merged
Merged: 1/31/2026
Merged by: @maziggy
Base:
main← Head:0.1.6-final📝 Commits (10+)
fe35c1dBumped version number40c672bChanged version5672d79Add recalculate costs button and reprint cost trackingbda659eFix status indicators using accent color instead of semantic colorsd56206cFix empty archive tiles on P2S printer721eab1Fix HA energy sensors not detected due to case-sensitive unit matching8ba04dfAdd ZIP folder creation option and improve camera zoom/pan (#121, #132)e0e53cbAdd multi-file selection and bulk download to printer file browser691fb13Add external network camera support for printers2669eabFixed bug where file manager's upload dialog only allowed zip files for selection📊 Changes
180 files changed (+37573 additions, -13144 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.yml(+2 -0)📝
.gitignore(+3 -1)📝
.pre-commit-config.yaml(+1 -1)➖
=2.8.0(+0 -5)📝
CHANGELOG.md(+172 -0)📝
README.md(+26 -8)➕
RELEASE_NOTES_0.1.6.md(+318 -0)➖
backend/.coverage(+0 -0)📝
backend/app/api/routes/archives.py(+114 -3)📝
backend/app/api/routes/auth.py(+45 -18)📝
backend/app/api/routes/camera.py(+448 -7)📝
backend/app/api/routes/cloud.py(+36 -2)➕
backend/app/api/routes/github_backup.py(+319 -0)➕
backend/app/api/routes/groups.py(+316 -0)📝
backend/app/api/routes/library.py(+166 -6)➕
backend/app/api/routes/metrics.py(+418 -0)📝
backend/app/api/routes/notification_templates.py(+8 -0)📝
backend/app/api/routes/notifications.py(+12 -0)📝
backend/app/api/routes/print_queue.py(+226 -7)📝
backend/app/api/routes/printers.py(+167 -18)...and 80 more files
📄 Description
Bambuddy v0.1.6 - Final Release
Release Date: January 31, 2026
After 11 beta releases and extensive community testing, we're excited to announce Bambuddy 0.1.6-final - our biggest release yet! This release brings optional authentication, build plate detection, external camera support, model-based queue scheduling, and much more.
Highlights
Optional Authentication & User Management
Secure your Bambuddy instance for the first time:
Build Plate Empty Detection
Never start a print with objects on the bed again:
External & USB Camera Support
Use any camera with your printers:
Model-Based Queue Assignment
Perfect for print farms:
GitHub Profile Backup
Automated backup of your settings to GitHub:
Prometheus Metrics
Export printer telemetry for external monitoring:
GET /api/v1/metricsNew Features
Authentication & Security
Virtual Printer
Print Queue & Scheduling
Smart Plugs & Automation
Camera & Streaming
/overlay/:printerId{finish_photo_url}template variableFile Manager
Archives & Projects
Printer Controls
AMS & Filament
Backup & Monitoring
Notifications
Statistics & Dashboard
Other Improvements
curl | bashinstallationBug Fixes
Print Queue & Scheduling
Printer Status & Display
AMS & Filament
Notifications & Webhooks
Camera & Streaming
File Manager & Archives
Statistics & Tracking
Smart Plugs
UI & UX
API & Backend
Maintenance
Thank You!
This release wouldn't be possible without our amazing community. A huge thank you to everyone who contributed code, reported bugs, tested beta releases, and provided feedback!
Code Contributors
Issue Reporters & Testers
Special thanks to everyone who reported issues, tested beta releases, and provided valuable feedback:
And many more community members who tested, provided feedback, and helped make Bambuddy better!
Upgrade Notes
From 0.1.5.x or earlier
From 0.1.6 beta
What's Next?
We're already planning 0.1.7 with more exciting features. Stay tuned and keep the feedback coming!
Happy Printing! 🎉
— The Bambuddy Team
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.