VideoTools/vendor/fyne.io/systray/CHANGELOG.md
Stu Leak 68df790d27 Fix player frame generation and video playback
Major improvements to UnifiedPlayer:

1. GetFrameImage() now works when paused for responsive UI updates
2. Play() method properly starts FFmpeg process
3. Frame display loop runs continuously for smooth video display
4. Disabled audio temporarily to fix video playback fundamentals
5. Simplified FFmpeg command to focus on video stream only

Player now:
- Generates video frames correctly
- Shows video when paused
- Has responsive progress tracking
- Starts playback properly

Next steps: Re-enable audio playback once video is stable
2026-01-07 22:20:00 -05:00

8.9 KiB

Changelog

v1.1.0 (2020-11-18)

Full Changelog

Merged pull requests:

v1.0.5 (2020-10-19)

Full Changelog

Merged pull requests:

  • start menu ID with positive, and change the type to uint32 #173 (joesis)
  • Allows disabling items in submenu on macOS #172 (joesis)
  • Does not use the template icon for regular icons #171 (sithembiso)

v1.0.4 (2020-07-21)

Full Changelog

Merged pull requests:

  • protect shared data structures with proper mutexes #162 (joesis)

1.0.3 (2020-06-11)

Full Changelog

v1.0.3 (2020-06-11)

Full Changelog

Merged pull requests:

  • have a workaround to avoid crash on old macOS versions #153 (joesis)
  • Fix bug on darwin of setting icon for menu #147 (mangalaman93)

v1.0.2 (2020-05-19)

Full Changelog

Merged pull requests:

v1.0.1 (2020-05-18)

Full Changelog

1.0.1 (2020-05-18)

Full Changelog

Merged pull requests:

  • Unlock menuItemsLock before changing UI #144 (joesis)

1.0.0 (2020-05-18)

Full Changelog

v1.0.0 (2020-05-18)

Full Changelog

Merged pull requests:

0.9.0 (2020-03-24)

Full Changelog

v0.9.0 (2020-03-24)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator