[PR #38] [MERGED] v0.1.6b3 #910

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

📋 Pull Request Information

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

Base: mainHead: 0.1.6b3


📝 Commits (10+)

📊 Changes

178 files changed (+638 additions, -100314 deletions)

View changed files

._.DS_Store (+0 -0)
📝 .gitignore (+4 -0)
CODE_OF_CONDUCT.md (+46 -0)
CONTRIBUTING.md (+224 -0)
📝 README.md (+25 -0)
SECURITY.md (+96 -0)
📝 backend/app/api/routes/maintenance.py (+23 -23)
📝 backend/app/core/config.py (+1 -1)
📝 backend/app/core/database.py (+10 -0)
📝 backend/app/main.py (+81 -0)
📝 backend/app/models/printer.py (+16 -25)
📝 backend/app/services/discovery.py (+13 -0)
📝 docs/screenshots/archives.png (+0 -0)
docs/screenshots/edit_timelapse.png (+0 -0)
📝 docs/screenshots/printers.png (+0 -0)
docs/screenshots/project_detail.png (+0 -0)
docs/screenshots/project_detail_2.png (+0 -0)
📝 docs/screenshots/projects.png (+0 -0)
📝 docs/screenshots/queue.png (+0 -0)
docs/screenshots/quick_power_plug_sidebar.png (+0 -0)

...and 80 more files

📄 Description

0.1.6b3

  • Bug Fixes

    • Fixed printer hour counter inconsistency - Printer card and maintenance page now show consistent hour values (both use Math.round)
    • Improved printer hour tracking accuracy - Introduced real-time runtime counter that tracks actual machine active time (RUNNING/PAUSE states), including calibration, heating, and bed leveling. This provides more accurate hours matching the printer's display
    • Fixed Add Smart Plug modal scrolling - Modal now scrolls properly on lower resolution screens (https://github.com/maziggy/bambuddy/issues/34)
    • Excluded virtual printer from discovery - Bambuddy's own virtual printer no longer appears in "Add Printer → Discovery" results
    • Fixed bottom sidebar layout
  • New Features

    • Confirmation modal for quick power switch - Sidebar smart plug toggle now requires confirmation before turning on/off to prevent accidental clicks
  • Repository

    • Added community files: CODE_OF_CONDUCT.md, CONTRIBUTING.md, SECURITY.md
    • Updated screenshots

🔄 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/38 **Author:** [@maziggy](https://github.com/maziggy) **Created:** 12/31/2025 **Status:** ✅ Merged **Merged:** 12/31/2025 **Merged by:** [@maziggy](https://github.com/maziggy) **Base:** `main` ← **Head:** `0.1.6b3` --- ### 📝 Commits (10+) - [`88487f8`](https://github.com/maziggy/bambuddy/commit/88487f8f4661fe490d07ec85a4a4fe07d97d4952) Bottom sidebar layout fix - [`4ccf048`](https://github.com/maziggy/bambuddy/commit/4ccf048dc176b99a1ee9d023d0ea29ed46f9bf6d) Added new screenshots - [`9a9ef36`](https://github.com/maziggy/bambuddy/commit/9a9ef36a3318d92eebd33f4495fa8bbf51e2bbc9) Changed version to 0.1.6b3 - [`d0940b9`](https://github.com/maziggy/bambuddy/commit/d0940b9209680261210fe588c5926fbb5a5e2a1c) - Added - [`86b4fd9`](https://github.com/maziggy/bambuddy/commit/86b4fd9c6b45e13c34ffdf84a156228de5cc6910) Deleted .github/FUNDING.yml - [`0291f09`](https://github.com/maziggy/bambuddy/commit/0291f096496a8301f7fd98fb9a915d7fd193fd92) - Fixed bug where add smart plug modal doesn't scroll on lower resolution screens (https://github.com/maziggy/bambuddy/issues/34) - [`22222e5`](https://github.com/maziggy/bambuddy/commit/22222e502c476726b0c4f3a55256990cb86421cf) - Excluded Bambuddy virtual printer from SSDP discovery - [`d267e8b`](https://github.com/maziggy/bambuddy/commit/d267e8b6055e6587e258dbc88d66b3684a33cc9f) Housekeeping - [`9f665a9`](https://github.com/maziggy/bambuddy/commit/9f665a9382c09488a982c208be13db5850a9f1f1) Housekeeping - [`16c21cf`](https://github.com/maziggy/bambuddy/commit/16c21cf1fae317113970c1ebf0978f5f5b5328fe) - Added confirmation modal to sidebar's quick power switch ### 📊 Changes **178 files changed** (+638 additions, -100314 deletions) <details> <summary>View changed files</summary> ➖ `._.DS_Store` (+0 -0) 📝 `.gitignore` (+4 -0) ➕ `CODE_OF_CONDUCT.md` (+46 -0) ➕ `CONTRIBUTING.md` (+224 -0) 📝 `README.md` (+25 -0) ➕ `SECURITY.md` (+96 -0) 📝 `backend/app/api/routes/maintenance.py` (+23 -23) 📝 `backend/app/core/config.py` (+1 -1) 📝 `backend/app/core/database.py` (+10 -0) 📝 `backend/app/main.py` (+81 -0) 📝 `backend/app/models/printer.py` (+16 -25) 📝 `backend/app/services/discovery.py` (+13 -0) 📝 `docs/screenshots/archives.png` (+0 -0) ➕ `docs/screenshots/edit_timelapse.png` (+0 -0) 📝 `docs/screenshots/printers.png` (+0 -0) ➕ `docs/screenshots/project_detail.png` (+0 -0) ➕ `docs/screenshots/project_detail_2.png` (+0 -0) 📝 `docs/screenshots/projects.png` (+0 -0) 📝 `docs/screenshots/queue.png` (+0 -0) ➕ `docs/screenshots/quick_power_plug_sidebar.png` (+0 -0) _...and 80 more files_ </details> ### 📄 Description 0.1.6b3 * Bug Fixes - Fixed printer hour counter inconsistency - Printer card and maintenance page now show consistent hour values (both use Math.round) - Improved printer hour tracking accuracy - Introduced real-time runtime counter that tracks actual machine active time (RUNNING/PAUSE states), including calibration, heating, and bed leveling. This provides more accurate hours matching the printer's display - Fixed Add Smart Plug modal scrolling - Modal now scrolls properly on lower resolution screens (https://github.com/maziggy/bambuddy/issues/34) - Excluded virtual printer from discovery - Bambuddy's own virtual printer no longer appears in "Add Printer → Discovery" results - Fixed bottom sidebar layout * New Features - Confirmation modal for quick power switch - Sidebar smart plug toggle now requires confirmation before turning on/off to prevent accidental clicks * Repository - Added community files: CODE_OF_CONDUCT.md, CONTRIBUTING.md, SECURITY.md - Updated screenshots --- <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: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#910
No description provided.