Start dev24
This commit is contained in:
parent
1aaa3393c4
commit
4ecb5da4f8
|
|
@ -2,5 +2,5 @@
|
||||||
Icon = "assets/logo/VT_Icon.png"
|
Icon = "assets/logo/VT_Icon.png"
|
||||||
Name = "VideoTools"
|
Name = "VideoTools"
|
||||||
ID = "com.leaktechnologies.videotools"
|
ID = "com.leaktechnologies.videotools"
|
||||||
Version = "0.1.0-dev23"
|
Version = "0.1.0-dev24"
|
||||||
Build = 21
|
Build = 21
|
||||||
|
|
|
||||||
4
TODO.md
4
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.
|
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.
|
- 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.
|
- This ensures a professional and navigable documentation experience.
|
||||||
|
|
||||||
## Critical Priority: dev23
|
## Critical Priority: dev24
|
||||||
|
|
||||||
### VIDEO PLAYER IMPLEMENTATION
|
### VIDEO PLAYER IMPLEMENTATION
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -135,38 +135,22 @@ These files are touched by multiple agents - check this file before editing:
|
||||||
|
|
||||||
## ✅ Ready to Commit/Push
|
## ✅ Ready to Commit/Push
|
||||||
|
|
||||||
**All commits are ready** - Build is passing (dev23)
|
**Dev24 started** - Build is passing (dev24)
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🎯 Dev23 Status
|
## 🎯 Dev23 Status
|
||||||
|
|
||||||
**Release Status**: ✅ READY - v0.1.0-dev23
|
**Release Status**: ✅ TAGGED - 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!
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🚀 Next Steps (Dev24 Planning)
|
## 🚀 Next Steps (Dev24 Planning)
|
||||||
|
|
||||||
### Immediate Actions
|
### Immediate Actions
|
||||||
1. ✅ Version bumped to v0.1.0-dev23
|
1. ✅ Tag v0.1.0-dev23
|
||||||
2. ✅ CHANGELOG.md updated with dev23 features
|
2. ✅ Bump version to v0.1.0-dev24
|
||||||
3. ⏭️ Create git tag v0.1.0-dev23
|
3. ⏭️ Plan dev24 UI cleanup and stability fixes
|
||||||
4. ⏭️ Plan dev24 UI cleanup with Jake
|
|
||||||
|
|
||||||
### Potential Dev24 Focus
|
### Potential Dev24 Focus
|
||||||
- Windows dropdown UI parity
|
- Windows dropdown UI parity
|
||||||
|
|
|
||||||
2
main.go
2
main.go
|
|
@ -74,7 +74,7 @@ var (
|
||||||
logsDirOnce sync.Once
|
logsDirOnce sync.Once
|
||||||
logsDirPath string
|
logsDirPath string
|
||||||
feedbackBundler = utils.NewFeedbackBundler()
|
feedbackBundler = utils.NewFeedbackBundler()
|
||||||
appVersion = "v0.1.0-dev23"
|
appVersion = "v0.1.0-dev24"
|
||||||
|
|
||||||
hwAccelProbeOnce sync.Once
|
hwAccelProbeOnce sync.Once
|
||||||
hwAccelSupported atomic.Value // map[string]bool
|
hwAccelSupported atomic.Value // map[string]bool
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user