@@ -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
@@ -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)