mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #27] [MERGED] 0.1.5 final #912
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#912
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/27
Author: @maziggy
Created: 12/19/2025
Status: ✅ Merged
Merged: 12/19/2025
Merged by: @maziggy
Base:
main← Head:0.1.5-final📝 Commits (10+)
b5df629Updated version to 0.1.5bc23db0Fixed version number parsing in update moduleadcefd3Issue 1: Aborted prints showing "Unknown" in failure analysis3a8cdbaImprove HMS error descriptions and wiki linksf22acedUpdate HMS error handling with comprehensive database and unknown filtering0bb7602Fix printer card flicker when disconnecting99b5040Fixed bug in archive card context menu5cd366cFix browser tab crash on print completion (debounced invalidations)c8b9a8eSummary of Changese248b41Fixed bug where layer slider in gcode viewer was broken📊 Changes
24 files changed (+2235 additions, -869 deletions)
View changed files
📝
.gitignore(+2 -0)📝
CHANGELOG.md(+4 -3)📝
backend/app/api/routes/archives.py(+46 -1)📝
backend/app/api/routes/camera.py(+54 -42)📝
backend/app/api/routes/printers.py(+94 -45)📝
backend/app/api/routes/updates.py(+98 -15)📝
backend/app/core/config.py(+1 -1)📝
backend/app/main.py(+166 -146)📝
backend/app/schemas/archive.py(+6 -0)📝
backend/app/services/archive.py(+5 -2)📝
backend/app/services/bambu_mqtt.py(+41 -1)📝
backend/app/services/failure_analysis.py(+25 -36)➕
deploy/bambuddy.service(+31 -0)📝
frontend/src/__tests__/hooks/useWebSocket.test.ts(+69 -44)📝
frontend/src/api/client.ts(+2 -0)📝
frontend/src/components/ContextMenu.tsx(+1 -0)📝
frontend/src/components/EditArchiveModal.tsx(+49 -4)📝
frontend/src/components/GcodeViewer.tsx(+63 -10)📝
frontend/src/components/HMSErrorModal.tsx(+892 -54)📝
frontend/src/components/ModelViewerModal.tsx(+3 -1)...and 4 more files
📄 Description
Release Notes for 0.1.5
Highlights
This release focuses on stability improvements and bug fixes, with major fixes for browser freezing and UI responsiveness issues.
Bug Fixes
New Features
Changes
Upgrading
cd bambuddy && git pull && docker compose up -d --build
Or use the auto-update feature in Settings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.