maziggy преди 1 месец
родител
ревизия
b37d8d6a9d
променени са 2 файла, в които са добавени 5 реда и са изтрити 2 реда
  1. 4 1
      CHANGELOG.md
  2. 1 1
      backend/app/core/config.py

+ 4 - 1
CHANGELOG.md

@@ -2,7 +2,10 @@
 
 All notable changes to Bambuddy will be documented in this file.
 
-## [0.2.3b3] - Unreleased
+## [0.2.3b4] - Unreleased
+
+
+## [0.2.3b3] - 2026-04-12
 
 ### Improved
 - **AMS Drying Support for P2S** — Remote AMS drying and queue auto-drying now work on P2S printers with firmware 01.02.00.00 or later. Previously P2S was hard-blocked from the drying feature.

+ 1 - 1
backend/app/core/config.py

@@ -5,7 +5,7 @@ from pathlib import Path
 from pydantic_settings import BaseSettings
 
 # Application version - single source of truth
-APP_VERSION = "0.2.3b3"
+APP_VERSION = "0.2.3b4"
 GITHUB_REPO = "maziggy/bambuddy"
 BUG_REPORT_RELAY_URL = os.environ.get("BUG_REPORT_RELAY_URL", "https://bambuddy.cool/api/bug-report")