Start dev24

This commit is contained in:
Stu Leak 2026-01-05 22:14:33 -05:00
parent 1aaa3393c4
commit 4ecb5da4f8
4 changed files with 9 additions and 25 deletions

View File

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

View File

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

View File

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

View File

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