Skip to content

Commit

Permalink
[Bot] Update files - affine-client
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 12, 2024
1 parent 60bc574 commit a1eaa0a
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 14 deletions.
127 changes: 115 additions & 12 deletions affine-client/affine-client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>affine-client</id>
<version>0.14.6</version>
<version>0.14.9</version>
<title>AFFiNE Client</title>
<authors>Toeverything and AFFiNE contributors</authors>
<owners>Adri</owners>
Expand All @@ -18,19 +18,122 @@ Affine is the next-generation collaborative knowledge base for professionals. Th
**Please Note**: This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
</description>
<summary>Client fort Affine : the next-gen knowledge base to replace Notion and Miro. </summary>
<releaseNotes>## Highlight
<releaseNotes>## What's Changed
* feat: add retry support for copilot by @darkskygit in https://github.com/toeverything/AFFiNE/pull/6947
* fix: migrate typo by @darkskygit in https://github.com/toeverything/AFFiNE/pull/6948
* perf(electron): add index for updates by @pengx17 in https://github.com/toeverything/AFFiNE/pull/6951
* refactor(electron): use sqlite to store server clock &amp; sync meta by @pengx17 in https://github.com/toeverything/AFFiNE/pull/6957
* fix(component): avoid close button of the notification being invisible in dark mode and bright bg by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/6946
* chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/6955
* chore: bump up oxlint version to v0.3.5 by @renovate in https://github.com/toeverything/AFFiNE/pull/6908
* chore: bump up sinon version to v18 by @renovate in https://github.com/toeverything/AFFiNE/pull/6950
* fix(core): adjust ai onboarding trigger logic, launch by auth status by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/6941
* fix(core): local onboarding should dismiss after clicking learn more by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/6942
* feat(server): use native tokenizer impl by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/6960
* refactor(core): replace the loading state written in useState with useDebouncedValue by @JimmFly in https://github.com/toeverything/AFFiNE/pull/6925
* chore: simplify renovate config and upgrade msw by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/6961
* chore: Lock file maintenance by @renovate in https://github.com/toeverything/AFFiNE/pull/6647
* chore: use workspace dependencies by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/6964
* chore: bump up @sentry/react version to v8 by @renovate in https://github.com/toeverything/AFFiNE/pull/6919
* feat: add upscaler &amp; bg remover by @darkskygit in https://github.com/toeverything/AFFiNE/pull/6967
* chore: bump up @sentry/integrations version to v7.114.0 by @renovate in https://github.com/toeverything/AFFiNE/pull/6963
* feat(core): add private anchor link for sharing by @JimmFly in https://github.com/toeverything/AFFiNE/pull/6966
* fix(electron): remove all migration code in electron by @pengx17 in https://github.com/toeverything/AFFiNE/pull/6969
* feat(core): bump blocksuite by @Flrande in https://github.com/toeverything/AFFiNE/pull/6965
* fix: download selfhost fonts script by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/6970
* chore: bump up blocksuite-canary to v0.15.0-canary-202405161332-f0fb4ad by @renovate in https://github.com/toeverything/AFFiNE/pull/6932
* docs: update README.md by @eltociear in https://github.com/toeverything/AFFiNE/pull/6855
* fix(component): ui storybook's doc page can not scroll by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/6909
* chore: bump blocksuite by @regischen in https://github.com/toeverything/AFFiNE/pull/6975
* chore: bump up @blocksuite/icons version to v2.1.51 by @renovate in https://github.com/toeverything/AFFiNE/pull/6973
* feat: add lora support by @darkskygit in https://github.com/toeverything/AFFiNE/pull/6977
* ci: setup version before build graphql Docker image by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/6992
* feat: revoke token after sensitive operations by @darkskygit in https://github.com/toeverything/AFFiNE/pull/6993
* fix(core): fix active view with mouse by @EYHN in https://github.com/toeverything/AFFiNE/pull/6994
* fix(core): cant leave workspace by @EYHN in https://github.com/toeverything/AFFiNE/pull/6999
* chore: bump up fake-indexeddb version to v6 by @renovate in https://github.com/toeverything/AFFiNE/pull/6998
* chore(electron): temporary remove @sentry/electron due to version mismatch by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/7001
* chore: Lock file maintenance by @renovate in https://github.com/toeverything/AFFiNE/pull/6987
* fix(electron): incorrect db rows docId when doing trim by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7008
* fix(web): add Promise.withResolvers polyfill by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/7003
* chore(server): cleanup expired sessions by @forehalo in https://github.com/toeverything/AFFiNE/pull/7018
* chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/6968
* refactor(core): replace history to ViewService.history by @JimmFly in https://github.com/toeverything/AFFiNE/pull/6972
* chore: bump up @nx/vite version to v19.0.5 by @renovate in https://github.com/toeverything/AFFiNE/pull/7020
* refactor(electron): always save one update to electron by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7009
* feat(core): bump blocksuite by @Flrande in https://github.com/toeverything/AFFiNE/pull/7019
* feat(core): update blocksuite feature flag by @zzj3720 in https://github.com/toeverything/AFFiNE/pull/7025
* feat(core): bump blocksuite to 0.15.0-canary-202405220826-46746e0 by @Flrande in https://github.com/toeverything/AFFiNE/pull/7026
* fix(core): right sidebar's content is not centered when clientBorder enabled by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7034
* chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/7036
* chore: bump up blocksuite-canary to v0.15.0-canary-202405221444-2192806 by @renovate in https://github.com/toeverything/AFFiNE/pull/7028
* chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/7037
* fix: combine message correctly by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7038
* fix: use flexible year number in mail template by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7033
* feat: adapt new fal response by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7042
* feat: update i2i model by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7041
* feat(server): add OIDC for AFFiNE by @IamTaoChen in https://github.com/toeverything/AFFiNE/pull/6991
* fix: export then add test case by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7024
* chore: bump up blocksuite-canary to v0.15.0-canary-202405231409-6934e1f by @renovate in https://github.com/toeverything/AFFiNE/pull/7047
* chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/7043
* feat: history cleanup by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7007
* feat: add customer event by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7029
* feat(core): bump blocksuite by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7055
* feat: support more ai image actions by @donteatfriedrice in https://github.com/toeverything/AFFiNE/pull/7027
* feat: provide notification to bs by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7002
* chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/7050
* chore: bump blocksuite by @EYHN in https://github.com/toeverything/AFFiNE/pull/7075
* build: enable new decorator for swc by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7070
* chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/7059
* fix: reset doc mode correctly by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7071
* fix(core): unable to create blank lines correctly by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7032
* fix(core): unexpected re-render in edgeless by @EYHN in https://github.com/toeverything/AFFiNE/pull/7077
* fix(core): fix ui flashing by @EYHN in https://github.com/toeverything/AFFiNE/pull/7056
* fix: helm config typo by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7078
* fix(core): clear input value after selecting a tag in page info by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7076
* fix: choose provider correctly by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7081
* feat(server): add administrator feature by @forehalo in https://github.com/toeverything/AFFiNE/pull/6995
* fix(server): update mind map prompt by @doouding in https://github.com/toeverything/AFFiNE/pull/7079
* chore: bump up all non-major dependencies by @renovate in https://github.com/toeverything/AFFiNE/pull/7084
* chore: bump up blocksuite-canary to v0.15.0-canary-202405271425-84b069d by @renovate in https://github.com/toeverything/AFFiNE/pull/7053
* feat(core): expose toggle ai onboarding apis by @CatsJuice in https://github.com/toeverything/AFFiNE/pull/7039
* chore: Lock file maintenance by @renovate in https://github.com/toeverything/AFFiNE/pull/7074
* fix: add DEPLOYMENT_TYPE env to migration job by @Brooooooklyn in https://github.com/toeverything/AFFiNE/pull/7089
* chore: bump up @blocksuite/icons version to v2.1.52 by @renovate in https://github.com/toeverything/AFFiNE/pull/7046
* feat(core): cmd+f search in doc function by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7040
* refactor: find in page by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7086
* chore: adjust find in page modal style by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7087
* feat(server): runtime setting support by @forehalo in https://github.com/toeverything/AFFiNE/pull/5602
* chore: update prompts by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7091
* fix(server): OIDC bug by @IamTaoChen in https://github.com/toeverything/AFFiNE/pull/7061
* fix: missing quota resolver by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7094
* feat(server): add copilot prompts management api by @forehalo in https://github.com/toeverything/AFFiNE/pull/7082
* chore: update cleanup history gql by @darkskygit in https://github.com/toeverything/AFFiNE/pull/7103
* feat(server): add users management api by @forehalo in https://github.com/toeverything/AFFiNE/pull/7092
* fix(server): deal with nested optional modules by @forehalo in https://github.com/toeverything/AFFiNE/pull/7101
* chore: bump blocksuite by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7107
* fix(server): runtime config overrides won't affect static startup by @forehalo in https://github.com/toeverything/AFFiNE/pull/7110
* fix: patch service syntax by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7080
* chore: bump blocksuite by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7113
* feat: add chat onboarding entry by @regischen in https://github.com/toeverything/AFFiNE/pull/7109
* feat(core): add admin panel page by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7115
* chore: update prompt by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7117
* fix(core): listFloatingToolbar does not appear as expected by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7124
* feat: center peek view by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7073
* feat: e2e tests for peek view by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7112
* feat(core): adjust admin panel style by @forehalo in https://github.com/toeverything/AFFiNE/pull/7116
* feat: add feature flag for peek view by @pengx17 in https://github.com/toeverything/AFFiNE/pull/7122
* fix(component): banner should not affect the editor layout by @fundon in https://github.com/toeverything/AFFiNE/pull/7128
* chore(core): password input should be focused by @fundon in https://github.com/toeverything/AFFiNE/pull/7125
* chore: bump blocksuite by @regischen in https://github.com/toeverything/AFFiNE/pull/7120
* chore(server): register user management resolver by @forehalo in https://github.com/toeverything/AFFiNE/pull/7118
* fix(core): unexpected autofill style in dark mode by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7130
* fix(core): block sharing link cannot be created when selecting inline by @JimmFly in https://github.com/toeverything/AFFiNE/pull/7090

This release brings [`gpt4-o`](https://openai.com/index/hello-gpt-4o/) for AFFiNE AI
## New Contributors
* @IamTaoChen made their first contribution in https://github.com/toeverything/AFFiNE/pull/6991

## What's Changed
* chore: bump up nx-cloud version to v19 by @renovate in https://github.com/toeverything/AFFiNE/pull/6937
* chore: bump up @aws-sdk/client-s3 version to v3.576.0 by @renovate in https://github.com/toeverything/AFFiNE/pull/6936
* fix(core): unexpected history preview style by @JimmFly in https://github.com/toeverything/AFFiNE/pull/6944
* fix(core): add affine.pro to trustedDomain by @JimmFly in https://github.com/toeverything/AFFiNE/pull/6943
* feat: renew models by @darkskygit in https://github.com/toeverything/AFFiNE/pull/6934


**Full Changelog**: https://github.com/toeverything/AFFiNE/compare/v0.14.5...v0.14.6</releaseNotes>
**Full Changelog**: https://github.com/toeverything/AFFiNE/compare/v0.14.6...v0.14.9</releaseNotes>
<tags>editor rust semantic affine collaborative knowledge-base notion miro</tags>
<projectSourceUrl>https://github.com/toeverything/AFFiNE</projectSourceUrl>
<packageSourceUrl>https://github.com/A-d-r-i/update_choco_packages/tree/main/affine-client</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions affine-client/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ The installer have been downloaded from their official github repository listed
and can be verified like this:

1. Download the following installer:
Version 0.12.3 : <https://github.com/toeverything/AFFiNE/releases/download/v0.12.3/affine-stable-windows-x64.exe>
Version 0.14.9 : <https://github.com/toeverything/AFFiNE/releases/download/v0.14.9/affine-0.14.9-stable-windows-x64.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: SHA256
checksum: 600542FF9D5BCBE2717287683A250EF33921C6F9FA5C29A92B19EA0BB6FB7343
checksum: 5BCFABBDBB1E0CF1F5B8DF8D258C6D01A5A647EF93F285322262F0CFB3D1DF0E

File 'LICENSE.txt' is obtained from <https://raw.githubusercontent.com/toeverything/AFFiNE/master/LICENSE>

0 comments on commit a1eaa0a

Please sign in to comment.