[PR #14] [MERGED] 0.1.5b2 #897

Closed
opened 2026-05-06 12:33:50 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/maziggy/bambuddy/pull/14
Author: @maziggy
Created: 12/9/2025
Status: Merged
Merged: 12/9/2025
Merged by: @maziggy

Base: 0.1.5bHead: 0.1.5-final


📝 Commits (7)

  • af5fe56 Merge pull request #11 from maziggy/0.1.5b
  • ce18b38 Fixed os.path issue in update module
  • 838b613 Updated screenshots
  • a0f0892 * Added user options to backup module; Fixed HTTP 500 bug
  • ac4fec7 - Fixed bug, where switched off printers still show as active on printer page
  • 6d71261 Renaming app to Bambuddy
  • 5b6a449 Cleanup

📊 Changes

60 files changed (+9755 additions, -8833 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 PLAN.md (+2 -2)
📝 README.md (+75 -67)
📝 backend/app/api/routes/settings.py (+486 -60)
📝 backend/app/api/routes/updates.py (+110 -20)
📝 backend/app/core/config.py (+32 -4)
📝 backend/app/i18n/__init__.py (+4 -4)
📝 backend/app/main.py (+3 -3)
📝 backend/app/models/notification_template.py (+1 -1)
📝 backend/app/schemas/notification_template.py (+10 -10)
📝 backend/app/services/bambu_cloud.py (+1 -1)
📝 backend/app/services/bambu_mqtt.py (+22 -1)
📝 backend/app/services/notification_service.py (+4 -4)
📝 backend/app/services/printer_manager.py (+16 -9)
📝 docs/screenshots/archives.png (+0 -0)
📝 docs/screenshots/cloud_profiles.png (+0 -0)
docs/screenshots/cloud_profiles_2.png (+0 -0)
📝 docs/screenshots/k_profiles.png (+0 -0)
docs/screenshots/maintenance.png (+0 -0)
docs/screenshots/maintenance_settings.png (+0 -0)

...and 40 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/maziggy/bambuddy/pull/14 **Author:** [@maziggy](https://github.com/maziggy) **Created:** 12/9/2025 **Status:** ✅ Merged **Merged:** 12/9/2025 **Merged by:** [@maziggy](https://github.com/maziggy) **Base:** `0.1.5b` ← **Head:** `0.1.5-final` --- ### 📝 Commits (7) - [`af5fe56`](https://github.com/maziggy/bambuddy/commit/af5fe5639902ec40c9b56598c893f9d795a5b5b5) Merge pull request #11 from maziggy/0.1.5b - [`ce18b38`](https://github.com/maziggy/bambuddy/commit/ce18b38264ae15e02c2bf278a73cf62b0d11fda2) Fixed os.path issue in update module - [`838b613`](https://github.com/maziggy/bambuddy/commit/838b61335933ad96b3edd0b83e9728fc8f9cb6a2) Updated screenshots - [`a0f0892`](https://github.com/maziggy/bambuddy/commit/a0f0892ea0ce26379e616a77978f7578c044cae3) * Added user options to backup module; Fixed HTTP 500 bug - [`ac4fec7`](https://github.com/maziggy/bambuddy/commit/ac4fec7de855ba42bd24926cc96085331ebc13f1) - Fixed bug, where switched off printers still show as active on printer page - [`6d71261`](https://github.com/maziggy/bambuddy/commit/6d71261de784ee4d6f1728c6aacb4c958f11a510) Renaming app to Bambuddy - [`5b6a449`](https://github.com/maziggy/bambuddy/commit/5b6a449663088f023ed6d216043c984fd54d2dfd) Cleanup ### 📊 Changes **60 files changed** (+9755 additions, -8833 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `PLAN.md` (+2 -2) 📝 `README.md` (+75 -67) 📝 `backend/app/api/routes/settings.py` (+486 -60) 📝 `backend/app/api/routes/updates.py` (+110 -20) 📝 `backend/app/core/config.py` (+32 -4) 📝 `backend/app/i18n/__init__.py` (+4 -4) 📝 `backend/app/main.py` (+3 -3) 📝 `backend/app/models/notification_template.py` (+1 -1) 📝 `backend/app/schemas/notification_template.py` (+10 -10) 📝 `backend/app/services/bambu_cloud.py` (+1 -1) 📝 `backend/app/services/bambu_mqtt.py` (+22 -1) 📝 `backend/app/services/notification_service.py` (+4 -4) 📝 `backend/app/services/printer_manager.py` (+16 -9) 📝 `docs/screenshots/archives.png` (+0 -0) 📝 `docs/screenshots/cloud_profiles.png` (+0 -0) ➕ `docs/screenshots/cloud_profiles_2.png` (+0 -0) 📝 `docs/screenshots/k_profiles.png` (+0 -0) ➖ `docs/screenshots/maintenance.png` (+0 -0) ➕ `docs/screenshots/maintenance_settings.png` (+0 -0) _...and 40 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:33:50 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy#897
No description provided.