mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #279] [MERGED] v0.1.8b #984
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#984
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/279
Author: @maziggy
Created: 2/5/2026
Status: ✅ Merged
Merged: 2/5/2026
Merged by: @maziggy
Base:
main← Head:0.1.8b📝 Commits (10+)
11bb34fBumped version91a4e2aWindows Portable Launchera2571aaFix filename matching for files with spaces (Issue #218)104b9d4Fix external spool ams_mapping2 slot_id (Issue #213)be7aff1Plate management updatesb2cc824rebase changes6f1d1faUpdated archive view to work after merging with latest 0.1.8b0f0dddeUpdated READMEf51795aUpdated README685bf84Merge branch '0.1.8b' into feature/updated_plate_view📊 Changes
113 files changed (+14901 additions, -9794 deletions)
View changed files
📝
.github/workflows/security.yml(+2 -0)➕
.python-bin/python(+1 -0)📝
CHANGELOG.md(+105 -1)📝
Dockerfile(+2 -1)📝
Dockerfile.test(+2 -1)📝
README.md(+21 -2)📝
backend/app/api/routes/archives.py(+131 -26)📝
backend/app/api/routes/library.py(+129 -16)📝
backend/app/api/routes/metrics.py(+2 -4)📝
backend/app/api/routes/pending_uploads.py(+3 -3)📝
backend/app/api/routes/print_queue.py(+66 -1)📝
backend/app/api/routes/printers.py(+318 -1)📝
backend/app/api/routes/projects.py(+8 -0)📝
backend/app/api/routes/settings.py(+25 -1)📝
backend/app/core/auth.py(+213 -97)📝
backend/app/core/config.py(+1 -1)📝
backend/app/main.py(+122 -11)📝
backend/app/schemas/library.py(+7 -0)📝
backend/app/services/archive.py(+1 -1)📝
backend/app/services/bambu_ftp.py(+172 -33)...and 80 more files
📄 Description
🎉 BamBuddy v0.1.8
🔒 Security
XML External Entity (XXE) Prevention
Path Injection Vulnerabilities Fixed
Security Scanning in CI/CD
✨ Enhancements
3D Model Viewer Improvements (https://github.com/maziggy/bambuddy/pull/262)
Virtual Printer Proxy Mode Improvements
🐛 Bug Fixes
FTP Reliability Improvements
transfer
UI/UX Fixes
Other Fixes
@MisterBeardy
➕ Added
Windows Portable Launcher (contributed by @nmori)
Upgrade Instructions
Docker
docker compose pull && docker compose up -d
Docker with custom user permissions
PUID=$(id -u) PGID=$(id -g) docker compose up -d
Bare Metal
git pull
pip install -r requirements.txt
cd frontend && npm ci && npm run build
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.