mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #324] [MERGED] v0.1.9 #1002
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#1002
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/324
Author: @maziggy
Created: 2/10/2026
Status: ✅ Merged
Merged: 2/10/2026
Merged by: @maziggy
Base:
main← Head:0.1.9📝 Commits (10+)
600f426Bumped versionf246807Add mock FTPS server and comprehensive FTP test suite (67 tests)cfd5dd6Fix filament usage charts inflated by quantity multiplier (fixes #229)4dc3aaeFix energy cost showing 0.00 in "Total Consumption" mode (fixes #284)70622e6Add proxy mode for virtual printer (cross-LAN slicer support)42fc819Add proxy mode for virtual printer (cross-LAN slicer support)f1fc8b6Updated README and CHANGELOG8944943Allow hostnames for printers in addition to IPv4 addresses (fixes #290)8511ce2Add camera view controls: chamber light toggle & skip objects (fixes #291)eda1f5aHome Assistant: add environment variable configuration support📊 Changes
126 files changed (+30830 additions, -13172 deletions)
View changed files
📝
.env.example(+6 -0)📝
CHANGELOG.md(+70 -0)📝
Dockerfile(+3 -0)📝
README.md(+18 -12)📝
backend/app/api/routes/archives.py(+5 -0)📝
backend/app/api/routes/auth.py(+360 -2)📝
backend/app/api/routes/cloud.py(+212 -47)📝
backend/app/api/routes/discovery.py(+4 -0)➕
backend/app/api/routes/local_presets.py(+200 -0)📝
backend/app/api/routes/notification_templates.py(+3 -0)📝
backend/app/api/routes/printers.py(+29 -1)📝
backend/app/api/routes/settings.py(+62 -0)📝
backend/app/api/routes/smart_plugs.py(+14 -7)📝
backend/app/api/routes/spoolman.py(+61 -6)📝
backend/app/api/routes/support.py(+261 -3)📝
backend/app/api/routes/users.py(+88 -6)📝
backend/app/core/auth.py(+32 -4)📝
backend/app/core/config.py(+1 -1)📝
backend/app/core/database.py(+16 -0)📝
backend/app/main.py(+206 -75)...and 80 more files
📄 Description
v0.1.9
Bambuddy v0.1.9 Release Notes
Highlights
This is the biggest release yet — Advanced Authentication via Email, full H2C/H2D Pro nozzle rack support, OrcaSlicer local profiles, configurable slicer preference, Italian localization, and 50+ bug fixes spanning every printer model.
New Features
Advanced Authentication via Email (https://github.com/maziggy/bambuddy/pull/322)
Configurable Slicer Preference (https://github.com/maziggy/bambuddy/issues/313)
Local Profiles — OrcaSlicer Import (https://github.com/maziggy/bambuddy/issues/310)
Hostname Support for Printers (https://github.com/maziggy/bambuddy/issues/290)
Camera View Controls (https://github.com/maziggy/bambuddy/issues/291)
Extended Support Bundle Diagnostics
connections, and log file info
Improved
H2C Nozzle Rack — Full 6-Slot Display (https://github.com/maziggy/bambuddy/issues/300)
H2 Series — L/R Nozzle Hover Card (https://github.com/maziggy/bambuddy/issues/300)
Firmware Version Badge on Printer Card (https://github.com/maziggy/bambuddy/issues/311)
Auto-Detect Subnet for Printer Discovery
Japanese Locale Complete Overhaul
Italian Localization (https://github.com/maziggy/bambuddy/pull/309)
Bug Fixes
fallback for H2C MQTT field names
still active
certificate, SSDP, service restart)
timelapse detection
Testing
and failure injection
creation
Documentation
Community Contributors
Thank you to everyone who contributed to this release!
(https://github.com/maziggy/bambuddy/pull/294)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.