diff --git a/FyneApp.toml b/FyneApp.toml index 95cb74b..976edab 100644 --- a/FyneApp.toml +++ b/FyneApp.toml @@ -2,5 +2,5 @@ Icon = "assets/logo/VT_Icon.png" Name = "VideoTools" ID = "com.leaktechnologies.videotools" -Version = "0.1.0-dev23" +Version = "0.1.0-dev24" Build = 21 diff --git a/TODO.md b/TODO.md index e2b6393..c8740d9 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,4 @@ -# VideoTools TODO (v0.1.0-dev23+ plan) +# VideoTools TODO (v0.1.0-dev24+ plan) This file tracks upcoming features, improvements, and known issues. @@ -11,7 +11,7 @@ This file tracks upcoming features, improvements, and known issues. - Create placeholder stubs for missing documents that are essential (e.g., `CONTRIBUTING.md`) or remove the links if they are not. - This ensures a professional and navigable documentation experience. -## Critical Priority: dev23 +## Critical Priority: dev24 ### VIDEO PLAYER IMPLEMENTATION diff --git a/WORKING_ON.md b/WORKING_ON.md index a03aca2..0d6f365 100644 --- a/WORKING_ON.md +++ b/WORKING_ON.md @@ -135,38 +135,22 @@ These files are touched by multiple agents - check this file before editing: ## ✅ Ready to Commit/Push -**All commits are ready** - Build is passing (dev23) - -Files modified this session: -- `main.go` - About dialog layout, UI polish, audio crash fix, version bump -- `internal/ui/components.go` - Dropdown + input styling -- `FyneApp.toml` - Version bump to dev23 -- `docs/CHANGELOG.md` - Dev23 release notes +**Dev24 started** - Build is passing (dev24) --- ## 🎯 Dev23 Status -**Release Status**: ✅ READY - v0.1.0-dev23 - -Completed Features: -- ✅ Colored dropdown refinements + consistent panel styling -- ✅ About / Support dialog aligned to mockup -- ✅ Audio module crash fix -- ✅ Version bumped to v0.1.0-dev23 -- ✅ CHANGELOG.md updated - -Ready to tag and begin dev24! +**Release Status**: ✅ TAGGED - v0.1.0-dev23 --- ## 🚀 Next Steps (Dev24 Planning) ### Immediate Actions -1. ✅ Version bumped to v0.1.0-dev23 -2. ✅ CHANGELOG.md updated with dev23 features -3. ⏭️ Create git tag v0.1.0-dev23 -4. ⏭️ Plan dev24 UI cleanup with Jake +1. ✅ Tag v0.1.0-dev23 +2. ✅ Bump version to v0.1.0-dev24 +3. ⏭️ Plan dev24 UI cleanup and stability fixes ### Potential Dev24 Focus - Windows dropdown UI parity diff --git a/main.go b/main.go index 8127269..7a14148 100644 --- a/main.go +++ b/main.go @@ -74,7 +74,7 @@ var ( logsDirOnce sync.Once logsDirPath string feedbackBundler = utils.NewFeedbackBundler() - appVersion = "v0.1.0-dev23" + appVersion = "v0.1.0-dev24" hwAccelProbeOnce sync.Once hwAccelSupported atomic.Value // map[string]bool