1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 08:25:54 +02:00

[PR #16] [MERGED] 0.1.5b3 #905

Closed
opened 2026-05-07 00:14:54 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

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

Base: mainHead: 0.1.5b


📝 Commits (10+)

  • 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
  • c25f05c Merge pull request #14 from maziggy/0.1.5-final
  • fb6ff31 - Improved backup/restore module
  • b024880 - Improved backup/restore module
  • 3f9b7e0 - Improved backup/restore module

📊 Changes

48 files changed (+2218 additions, -694 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 PLAN.md (+2 -2)
📝 README.md (+53 -53)
📝 backend/app/api/routes/settings.py (+711 -66)
📝 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)
📝 frontend/index.html (+1 -1)
📝 frontend/public/img/android-chrome-192x192.png (+0 -0)
📝 frontend/public/img/android-chrome-512x512.png (+0 -0)
📝 frontend/public/img/apple-touch-icon.png (+0 -0)
frontend/public/img/bambuddy_logo_dark.png (+0 -0)
frontend/public/img/bambuddy_logo_light.png (+0 -0)

...and 28 more files

📄 Description

  • Fixed os.path issue in update module
  • Updated screenshots
  • Added user options to backup module
  • Fixed bug, where switched off printers still show as active on printer page card
  • Improved backup/restore module

🔄 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/16 **Author:** [@maziggy](https://github.com/maziggy) **Created:** 12/9/2025 **Status:** ✅ Merged **Merged:** 12/9/2025 **Merged by:** [@maziggy](https://github.com/maziggy) **Base:** `main` ← **Head:** `0.1.5b` --- ### 📝 Commits (10+) - [`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 - [`c25f05c`](https://github.com/maziggy/bambuddy/commit/c25f05c1383a3149fe529cc941e5a359fbd3644c) Merge pull request #14 from maziggy/0.1.5-final - [`fb6ff31`](https://github.com/maziggy/bambuddy/commit/fb6ff3130e4d9c4548d71955ad59bdadc4c6b487) - Improved backup/restore module - [`b024880`](https://github.com/maziggy/bambuddy/commit/b024880cb66a5f0b539203e2b054b6132a4822ff) - Improved backup/restore module - [`3f9b7e0`](https://github.com/maziggy/bambuddy/commit/3f9b7e0b7fa5ef321d633510f93ea14cea01dc31) - Improved backup/restore module ### 📊 Changes **48 files changed** (+2218 additions, -694 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `PLAN.md` (+2 -2) 📝 `README.md` (+53 -53) 📝 `backend/app/api/routes/settings.py` (+711 -66) 📝 `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) 📝 `frontend/index.html` (+1 -1) 📝 `frontend/public/img/android-chrome-192x192.png` (+0 -0) 📝 `frontend/public/img/android-chrome-512x512.png` (+0 -0) 📝 `frontend/public/img/apple-touch-icon.png` (+0 -0) ➕ `frontend/public/img/bambuddy_logo_dark.png` (+0 -0) ➕ `frontend/public/img/bambuddy_logo_light.png` (+0 -0) _...and 28 more files_ </details> ### 📄 Description - Fixed os.path issue in update module - Updated screenshots - Added user options to backup module - Fixed bug, where switched off printers still show as active on printer page card - Improved backup/restore module --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:14:54 +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-maziggy-1#905
No description provided.