Skip to content
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

Merged
merged 10 commits into from
Feb 12, 2025
Merged

release: version 0.0.5 #91

merged 10 commits into from
Feb 12, 2025

Conversation

ycjcl868
Copy link
Collaborator

@ycjcl868 ycjcl868 commented Feb 10, 2025

[RFC] Planning about v0.0.5: #89

@ycjcl868 ycjcl868 changed the title chore: version 0.0.5 [WIP] release: version 0.0.5 Feb 10, 2025
Copy link

codecov bot commented Feb 10, 2025

Codecov Report

Attention: Patch coverage is 7.77778% with 249 lines in your changes missing coverage. Please review.

Project coverage is 17.99%. Comparing base (22303b0) to head (59a7ec7).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/main/store/setting.ts 0.00% 45 Missing ⚠️
src/main/main.ts 0.00% 43 Missing ⚠️
src/main/services/settings.ts 0.00% 26 Missing ⚠️
src/main/window/index.ts 0.00% 21 Missing ⚠️
src/main/ipcRoutes/agent.ts 0.00% 16 Missing ⚠️
src/preload/index.ts 0.00% 14 Missing ⚠️
src/renderer/src/hooks/useStore.ts 0.00% 14 Missing ⚠️
src/renderer/src/hooks/useSetting.ts 0.00% 11 Missing ⚠️
src/renderer/src/hooks/useRunAgent.ts 0.00% 9 Missing ⚠️
src/main/ipcRoutes/permission.ts 0.00% 8 Missing ⚠️
... and 15 more
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.
📢 Have feedback on the report? Share it here.

* 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
ycjcl868 and others added 5 commits February 12, 2025 12:34
* 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]>
@ycjcl868 ycjcl868 changed the title [WIP] release: version 0.0.5 release: version 0.0.5 Feb 12, 2025
@ycjcl868 ycjcl868 merged commit dbd09de into main Feb 12, 2025
7 checks passed
@ycjcl868 ycjcl868 deleted the release/0.0.5 branch February 12, 2025 09:10
@@ -99,7 +99,7 @@ export const useScreenRecord = (
canvas.width = screenWidth;
canvas.height = screenHeight;

const canvasStream = canvas.captureStream(30);
const canvasStream = canvas.captureStream(60);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Close #97

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants