Releases: toeverything/AFFiNE
Releases · toeverything/AFFiNE
0.20.0-beta.8
v0.20.0-beta.8
0.20.0-canary.15
What's Changed
- refactor(editor): rename presets to integration test by @Saul-Mirone in #10340
- fix(nbstore): adjust doc sync logic by @EYHN in #10342
- fix: ignore unknown charset by @darkskygit in #10346
- refactor: move image proxy middleware and adapter extensions by @Saul-Mirone in #10345
- refactor(core): new workspace selector and create dialog by @CatsJuice in #10323
- fix(core): blocksuite editor runtime configs in correct timing by @pengx17 in #10344
- fix: quota switch by @darkskygit in #10347
- fix(core): settings storage empty styles by @pengx17 in #10313
Full Changelog: v0.20.0-beta.5...v0.20.0-canary.15
0.20.0-canary.14
What's Changed
- style: update ios dark icon by @hwangdev97 in #10312
- refactor(editor): reduce dom query per refresh by @doodlewind in #10319
- fix(editor): data in the database will be completely overwritten in some cases by @zzj3720 in #10318
- fix(core): fix throw if aborted polyfill by @EYHN in #10321
- refactor: move doc-title and ai-chat-block components by @Saul-Mirone in #10316
- refactor(editor): add zoom threshold for dom rendering fallback by @doodlewind in #10322
- refactor: move frame manager and panel to separate packages by @Saul-Mirone in #10324
- fix(core): no pop-ups if user click discard menu item by @akumatus in #10317
- fix(core): remove candidate doc chip suggestions by @akumatus in #10327
- refactor: replace editor container with editor host by @Saul-Mirone in #10328
- refactor: move outline fragment to separate package by @Saul-Mirone in #10331
- fix(server): gen new request id on websocket event request by @fengmk2 in #10330
- fix(nbstore): fix cloud awareness by @EYHN in #10320
- perf(editor): reduce dom ops in viewport update by @doodlewind in #10333
- fix(editor): block selected style in note under edgeless by @fundon in #10326
- fix(core): adjust copy link button styles by @JimmFly in #10337
- fix(server): don't sync blob meta on workspace deleted event by @fengmk2 in #10334
- refactor(editor): move editor components to frontend core by @Saul-Mirone in #10335
- chore(editor): update shadow of ask-ai-panel by @L-Sun in #10336
Full Changelog: v0.20.0-beta.4...v0.20.0-canary.14
0.20.0-beta.7
What's Changed
- fix(editor): adjust the style of the table block by @zzj3720 in #10348
- fix(core): unused blobs query by @pengx17 in #10350
- fix(core): ensure the divider between cloud and local is displayed correctly by @CatsJuice in #10352
- chore(server): ignore erorr when join joint room by @forehalo in #10354
- fix(nbstore): fix doc clock check logic by @EYHN in #10355
Full Changelog: v0.20.0-canary.15...v0.20.0-beta.7
0.20.0-beta.6
What's Changed
- refactor(editor): rename presets to integration test by @Saul-Mirone in #10340
- fix(nbstore): adjust doc sync logic by @EYHN in #10342
- fix: ignore unknown charset by @darkskygit in #10346
- refactor: move image proxy middleware and adapter extensions by @Saul-Mirone in #10345
- refactor(core): new workspace selector and create dialog by @CatsJuice in #10323
- fix(core): blocksuite editor runtime configs in correct timing by @pengx17 in #10344
- fix: quota switch by @darkskygit in #10347
- fix(core): settings storage empty styles by @pengx17 in #10313
Full Changelog: v0.20.0-beta.5...v0.20.0-beta.6
0.20.0-beta.5
What's Changed
- style: update ios dark icon by @hwangdev97 in #10312
- refactor(editor): reduce dom query per refresh by @doodlewind in #10319
- fix(editor): data in the database will be completely overwritten in some cases by @zzj3720 in #10318
- fix(core): fix throw if aborted polyfill by @EYHN in #10321
- refactor: move doc-title and ai-chat-block components by @Saul-Mirone in #10316
- refactor(editor): add zoom threshold for dom rendering fallback by @doodlewind in #10322
- refactor: move frame manager and panel to separate packages by @Saul-Mirone in #10324
- fix(core): no pop-ups if user click discard menu item by @akumatus in #10317
- fix(core): remove candidate doc chip suggestions by @akumatus in #10327
- refactor: replace editor container with editor host by @Saul-Mirone in #10328
- refactor: move outline fragment to separate package by @Saul-Mirone in #10331
- fix(server): gen new request id on websocket event request by @fengmk2 in #10330
- fix(nbstore): fix cloud awareness by @EYHN in #10320
- perf(editor): reduce dom ops in viewport update by @doodlewind in #10333
- fix(editor): block selected style in note under edgeless by @fundon in #10326
- fix(core): adjust copy link button styles by @JimmFly in #10337
- fix(server): don't sync blob meta on workspace deleted event by @fengmk2 in #10334
- refactor(editor): move editor components to frontend core by @Saul-Mirone in #10335
- chore(editor): update shadow of ask-ai-panel by @L-Sun in #10336
Full Changelog: v0.20.0-beta.4...v0.20.0-beta.5
0.20.0-canary.13
What's Changed
- fix(server): raw body limit by @darkskygit in #10254
- fix(editor): paste when select multiple block texts by @donteatfriedrice in #10227
- refactor(editor): optimize store map by @Saul-Mirone in #10246
- refactor: move utils and cleanup test helpers by @Saul-Mirone in #10261
- chore: bump up all non-major dependencies by @renovate in #10132
- fix(editor): ui bugs in linked document embed view by @OlegDev1 in #10105
- fix(core): fix ios blob upload by @EYHN in #10263
- fix(core): center peek doc view circular deps by @pengx17 in #10253
- chore(mobile): adjust setting dialog swipe gesture trigger size by @CatsJuice in #10236
- fix: handle unsupported image upload by @doouding in #10272
- fix: replace all CRLF in email token by @fengmk2 in #10271
- fix(server): wrong queue options for worker executor by @forehalo in #10267
- fix(core): wrong i18n key used by @forehalo in #10275
- feat(core): close popup after oauth login by @EYHN in #10273
- fix(core): unexpectedly jump to price plan when selfhosting by @JimmFly in #10247
- fix(editor): paste surface-ref block to another doc as embed-linked-doc block by @donteatfriedrice in #10274
- chore(editor): allow remote debug in presets dev entry by @doodlewind in #10279
- fix(core): remove crypto randomuuid api by @EYHN in #10268
- fix(core): throttle sync progress update by @EYHN in #10278
- fix(nbstore): fix v1 doc storage timestamp by @EYHN in #10282
- style(core): adjust ai icon color in starter-bar by @CatsJuice in #10280
- fix(nbstore): better diff function for doc update by @EYHN in #10284
- fix(core): incorrect root config identifier by @L-Sun in #10285
- fix(server): doc owner and default role permission by @forehalo in #10281
- fix(editor): embed sync doc theme not reactive by @Flrande in #10283
- feat(core): add tracking events to doc role management by @JimmFly in #10221
- fix(editor): hide edgeless only note in synced doc block by @Saul-Mirone in #10277
- fix(nbstore): close full blob sync for iOS by @EYHN in #10286
- fix(core): incorrect permissions displayed in member management by @JimmFly in #10269
- fix(core): unexpected redirect to expired page after accepting invitation by @JimmFly in #10257
- chore(core): temporarily hide editor starter-bar on mobile by @CatsJuice in #10237
- fix(core): prevent all-docs header from overlapping scrollbar by @CatsJuice in #10270
- fix(editor): log when export blob failed by @donteatfriedrice in #10287
- chore(core): better doc action error message by @forehalo in #10288
- chore: bump theme by @donteatfriedrice in #10290
- chore: remove createEmptyEditor legacy test misc by @Saul-Mirone in #10291
- refactor(editor): allow force refresh in worker renderer by @doodlewind in #10289
- fix(editor): improve table selection in edgeless mode by @zzj3720 in #10293
- fix(nbstore): fix doc clock comparison by @EYHN in #10296
- chore(i18n): sync translations by @github-actions in #10184
- feat(editor): add block creation tracking by @zzj3720 in #10294
- fix(server): convert error type to lower case by @fengmk2 in #10301
- chore(editor): fix imports in legacy tests by @Saul-Mirone in #10300
- perf(editor): avoid recreation of Intl.Segmenter by @doodlewind in #10295
- fix(core): adjust share menu and upgrade-to-team page style by @JimmFly in #10299
- fix(nbstore): check before save empty update by @EYHN in #10304
- fix(server): remove job on complete by @fengmk2 in #10305
- fix(editor): image size and xywh when converting attachment to image by @fundon in #10200
- fix(server): wrong previous subscription check by @forehalo in #10306
- chore(server): disable nightly subscriptions expirasion check by @forehalo in #10298
- chore(server): race condition during fixing doc owner by @forehalo in #10303
- fix(editor): auto focus after add inline latex by @Flrande in #10309
- feat: allow retry with new message by @darkskygit in #10307
- refactor(editor): remove AbstractEditor type and feature flags in test by @Saul-Mirone in #10308
- refactor(server): move bin content parser to doc reader by @fengmk2 in #10302
- chore(editor): update some widget styles by @L-Sun in #10311
- feat(server): client version check by @darkskygit in #9205
Full Changelog: v0.20.0-beta.2...v0.20.0-canary.13
0.20.0-beta.4
What's Changed
- fix(server): raw body limit by @darkskygit in #10254
- fix(editor): paste when select multiple block texts by @donteatfriedrice in #10227
- refactor(editor): optimize store map by @Saul-Mirone in #10246
- refactor: move utils and cleanup test helpers by @Saul-Mirone in #10261
- chore: bump up all non-major dependencies by @renovate in #10132
- fix(editor): ui bugs in linked document embed view by @OlegDev1 in #10105
- fix(core): fix ios blob upload by @EYHN in #10263
- fix(core): center peek doc view circular deps by @pengx17 in #10253
- chore(mobile): adjust setting dialog swipe gesture trigger size by @CatsJuice in #10236
- fix: handle unsupported image upload by @doouding in #10272
- fix: replace all CRLF in email token by @fengmk2 in #10271
- fix(server): wrong queue options for worker executor by @forehalo in #10267
- fix(core): wrong i18n key used by @forehalo in #10275
- feat(core): close popup after oauth login by @EYHN in #10273
- fix(core): unexpectedly jump to price plan when selfhosting by @JimmFly in #10247
- fix(editor): paste surface-ref block to another doc as embed-linked-doc block by @donteatfriedrice in #10274
- chore(editor): allow remote debug in presets dev entry by @doodlewind in #10279
- fix(core): remove crypto randomuuid api by @EYHN in #10268
- fix(core): throttle sync progress update by @EYHN in #10278
- fix(nbstore): fix v1 doc storage timestamp by @EYHN in #10282
- style(core): adjust ai icon color in starter-bar by @CatsJuice in #10280
- fix(nbstore): better diff function for doc update by @EYHN in #10284
- fix(core): incorrect root config identifier by @L-Sun in #10285
- fix(server): doc owner and default role permission by @forehalo in #10281
- fix(editor): embed sync doc theme not reactive by @Flrande in #10283
- feat(core): add tracking events to doc role management by @JimmFly in #10221
- fix(editor): hide edgeless only note in synced doc block by @Saul-Mirone in #10277
- fix(nbstore): close full blob sync for iOS by @EYHN in #10286
- fix(core): incorrect permissions displayed in member management by @JimmFly in #10269
- fix(core): unexpected redirect to expired page after accepting invitation by @JimmFly in #10257
- chore(core): temporarily hide editor starter-bar on mobile by @CatsJuice in #10237
- fix(core): prevent all-docs header from overlapping scrollbar by @CatsJuice in #10270
- fix(editor): log when export blob failed by @donteatfriedrice in #10287
- chore(core): better doc action error message by @forehalo in #10288
- chore: bump theme by @donteatfriedrice in #10290
- chore: remove createEmptyEditor legacy test misc by @Saul-Mirone in #10291
- refactor(editor): allow force refresh in worker renderer by @doodlewind in #10289
- fix(editor): improve table selection in edgeless mode by @zzj3720 in #10293
- fix(nbstore): fix doc clock comparison by @EYHN in #10296
- chore(i18n): sync translations by @github-actions in #10184
- feat(editor): add block creation tracking by @zzj3720 in #10294
- fix(server): convert error type to lower case by @fengmk2 in #10301
- chore(editor): fix imports in legacy tests by @Saul-Mirone in #10300
- perf(editor): avoid recreation of Intl.Segmenter by @doodlewind in #10295
- fix(core): adjust share menu and upgrade-to-team page style by @JimmFly in #10299
- fix(nbstore): check before save empty update by @EYHN in #10304
- fix(server): remove job on complete by @fengmk2 in #10305
- fix(editor): image size and xywh when converting attachment to image by @fundon in #10200
- fix(server): wrong previous subscription check by @forehalo in #10306
- chore(server): disable nightly subscriptions expirasion check by @forehalo in #10298
- chore(server): race condition during fixing doc owner by @forehalo in #10303
- fix(editor): auto focus after add inline latex by @Flrande in #10309
- feat: allow retry with new message by @darkskygit in #10307
- refactor(editor): remove AbstractEditor type and feature flags in test by @Saul-Mirone in #10308
- refactor(server): move bin content parser to doc reader by @fengmk2 in #10302
- chore(editor): update some widget styles by @L-Sun in #10311
- feat(server): client version check by @darkskygit in #9205
Full Changelog: v0.20.0-beta.2...v0.20.0-beta.4
0.20.0-canary.11
What's Changed
- fix: edgeless drag handle position by @doouding in #10241
- fix: drag paragraph block from note to edgeless by @doouding in #10242
- fix(core): fix ios cloud sync by @EYHN in #10243
- feat(android): integrate web api & native AI chat button by @aki-chang-dev in #10239
- fix: create linked-doc block when content can't be drop as gfx block by @doouding in #10250
- fix(core): center peek button bg color by @pengx17 in #10225
- fix(editor): split at the start of list with children by @Flrande in #10244
- chore(editor): remove page block feature flag by @L-Sun in #10251
- chore(core): remove template doc feature flag by @L-Sun in #10252
- fix(editor): display heading icon all time by @Flrande in #10256
- fix(electron): update settings styles by @pengx17 in #10193
- chore(core): more setting telemetry events by @pengx17 in #10194
- chore(core): track otp usage by @forehalo in #10248
- fix: allow to drop inside the note block in edgeless mode by @doouding in #10255
- feat: add dnd database preview block by @doouding in #10258
- fix(server): body parser limit by @forehalo in #10260
Full Changelog: v0.20.0-beta.1...v0.20.0-canary.11
0.20.0-canary.10
What's Changed
- feat(core): auto collapse ai chips by @akumatus in #10209
- fix(core): fix the permission check in peek view by @EYHN in #10213
- feat(editor): support to copy in preview root block by @donteatfriedrice in #10214
- chore(editor): no need to cache attachment embed config map by @fundon in #10197
- fix(android): edge to edge compatibility for capacitor7 by @aki-chang-dev in #10191
- fix(editor): make std stable in affine-link and affine-reference by @fundon in #10207
- refactor(server): dont convert graphql bad request into internal server error by @fengmk2 in #10203
- feat(core): add link to template tutorial by @CatsJuice in #10189
- fix(editor): video style in edgeless by @fundon in #10198
- fix(core): handle unexpected hits to paywalls by @JimmFly in #10215
- fix(editor): table block readonly support by @zzj3720 in #10224
- fix(editor): width and height of embed block by @Flrande in #10223
- fix: mindmap ai preview by @doouding in #10222
- fix(core): unable to explain image when network search is active by @akumatus in #10228
- feat(core): add 100k tokens limit for the docs context by @akumatus in #10211
- fix(server): log error on gcloud by @fengmk2 in #10235
- chore(core): adjust selfhost sign in ui by @forehalo in #10226
- fix(server): default workspace avatar size by @forehalo in #10229
- fix(core): copy more button group style by @donteatfriedrice in #10240
- test(server): fix flaky cache tests by @forehalo in #10238
- refactor(editor): move export manager to surface block extensions by @Saul-Mirone in #10231
- fix(editor): edgeless toolbar basket not visible in firefox by @CatsJuice in #10232
- feat(server): job system by @forehalo in #10134
- feat(server): use job system by @forehalo in #10218
- fix(server): pagination input parser by @forehalo in #10245
Full Changelog: v0.20.0-canary.9...v0.20.0-canary.10