Просмотр исходного кода

Changed version; Updated CHANGELOG

maziggy 4 месяцев назад
Родитель
Сommit
5c7768401d
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      CHANGELOG.md
  2. 1 1
      backend/app/core/config.py

+ 2 - 2
CHANGELOG.md

@@ -2,9 +2,9 @@
 
 All notable changes to Bambuddy will be documented in this file.
 
-## [Unreleased]
+## [0.1.6b9] - 2026-01-19
 
-### Added
+### New Features
 - **Add to Queue from File Manager** - Queue sliced files directly from File Manager:
   - New "Add to Queue" toolbar button appears when sliced files are selected
   - Context menu and list view button options for individual files

+ 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.1.6b8"
+APP_VERSION = "0.1.6b9"
 GITHUB_REPO = "maziggy/bambuddy"
 
 # App directory - where the application is installed (for static files)