QCefView-v1.2.0
What's Changed
🎉 New Features
- Refactor OSR rendering: modularized logic, added abstraction, and implemented DirectX 11 backend for Windows by @tishion in #469
- feat: add metal renderer for macOS by @tishion in #471
- feat: workaround to resolve the silent focus release issue by @tishion in #480
🌈 Bug Fix
Other Changes
- add linux onfiledialog event by @AIR-HH in #332
- Update to C++17 by @tishion in #347
- fix: white screen and flicker by @L-Super in #356
- fix: eliminate flicker by @L-Super in #357
- Update main.cpp by @jackjackphp in #385
- feat(build): use cmake FetchContent to consume CefViewCore project by @tishion in #386
- Fix bug: When saving a file in Linux, the file name extension is not … by @mogoweb in #402
- ci: fix errors during qt installation on macOS by @tishion in #404
- Revert "Fix bug: When saving a file in Linux, the file name extension is not …" by @tishion in #405
- feat: add option USE_QT_EVENT_LOOP to support external message pump by @tishion in #398
- Feature/update by @tishion in #416
- Fix: Mouse focus when cursor leaves window by @EdnY1 in #423
- Feature/sheen/adpat cef 120 by @tishion in #432
- fix: build failed on macOS by @L-Super in #433
- Fix horizontal scroll using trackpad gesture by @EdnY1 in #435
- fix: can not display in platform linux by @xing9634 in #447
- chore: fix incorrect words in CMakeLists.txt by @L-Super in #475
- fix: macro redefinition by @L-Super in #477
- feat: add ignore folder of ide by @L-Super in #478
- fix: the scrolling speed is too slow by @L-Super in #481
- fix: the closing braces is corrupt under version 125 by @fnMrRice in #486
New Contributors
- @jackjackphp made their first contribution in #385
- @mogoweb made their first contribution in #402
- @EdnY1 made their first contribution in #423
- @xing9634 made their first contribution in #447
- @fnMrRice made their first contribution in #486
Full Changelog: v1.1.0...v1.2.0