-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: version 0.0.5 #91
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #91 +/- ##
==========================================
- Coverage 18.70% 17.99% -0.71%
==========================================
Files 48 61 +13
Lines 1219 1378 +159
Branches 198 210 +12
==========================================
+ Hits 228 248 +20
- Misses 964 1103 +139
Partials 27 27 ☔ View full report in Codecov by Sentry. |
658495f
to
83e2fe2
Compare
* feat: implement preset setting (close: #57) * fix(renderer): setting page cannot scroll * refactor(renderer): setting layout and scroll behavior * refactor(renderer): remote preset management ui * refactor(renderer): setting input should be disabled when remote preset management take effect * fix(renderer): reset to manual does not work * chore(renderer): dispatch get setting after import preset * feat(renderer): clear setting * refactor(renderer): naming * chore: tweaks * chore: add setting store change log * refactor: enhance impl of `setting:resetPreset` * refactor: enhance impl of `setting:clear` * chore: tweaks * refactor: using self-implemented setting state management * chore: tweaks
* refactor(ipc-bridge): replace zutron to trpc-like ipc bridge * chore: replace window * chore: ipc get permissions * refactor: remove all dispatch
* docs: init setting docs * Update docs/setting.md Co-authored-by: Charles <[email protected]> --------- Co-authored-by: Charles <[email protected]>
…ned after being closed (#100)
@@ -99,7 +99,7 @@ export const useScreenRecord = ( | |||
canvas.width = screenWidth; | |||
canvas.height = screenHeight; | |||
|
|||
const canvasStream = canvas.captureStream(30); | |||
const canvasStream = canvas.captureStream(60); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Close #97
[RFC] Planning about v0.0.5: #89