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
8.9 KiB
8.9 KiB
Changelog
v1.1.0 (2020-11-18)
Merged pull requests:
- Add submenu support for Linux #183 (fbrinker)
- Add checkbox support for Linux #181 (fbrinker)
- fix SetTitle documentation #179 (delthas)
v1.0.5 (2020-10-19)
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)
Merged pull requests:
1.0.3 (2020-06-11)
v1.0.3 (2020-06-11)
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)
Merged pull requests:
v1.0.1 (2020-05-18)
1.0.1 (2020-05-18)
Merged pull requests:
1.0.0 (2020-05-18)
v1.0.0 (2020-05-18)
Merged pull requests:
- Check if the menu item is nil #137 (myleshorton)
0.9.0 (2020-03-24)
v0.9.0 (2020-03-24)
Merged pull requests:
- Backport all features and fixes from master #140 (joesis)
- Nested menu windows #132 (joesis)
- Support for nested sub-menus on OS X #131 (oxtoacart)
- Use temp directory for walk resource manager #129 (max-b)
- Added support for template icons on macOS #119 (oxtoacart)
- When launching app window on macOS, make application a foreground app… #118 (oxtoacart)
- Include stdlib.h in systray_browser_linux to explicitly declare funct… #114 (oxtoacart)
- Fix panic when resources root path is not the working directory #112 (ksubileau)
- Don't print close reason to console #111 (ksubileau)
- Systray icon could not be changed dynamically #110 (ksubileau)
- Preventing deadlock on menu item ClickeCh when no one is listening, c… #105 (oxtoacart)
- Reverted deadlock fix
Affected other receivers#104 (ldstein) - Fix Deadlock and item ordering in Windows #103 (ldstein)
- Minor README improvements
go modules, example app, screenshot#98 (tstromberg) - Add support for app window #97 (oxtoacart)
- systray_darwin.m: Compare Mac OS min version with value instead of macro #94 (teddywing)
- Attempt to fix https://github.com/getlantern/systray/issues/75 #92 (mikeschinkel)
- Fix application path for MacOS in README #91 (zereraz)
- Document cross-platform console window details #81 (michaelsanford)
- Fix bad-looking system tray icon in Windows #78 (juja256)
- Add the separator to the visible items #76 (meskio)
- keep track of hidden items #74 (kalikaneko)
- Support macOS older than 10.13 #73 (swznd)
- define ERROR_SUCCESS as syscall.Errno #69 (joesis)
- Bug/fix broken menuitem show #68 (kalikaneko)
- Fix mac deprecations #66 (jefvel)
- Made it possible to add icons to menu items on Mac #65 (jefvel)
- linux: delete temp files as soon as they are not needed #63 (meskio)
- Merge changes from amkulikov to remove DLL for windows #56 (oxtoacart)
- Revert "Use templated icons for the menu bar in macOS" #51 (stoggi)
- Use templated icons for the menu bar in macOS #46 (stoggi)
- Syscalls instead of custom DLLs #44 (amkulikov)
- On quit exit main loop on linux #41 (meskio)
- Fixed hide show in linux
\#37#39 (meskio) - fix: linux compilation warning #36 (novln)
- Added separator functionality #32 (oxtoacart)
* This Changelog was automatically generated by github_changelog_generator