mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #6] [MERGED] v0.1.3 #893
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#893
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/6
Author: @maziggy
Created: 11/30/2025
Status: ✅ Merged
Merged: 11/30/2025
Merged by: @maziggy
Base:
main← Head:0.1.3📝 Commits (10+)
2cc7539Sidebar items can now be reordered; Settinsg for default view added28a5e78Added configurable logging; Major improvements and bugfixes5548b05Added k profile management46b3127Fixed bug where current printers power stage was not updated in frontend301eec9Added option to track energy only per print or in total17c37a7Added notification module06d1780Minor bugfixes2614b32Added new screenshots69c154aUpdate README.md087dfddAdded new screenshots📊 Changes
58 files changed (+42737 additions, -680 deletions)
View changed files
➕
.env.example(+12 -0)📝
.gitignore(+1 -0)➕
PLAN.md(+186 -0)📝
README.md(+212 -2)📝
backend/app/api/routes/archives.py(+185 -26)➕
backend/app/api/routes/kprofiles.py(+148 -0)➕
backend/app/api/routes/notifications.py(+223 -0)📝
backend/app/api/routes/smart_plugs.py(+7 -1)📝
backend/app/core/config.py(+8 -1)📝
backend/app/core/database.py(+19 -1)📝
backend/app/main.py(+241 -82)➕
backend/app/models/notification.py(+54 -0)📝
backend/app/models/printer.py(+5 -0)📝
backend/app/models/smart_plug.py(+1 -0)➕
backend/app/schemas/kprofile.py(+52 -0)➕
backend/app/schemas/notification.py(+168 -0)📝
backend/app/schemas/printer.py(+1 -0)📝
backend/app/schemas/settings.py(+2 -0)📝
backend/app/schemas/smart_plug.py(+1 -0)📝
backend/app/services/archive.py(+22 -12)...and 38 more files
📄 Description
New Features
- Multiple provider support: WhatsApp (CallMeBot), ntfy, Pushover, Telegram, Email
- Configurable event triggers: print start, complete, failed, stopped, progress milestones
- Quiet hours to suppress notifications during specified times
- Per-printer filtering
- View and manage pressure advance (K) profiles stored on printers
- Sync profiles from printer
- Create and delete profiles
- Choice to track energy per print only or total cumulative energy
- Sidebar items can now be reordered
- Settings for default view
- Adjustable log levels and output options
- Escape key now closes the modal (just added)
Bug Fixes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.