What's Changed
- chore: remove unused component imports and styles from text-renderer by @donteatfriedrice in #10478
- feat(editor): type safe draft model and transformer by @Saul-Mirone in #10486
- fix: add missing annotation to apps serviceAccount by @Brooooooklyn in #10484
- fix(core): always update session prompt before chat by @akumatus in #10483
- chore(editor): update page block telemetry by @L-Sun in #10487
- fix(server): use updowncounter by default by @forehalo in #10482
- feat(server): copilot session prompt query by @darkskygit in #10479
- fix: table collab by @Saul-Mirone in #10489
- feat(native): decode audio and mp3 encoder by @Brooooooklyn in #10490
- chore(server-native): cleanup unused test by @Brooooooklyn in #10493
- fix(native): split application & tappable application by @pengx17 in #10491
- fix(electron): hide tray for now by @pengx17 in #10498
- fix(core): at menu ux by @pengx17 in #10485
- test(editor): collab table test by @Saul-Mirone in #10506
- refactor(editor): perf optimization of flat data by @Saul-Mirone in #10494
- chore(core): remove capacitor from frontend/core by @L-Sun in #10500
- fix(core): editor blur unexpectedly when clicking blank area by @L-Sun in #10501
- fix(editor): invalidate turbo renderer on selection update by @doodlewind in #10499
- fix(editor): android keyboard can not be opened by @L-Sun in #10502
- chore: bump up all non-major dependencies by @renovate in #10363
- chore: Lock file maintenance by @renovate in #10041
- fix(editor): safari compat for lit host by @doodlewind in #10514
- chore: bump up oxlint version to v0.15.12 by @renovate in #10206
- fix(server): better copilot error handle by @darkskygit in #10509
- chore: bump up @googleapis/androidpublisher version to v24 by @renovate in #10518
- chore: bump up @blocksuite/icons version to v2.2.4 by @renovate in #10517
- fix(editor): range IndexSizeError on firefox by @doodlewind in #10519
- fix(editor): insertion position of new rows and columns is incorrect in table block by @zzj3720 in #10516
- feat(core): disable ai if value of sever copilot config is false by @akumatus in #10520
- feat(server): add workspace avatar support in doc reader by @fengmk2 in #10390
- fix(editor): patch android backspace key binding with beforeInput by @L-Sun in #10523
- fix(native): expose tapped audio stats by @pengx17 in #10524
- chore: bump up rustc version to v1.85.0 by @renovate in #10515
- chore: bump up @sentry/react version to v9 by @renovate in #10064
- chore: bump up Rust crate criterion2 to v3 by @renovate in #10527
- chore: bump up copy-webpack-plugin version to v13 by @renovate in #10530
- chore: bump up Rust crate thiserror to v2 by @renovate in #10529
- chore: bump up nestjs by @renovate in #10212
- chore: bump up react-markdown version to v10 by @renovate in #10532
- chore: bump up fast-xml-parser version to v5 by @renovate in #10531
- chore: bump up shiki version to v3 by @renovate in #10534
- chore: bump up sonner version to v2 by @renovate in #10535
- feat: prevent cycle emit in slot by @Saul-Mirone in #10539
- feat(editor): add embed option config extension by @Saul-Mirone in #10540
- refactor(editor): remove stable feature flags by @Saul-Mirone in #10547
- feat(editor): add block meta feature flag by @Saul-Mirone in #10548
- feat(editor): support zooming placeholder in turbo renderer by @doodlewind in #10504
- fix(electron): app menu about action by @pengx17 in #10445
- feat(editor): add user list services by @Saul-Mirone in #10555
- chore: unify Cargo deps versions by @Brooooooklyn in #10553
- ci: fix native server build by @Brooooooklyn in #10554
- fix(editor): database block create new row when group by rich-text by @zzj3720 in #10564
- feat(editor): add block meta service by @Saul-Mirone in #10561
- refactor(server): reduce server resource requests by @fengmk2 in #10568
- fix(server): throw s3 store error directly by @fengmk2 in #10572
- chore(editor): remove redundant fields in viewport by @doodlewind in #10569
- fix(editor): format text in code block by @Flrande in #10575
- fix(server): limit max batch pulled doc updates by @forehalo in #10578
- feat(core): support latex in ai text renderer by @donteatfriedrice in #10576
- fix(editor): code block toolbar float offset by @L-Sun in #10579
- fix(native): do not crash on bootstrap if API is not available by @Brooooooklyn in #10582
- chore(editor): merge clamp functions by @Saul-Mirone in #10577
- fix(server): reschedule busy doc merging by @forehalo in #10583
- fix(editor): zindex of frame child not updated by @L-Sun in #10580
- fix(core): only enable attachment preview for pdf by @pengx17 in #10584
- fix(core): add ai 7 day trial hint by @akumatus in #10587
- feat: optimize edgeless alignment by @doouding in #10435
- chore(editor): add feature flag entry for testing turbo renderer by @doodlewind in #10581
- fix(editor): onChange notification for flat model by @Saul-Mirone in #10589
- build: add link args to prevent dso unloading error on GNU targets by @Brooooooklyn in #10602
- fix(core): add ai math syntax in prompt by @akumatus in #10595
- fix(editor): should not select or open latex editor when readonly by @donteatfriedrice in #10601
- fix(core): positioning error in fixed floating submenu by @yoyoyohamapi in #10606
- refactor(editor): cleanup list icons by @Saul-Mirone in #10608
- refactor(editor): move figma squircle to shared by @Saul-Mirone in #10610
- refactor(editor): add gfx entry in bs global package by @Saul-Mirone in #10612
- fix(core): text style is not centered when chat-panel is wide by @akumatus in #10607
- refactor(editor): remove assertExists by @Saul-Mirone in #10615
- feat(server): add user existence check and optimize permission queries by @fengmk2 in #10402
- fix(web): add Array#toSpliced and Array#toReversed polyfill by @Brooooooklyn in #10614
- fix(core): fix table text content search by @EYHN in #10488
- feat(core): add clipper import interface by @EYHN in #10619
- fix(core): fix sign in background arts block user interaction by @EYHN in #10621
- fix: adapt new abort behavior by @darkskygit in #10622
- feat(server): add invalid oauth callback code error handling by @fengmk2 in #10603
- fix: snap line offset & check alignment candidates in real time by @doouding in #10605
- fix(web): add Array#toReversed polyfill by @Brooooooklyn in #10623
- refactor(server): permission by @forehalo in #10449
- feat: responsive chat-panel padding and request by @akumatus in #10620
- feat(editor): add callout block by @Flrande in #10563
- fix(core): db backlink infinite query issue by @pengx17 in #10628
- feat(core): add user list service for blocksuite by @EYHN in #10627
- refactor(editor): remove assert functions by @Saul-Mirone in #10629
- chore: adjust share menu styles by @JimmFly in #10630
- fix(core): add missing control of modifyDocDefaultRole track event by @JimmFly in #10625
- refactor(core): adjust sentry config by @EYHN in #10631
- refactor(server): merge PageModel into DocModel by @fengmk2 in #10592
- fix: prevent sentry from loading when telemetry is disabled by @hackeresq in #10543
- refactor(server): split HistoryModel from DocModel by @fengmk2 in #10604
- refactor(server): use DocModel to access doc meta by @fengmk2 in #10593
- feat(server): add blocked state to workspace docs by @fengmk2 in #10585
- chore(server): return parent id of sessions by @darkskygit in #10638
- feat(core): support create new template in starter-bar by @CatsJuice in #10570
- fix(core): can not clear chat-panel history by @akumatus in #10634
- fix(core): fix awareness send message repeatedly by @EYHN in #10643
- refactor(graphql): codegen by @forehalo in #10626
- chore: adjust discord link by @JimmFly in #10645
- refactor(core): replace ai icons by @yoyoyohamapi in #10637
- refactor(editor): replace debounce and throttle with lodash by @Saul-Mirone in #10639
- feat(core): doc level awareness by @EYHN in #10646
- chore(editor): remove log by @Flrande in #10650
- feat(editor): add toolbar registry extension by @fundon in #9572
- fix(core): missing clean up subscription by @akumatus in #10636
- fix(server): reuse params in retry by @darkskygit in #10653
- fix(editor): should shift toolbar to keep in view when selected area exceeds view by @fundon in #10642
- feat(core): awareness change event instead of update event by @EYHN in #10649
- test(web): rename e2e test name by @darkskygit in #10654
- refactor(editor): use lodash by @Saul-Mirone in #10657
- chore(editor): remove unexpected bottom padding of code block by @L-Sun in #10660
- fix(editor): circular dependencies by @fundon in #10661
- fix(core): runtime control of telemetry by @forehalo in #10663
- refactor(editor): separate lit and slot in global by @Saul-Mirone in #10666
- feat(server): use zod parse to impl input validation by @fengmk2 in #10566
- fix(editor): disable slash menu in callout by @Flrande in #10656
- feat(editor): life cycle ext by @Saul-Mirone in #10668
- refactor(core): standardize frontend error handling by @forehalo in #10667
- feat(editor): add loaded and disposed hook for store extension by @Saul-Mirone in #10669
- feat(server): add doc title and summary to database by @fengmk2 in #10505
- feat(server): add workspace name and avatarKey to database by @fengmk2 in #10513
- feat(server): notification system by @fengmk2 in #10053
- feat(server): get public user by id by @fengmk2 in #10434
- refactor(editor): adjust folder structure for slash menu extension by @L-Sun in #10588
- refactor(editor): add slash menu config extension entry by @L-Sun in #10641
- refactor(editor): replace icons with blocksuite/icons by @L-Sun in #10655
- refactor(editor): database slash menu config extension by @L-Sun in #10670
- refactor(editor): move focus block commands to blocksuite/shared by @L-Sun in #10671
- fix(editor): should update icon status when formatting the entire block text by @fundon in #10508
- fix(core): should invoke cleanup fn when ai sub item list is removed by @fundon in #10685
- feat(editor): rich text package by @Saul-Mirone in #10689
- refactor(editor): callout slash menu config extension by @L-Sun in #10672
- fix: block should not be selectable when dragged into note by @doouding in #10664
- refactor(editor): table slash menu config extension by @L-Sun in #10673
- refactor(editor): image slash menu config extension by @L-Sun in #10674
- refactor(editor): bookmark slash menu config extension by @L-Sun in #10675
- refactor(editor): attachment slash menu config extension by @L-Sun in #10676
- fix(server): correct "Administrators" typo in permissions by @fengmk2 in #10690
- chore: update project name by @hwangdev97 in #10658
- feat(core): add public user service by @EYHN in #10695
- refactor(editor): latex slash menu config extension by @L-Sun in #10677
- refactor(editor): note slash menu config extension by @L-Sun in #10678
- refactor(editor): embed slash menu config extension by @L-Sun in #10679
- fix(editor): improve backspace ux for callout block by @Flrande in #10696
- refactor(editor): ai slash menu config extension by @L-Sun in #10680
- refactor(editor): surface-ref slash menu config extension by @L-Sun in #10681
- feat(core): support removing journal template from right sidebar by @CatsJuice in #10571
- refactor(editor): linked doc slash menu config extension by @L-Sun in #10682
- refactor(editor): code block slash menu config extension by @L-Sun in #10683
- refactor(editor): data view slash menu config extension by @L-Sun in #10684
- feat(editor): allow undefined default props by @Saul-Mirone in #10701
- perf(editor): lazy DOM update with idle state in gfx viewport by @doodlewind in #10624
- chore(editor): reorg packages by @Saul-Mirone in #10702
- fix(editor): should show toolbar after mouse is released by @fundon in #10698
- chore: bump up all non-major dependencies by @renovate in #10521
- chore: update issue templates by @forehalo in #10688
- chore: bump up @types/node version to v22.13.10 by @renovate in #10704
- feat(server): improve gql measure by @darkskygit in #10706
- chore: bump up all non-major dependencies - autoclosed by @renovate in #10705
- refactor(editor): remove blocks package by @Saul-Mirone in #10708
- chore: bump up electron version to v35 by @renovate in #10600
- chore: bump up oxlint version to v0.15.13 by @renovate in #10591
- chore: Lock file maintenance by @renovate in #10552
- refactor(editor): orgnize exports by @Saul-Mirone in #10709
- chore: bump up all non-major dependencies by @renovate in #10713
- feat(editor): add viewport element service by @Saul-Mirone in #10727
- fix(editor): repeated instantiation of frame preview editor by @L-Sun in #10729
- refactor(editor): move frame related component to frame panel by @Saul-Mirone in #10735
- fix(editor): incorrect text position in turbo renderer by @doodlewind in #10728
- fix: align with only one element at a time by @doouding in #10739
- refactor(editor): gfx text package by @Saul-Mirone in #10738
- refactor(editor): move getTooltipWithShortcut to affine-tooltip-content-with-shortcut by @fundon in #10743
- chore(editor): update slash menu tooltips by @L-Sun in #10746
- fix(editor): error rotation of highlight element in frame by @L-Sun in #10737
- chore(editor): keep root slash menu open when pressing left arrow left by @L-Sun in #10730
- refactor(editor): implement uni-component in AFFiNE by @zzj3720 in #10747
- refactor(editor): remove edit view of database block properties by @zzj3720 in #10748
- refactor(editor): add schema for value of database block properties by @zzj3720 in #10749
- fix(editor): missing re-subscription for slots on store by @Saul-Mirone in #10750
- refactor(editor): add gfx turbo renderer package by @doodlewind in #10745
- feat(core): add notification list by @EYHN in #10480
- refactor(editor): move color panel into color picker by @fundon in #10758
- chore: bump up oxlint version to v0.15.14 by @renovate in #10759
- fix(editor): clip content within menu by @fundon in #10764
- fix(editor): horizontal scroll bar missing in code block by @L-Sun in #10742
- ci: add missing perplexity-key in copilot e2e action by @Brooooooklyn in #10772
- feat(editor): replace slot with rxjs subject by @Saul-Mirone in #10768
- feat(server): ban account by @forehalo in #10761
- feat(server): import users by @forehalo in #10762
- feat(server): allow check available version to upgrade by @forehalo in #10767
- feat(server): support making doc private in workspace by @forehalo in #10744
- fix(server): nullable value for parent id by @darkskygit in #10725
- chore(server): update gql schema by @forehalo in #10775
- feat(core): add blocksuite writer info service by @EYHN in #10754
- refactor(editor): simplify color picker by @fundon in #10776
- refactor(server): improve oauth login flow by @fengmk2 in #10648
- refactor(server): improve magic link login flow by @fengmk2 in #10736
- chore(core): extend workflow timeout by @darkskygit in #10760
- fix(core): assert app schema url on open-app by @fengmk2 in #10687
- refactor(editor): add runtime type checks to database cell values by @zzj3720 in #10770
- fix(core): handle Content-Type with charset in fetch error handling by @fengmk2 in #10777
- fix(core): wrong top margin of local workspace hint in setting panel by @forehalo in #10782
- fix(server): only return workspace user fields by @fengmk2 in #10700
- feat(server): update deploy config for context by @darkskygit in #10431
- fix(editor): should directly return the sub-action content if it exists by @fundon in #10778
- feat(core): adjust web clipper page by @EYHN in #10779
- fix(editor): clicking the sorting button results in an error by @zzj3720 in #10800
- feat(core): update blocksuite icons by @akumatus in #10805
- feat(editor): support embed iframe block by @donteatfriedrice in #10740
- feat(core): add tag-chip and collection-chip lit components by @akumatus in #10795
- fix(core): unsub in LiveData.fromSignal by @pengx17 in #10756
- fix(server): failed to resolve user importing result by @forehalo in #10804
- refactor(editor): generic layout type support for turbo renderer by @doodlewind in #10766
- feat(editor): add isLocal flag in blockUpdated subject by @Saul-Mirone in #10799
- chore(server): revert doc write restriction by @forehalo in #10807
- chore(editor): at menu stays open when left right arrow keys are pressed by @L-Sun in #10806
- feat(editor): improve block meta updated event handler by @Saul-Mirone in #10815
- feat(editor): add ui for display block meta in toolbar by @Saul-Mirone in #10817
- fix(electron): add back updater by @pengx17 in #10814
- refactor(editor): make turbo renderer a gfx extension by @doodlewind in #10818
- chore(editor): use at menu to insert linked doc by @L-Sun in #10808
- chore(core): doc role telemetry by @forehalo in #10822
- fix(infra): use framework stack provider by @EYHN in #10825
- chore(server): add pro user for testing with extended workspace member limit by @fengmk2 in #10827
- fix(editor): database block e2e test flaky by @zzj3720 in #10828
- feat(admin): make the left navigation bar collapsable by @JimmFly in #10774
- fix(electron): electron fallback container should not contain tabs header by @pengx17 in #10826
- feat(core): add an entry for admin panel by @JimmFly in #10813
- feat(editor): add i18n support for block meta display by @Saul-Mirone in #10831
- feat(server): context awareness for copilot by @darkskygit in #9611
- chore: bump oxlint to v0.15.15; enable
import/named
by @Boshen in #10836 - fix(core): should not invert label when its shape text by @fundon in #10765
- fix(editor): clamp method in color picker by @fundon in #10840
- chore: auto assign feature reqeusts by @forehalo in #10819
- feat(editor): content block getter command by @yoyoyohamapi in #10720
- feat(editor): is nothing selected command by @yoyoyohamapi in #10721
- test(editor): getFirstContentBlock & getLastContentBlock & isNothingSelected command by @yoyoyohamapi in #10757
- refactor(editor): getFirstContentBlock -> getFirstBlock & getLastContentBlock -> getLastBlock by @yoyoyohamapi in #10809
- test(infra): add check job to verify committed changes by @fengmk2 in #10829
- feat(core): add ai file context api by @akumatus in #10842
- chore(infra): update dev env template by @darkskygit in #10845
- fix(editor): worker loading in webpack env by @doodlewind in #10832
- feat(editor): block painter extension by @Saul-Mirone in #10847
- feat: improve context api by @darkskygit in #10812
- feat(nbstore): rename SyncStorage to DocSyncStorage by @EYHN in #10751
- chore(editor): hide tweakpane for turbo renderer by @doodlewind in #10846
- chore(server): enable copilot in doc service by @darkskygit in #10850
- fix(server): handle graphql bad input error by @fengmk2 in #10854
- chore(server): merge duplicate queries by @darkskygit in #10857
- fix(server): add mode property on mention doc input by @fengmk2 in #10853
- feat(core): poll context docs and files embedding status by @akumatus in #10843
- refactor(web): insert blew action by @yoyoyohamapi in #10722
- refactor(web): save as doc & save as block action by @yoyoyohamapi in #10833
- feat(core): add notification service by @EYHN in #10855
- feat(nbstore): add blob sync storage by @EYHN in #10752
- chore(server): enable r2 in doc service by @darkskygit in #10865
- fix(editor): type import in vite worker env by @doodlewind in #10856
- fix(editor): improve type declaration definition by @fundon in #10866
- feat(core): display embedding progress by @akumatus in #10871
- chore(editor): update default width of page block by @L-Sun in #10873
- refactor(editor): improve implementation of flat model by @Saul-Mirone in #10848
- refactor(editor): separate init logic of flat model by @Saul-Mirone in #10862
- refactor(editor): separate yjs subscribe logic of flat model by @Saul-Mirone in #10863
- refactor(editor): improve the implementation of flat proxy by @Saul-Mirone in #10872
- chore: bump up all non-major dependencies by @renovate in #10734
- fix(nbstore): fix download blob return too early by @EYHN in #10875
- chore: bump up all non-major dependencies by @renovate in #10877
- chore: bump up all non-major dependencies by @renovate in #10885
- feat(editor): support embed iframe block in edgeless by @donteatfriedrice in #10830
- fix(editor): minor ui bugs by @OlegDev1 in #10841
- feat(editor): unify block props api by @Saul-Mirone in #10888
- feat(editor): embed iframe loading status card in surface by @donteatfriedrice in #10868
- feat(editor): embed iframe error status card in surface by @donteatfriedrice in #10869
- feat(core): add transparent as default shape fill by @hackeresq in #10801
- fix(editor): should include node types by @Saul-Mirone in #10892
- fix(editor): missing export by @Saul-Mirone in #10893
- chore(editor): remove unused npm scripts by @Saul-Mirone in #10895
- fix(editor): repeat instantiation of std by @L-Sun in #10896
- fix(core): correct template setting item text by @CatsJuice in #10902
- feat(editor): enable block meta for code, image, list block by @Saul-Mirone in #10905
- feat(editor): support bookmark block convert to embed iframe block by @donteatfriedrice in #10907
- feat(editor): add block meta for table block by @Saul-Mirone in #10915
- docs(editor): add guide for extension usage by @doodlewind in #10911
- chore(server): data mocking and seeding by @forehalo in #10864
- test(editor): move blocksuite test to tests folder by @Saul-Mirone in #10917
- chore: bump up all non-major dependencies by @renovate in #10886
- fix(server): operation name record by @darkskygit in #10914
- build(server): no build seed script by @forehalo in #10923
- feat(nbstore): add debug log for incorrect writing by @EYHN in #10697
- feat(core): user service loading state by @EYHN in #10922
- fix(server): catch panic for context parsing by @darkskygit in #10912
- test(server): new test facilities by @forehalo in #10870
- refactor(server): saving past_due subscription in db by @forehalo in #10908
- feat(editor): insert a blank frame slash menu action by @L-Sun in #10899
- fix(core): chat-panel ui by @akumatus in #10928
- docs(editor): scaffolding docs generator by @Saul-Mirone in #10925
- feat(editor): insert a mindmap slash menu action by @L-Sun in #10930
- fix(editor): background of surface-ref disappeared when it was re-rendered by @L-Sun in #10931
- feat(server): tag and collection record for context by @darkskygit in #10926
- feat(editor): improve api for store, and add docs by @Saul-Mirone in #10941
- feat(server): add settings model by @fengmk2 in #10755
- feat(server): add settings resolver by @fengmk2 in #10797
- feat(server): display date in yyyy-MM-dd format on email by @fengmk2 in #10916
- feat(editor): support user provided role and role schema by @Saul-Mirone in #10939
- fix(core): add timeout params to graphql request options by @akumatus in #10919
- feat(electron): create recording through tray by @pengx17 in #10526
- feat(server): init gemini provider & transcript action by @darkskygit in #10731
- feat(core): improve text preview in editor settings by @OlegDev1 in #10070
- chore(editor): update icon color of link doc card by @L-Sun in #10943
- refactor(editor): use stable stringify for snapshots by @pengx17 in #10948
- docs(editor): improve documentation for store class by @Saul-Mirone in #10949
- feat(core): intilize integration module and basic readwise impl by @CatsJuice in #10726
- docs(editor): add doc for reactive types in store by @Saul-Mirone in #10958
- fix(server): convert 4xx status HttpError to UserFriendlyError by @fengmk2 in #10956
- feat(server): separate storage quota limit and blob size limit by @fengmk2 in #10957
- refactor(core): split the billing component into a separate file by @JimmFly in #10924
- chore(server): improve stream read by @darkskygit in #10960
- fix(editor): block can be null in widget by @Saul-Mirone in #10959
- feat(editor): support file column and member column for database block by @zzj3720 in #10932
- refactor(editor): edgeless element toolbar with new pattern by @fundon in #10511
- fix(editor): adapt font size in turbo renderer by @doodlewind in #10858
- refactor(editor): improve query methods in toolbar context by @fundon in #10714
- fix(editor): embed iframe types in toolbar config extension by @fundon in #10835
- refactor(editor): edgeless attacment toolbar config extension by @fundon in #10710
- fix(core): copy link should not have mode by @JimmFly in #10904
- refactor(editor): edgeless bookmark toolbar config extension by @fundon in #10711
- fix(core): allow unused blobs to preview in new tab by @pengx17 in #10874
- feat(editor): support add embed iframe block in mobile by @donteatfriedrice in #10955
- fix(editor): chat panel text render link preview base url by @pengx17 in #10791
- fix(editor): descendant elements are missing in edgelessToCanvas by @L-Sun in #10933
- fix(core): remove unexpected comma by @CatsJuice in #10984
- refactor(editor): edgeless external embed card toolbar config extension by @fundon in #10712
- feat(core): add tags and collections menu item by @akumatus in #10951
- feat(core): add keyboard event listener to ai popover by @akumatus in #10952
- feat(core): support tag search for ai chat by @akumatus in #10965
- perf(editor): improve resize frame rate by @doodlewind in #10967
- refactor(editor): edgeless html embed card toolbar config extension by @fundon in #10716
- refactor(server): remove unused randomDoc method by @fengmk2 in #10985
- chore: align vitest versions by @Saul-Mirone in #10990
- fix(editor): adjust creation position to avoid being blocked by banner by @fundon in #10992
- refactor(core): separate rendering logic for user and assistant messages by @yoyoyohamapi in #10909
- refactor(editor): move surface-ref toolbar to its block folder by @L-Sun in #10938
- refactor(editor): improve std structure by @Saul-Mirone in #10993
- refactor(server): improve workspace content retrieval from database by @fengmk2 in #10964
- refactor(editor): edgeless internal embed card toolbar config extension by @fundon in #10717
- refactor(editor): edgeless image toolbar config extension by @fundon in #10718
- refactor(editor): edgeless note toolbar config extension by @fundon in #10719
- refactor(editor): edgeless frame toolbar config extension by @fundon in #10769
- refactor(editor): edgeless group toolbar config extension by @fundon in #10787
- refactor(editor): edgeless brush toolbar config extension by @fundon in #10796
- chore(server): revert access control in sync module by @forehalo in #11011
- chore(server): change the embedding params by @Brooooooklyn in #10994
- refactor(editor): remove paragraph service by @Saul-Mirone in #11003
- refactor(editor): improve config extension by @Saul-Mirone in #11006
- refactor(editor): remove code block service by @Saul-Mirone in #11010
- feat(editor): add embed iframe provider miro by @donteatfriedrice in #10996
- chore: bump otel packages in a group by @forehalo in #11001
- feat(server): copilot job models by @darkskygit in #10732
- refactor(editor): edgeless connector toolbar config extension by @fundon in #10798
- refactor(editor): edgeless mindmap toolbar config extension by @fundon in #10803
- feat(server): record pending updates count to metrics by @fengmk2 in #10991
- feat: add ElementTransformManager for edgeless element basic manipulation by @doouding in #10824
- refactor(editor): remove legacy block service spec slots by @Saul-Mirone in #11013
- refactor(editor): remove empty block services by @Saul-Mirone in #11014
- refactor(editor): remove note block service by @Saul-Mirone in #11015
- chore(server): better internal error stack by @forehalo in #11009
- refactor(server): mail service by @forehalo in #10934
- refactor(server): e2e utilities by @forehalo in #11000
- feat(core): support collection search for ai chat by @akumatus in #10987
- refactor(editor): store should not rely on inline by @Saul-Mirone in #11017
- refactor(editor): improve edgeless editors by @Saul-Mirone in #11019
- refactor(editor): edgeless text toolbar config extension by @fundon in #10811
- refactor(editor): edgeless shape toolbar config extension by @fundon in #10821
- refactor(editor): edgeless toolbar quick connect action by @fundon in #10876
- refactor(editor): edgeless toolbar lock and unlock actions by @fundon in #10878
- refactor(editor): edgeless toolbar add group action and release group action by @fundon in #10879
- refactor(editor): edgeless toolbar add frame action by @fundon in #10880
- refactor(editor): edgeless toolbar alignment actions by @fundon in #10881
- refactor(editor): edgeless toolbar more actions by @fundon in #10882
- refactor(editor): edgeless toolbar linked doc custom config extension by @fundon in #10883
- refactor(core): edgeless toolbar ai action config extension by @fundon in #10884
- refactor(editor): fix edgeless toolbar theme by @fundon in #10897
- refactor(editor): edgeless toolbar chevron down icon by @fundon in #10898
- chore(editor): remove edgeless element toolbar by @fundon in #10900
- chore(editor): remove redundant edgeless-align-panel component by @fundon in #10972
- chore(editor): remove redundant card-style-panel component by @fundon in #10973
- feat(core): adjust guard service support loading state by @EYHN in #10989
- fix(component): correct notification card's border radius by @CatsJuice in #10802
- feat(editor): add embed iframe provider excalidraw by @donteatfriedrice in #10997
- feat(core): add notifications settings by @EYHN in #11004
- refactor(editor): move gfx frame title to widget by @Saul-Mirone in #11021
- fix(core): public user avatar missing by @EYHN in #11023
- feat(editor): add embed iframe provider google docs by @donteatfriedrice in #10998
- refactor(core): simplify chat panel user message rendering by @yoyoyohamapi in #10910
- refactor(editor): merge inline to std by @Saul-Mirone in #11025
- fix(editor): should not show toolbar when elements have been deleted by @fundon in #11026
- refactor(core): reorganize chat-panel components by @yoyoyohamapi in #10935
- refactor(core): ai message style by @yoyoyohamapi in #10950
- feat(core): document search shows up to three results by @akumatus in #11002
- feat(server): audio transcription by @darkskygit in #10733
- feat(core): add no access to share menu by @JimmFly in #10927
- fix(editor): some bugs of attachment column by @zzj3720 in #11031
- chore(server): allow adjust selfhost team quantity by @forehalo in #11022
- feat(core): hybird search for docs, tags and collections by @akumatus in #11008
- refactor(editor): group and expose parameters of createButtonPopper by @L-Sun in #10999
- refactor(editor): move embed iframe config and service extension to shared by @donteatfriedrice in #11029
- feat(editor): support converting inline link to embed iframe block by @donteatfriedrice in #11030
- feat(server): send mention email by @fengmk2 in #10859
- chore(editor): remove redundant line styles components by @fundon in #10980
- feat(editor): add block meta for more blocks by @Saul-Mirone in #11034
- feat(server): impl context model by @darkskygit in #11027
- feat(editor): std inline extensions by @Saul-Mirone in #11038
- refactor(editor): align rich text util apis by @Saul-Mirone in #11039
- fix(editor): some bugs of member column by @zzj3720 in #11033
- feat(editor): audio block by @pengx17 in #10947
- feat(native): mix the input and output audio by @Brooooooklyn in #11037
- feat(editor): add inline packages by @Saul-Mirone in #11048
- feat(editor): footnote inline package by @Saul-Mirone in #11049
- chore: bump up all non-major dependencies by @renovate in #10920
- feat(core): integration property ui by @CatsJuice in #10844
- feat(core): adjust property table's style to match design by @CatsJuice in #10849
- feat(core): readwise import settings ui by @CatsJuice in #10913
- feat(core): readwise integration tags setting by @CatsJuice in #10946
- feat(core): delete all readwise highlights when disconnect by @CatsJuice in #10975
- test(server): increase test parallelization from 3 to 8 nodes by @fengmk2 in #11043
- chore: bump up all non-major dependencies by @renovate in #11052
- feat(editor): latex inline package by @Saul-Mirone in #11051
- fix(electron): disable tray & recording for now by @pengx17 in #11055
- chore: bump up nestjs by @renovate in #11054
- test(server): add MockJobQueue by @fengmk2 in #11032
- fix(ios): send affine version on sign in by @EYHN in #11058
- ci: speed up e2e by @Saul-Mirone in #11053
- refactor(core): remove redundant unused implementation by @akumatus in #11042
- fix(core): outgoing links cannot be displayed if document refers to itself by @akumatus in #11046
- feat(core): watching references from multiple document ids by @akumatus in #11047
- feat(core): suggest reference docs as candidate chips by @akumatus in #11050
- feat(server): adapt context model by @darkskygit in #11028
- feat(editor): gfx shape package by @Saul-Mirone in #11060
- feat(nbstore): blob storage adapt to new error type by @EYHN in #11005
- refactor(editor): remove unused database-block feature flags by @zzj3720 in #11072
- fix(editor): remove selection when click
New Record
button by @zzj3720 in #11073 - refactor(editor): adjust tag select component background color by @zzj3720 in #11074
- refactor(editor): improve border color by @zzj3720 in #11077
- refactor(editor): use extension to register edgeless toolbar button by @Saul-Mirone in #11062
- feat(editor): edgeless toolbar widget package by @Saul-Mirone in #11064
- refactor(editor): extract common mixin of edgeless toolbar by @Saul-Mirone in #11067
- refactor(editor): extract draggable helper of edgeless toolbar by @Saul-Mirone in #11068
- refactor(editor): extract common toolbar config by @Saul-Mirone in #11069
- fix(editor): add placeholder for input of database context menu by @zzj3720 in #11079
- fix(editor): database detail panel cannot scroll by @zzj3720 in #11080
- refactor(editor): move shape toolbar config and components to its package by @Saul-Mirone in #11082
- refactor(editor): move text toolbar config and components to its package by @Saul-Mirone in #11083
- refactor(editor): move frame toolbar config and components to its package by @Saul-Mirone in #11084
- refactor(editor): improve page viewport implementation by @Saul-Mirone in #11090
- chore: bump up all non-major dependencies by @renovate in #11057
- feat(editor): gfx note package by @Saul-Mirone in #11088
- refactor(editor): move present components to its package by @Saul-Mirone in #11089
- feat(editor): gfx connector package by @Saul-Mirone in #11091
- feat(core): add copilot tags and collections graphql apis by @akumatus in #11076
- fix(server): add missing env for ci by @darkskygit in #11101
- feat(server): improve citing by @darkskygit in #11070
- feat(server): send invitation notification by @fengmk2 in #10219
- feat(server): send invitation accepted notification by @fengmk2 in #10421
- feat(editor): create gfx mindmap package by @Saul-Mirone in #11100
- refactor(editor): move mindmap view to mindmap package by @Saul-Mirone in #11102
- refactor(editor): remove unused panels by @Saul-Mirone in #11103
- feat(server): send invitation review notification by @fengmk2 in #10418
- test(server): omit owner before create by @fengmk2 in #11059
- test(server): add mock mail and queue tests by @fengmk2 in #11061
- fix(editor): disable popover when start with space by @Flrande in #11092
- fix(server): return early from license health check when quantity matches by @fengmk2 in #11111
- test(server): use new e2e by @fengmk2 in #11056
- refactor(editor): move mindmap transform to its package by @Saul-Mirone in #11115
- feat(editor): support member node by @Flrande in #11075
- feat(core): save recent open mode of internal links by @fundon in #11086
- feat(editor): command for ungroup and group by @Saul-Mirone in #11116
- chore: bump up all non-major dependencies by @renovate in #11121
- fix(server): add missing disabled query field by @forehalo in #11123
- chore(server): revert math prompt by @darkskygit in #11130
- feat(editor): brush gfx package by @Saul-Mirone in #11131
- feat(ios): intelligent Switch Markdown View & Ephemeral Action View by @Lakr233 in #9823
- chore: bump up all non-major dependencies by @renovate in #11125
- build(native): weak link ScreenCaptureKit by @Brooooooklyn in #11134
- fix(editor): support mention user itself by @Flrande in #11133
- refactor(editor): improve the implementation of auto complete by @Saul-Mirone in #11135
- chore(editor): add edgeless scribbled style feature flag by @fundon in #11127
- fix(editor): flaky e2e test by @Saul-Mirone in #11144
- chore(ios): optimize build workflow by @EYHN in #11132
- feat(server): get full content for doc embedding by @darkskygit in #11138
- feat(server): add full content support for doc by @darkskygit in #11149
- refactor(editor): adjust ui of surface-ref inner toolbar by @L-Sun in #11129
- feat(core): add more notification types by @EYHN in #11156
- feat(server): send review request when team member count over quota limit by @fengmk2 in #11126
- feat(server): add invitation status to getInviteInfo response by @fengmk2 in #11158
- fix(editor): improve affine-link toolbar by @fundon in #11159
- feat(nbstore): allow polling protocol by @EYHN in #11160
- refactor(server): rename settings to user-settings by @fengmk2 in #11161
- fix(core): adjust notification list style by @EYHN in #11163
- fix(editor): at menu grammar by @Flrande in #11167
- fix(editor): update at menu max height by @Flrande in #11174
- fix(editor): fix auto focus item and improve group order by @Flrande in #11165
- feat(server): update gql endpoint & workspace doc match test by @darkskygit in #11104
- feat(editor): edgeless clipboard config extension by @Saul-Mirone in #11168
- feat(editor): add provider for base adapter by @Saul-Mirone in #11169
- refactor(editor): remove unused code block clipboard by @Saul-Mirone in #11170
- feat(editor): clipboard config extensions by @Saul-Mirone in #11171
- feat(editor): extensionize clipboards by @Saul-Mirone in #11172
- feat(editor): add command for edgeless clipboard by @Saul-Mirone in #11173
- fix(server): set default doc title to Untitled on email by @fengmk2 in #11152
- feat(infra): remove obsolete pattern by @EYHN in #11177
- chore: bump up rustc version to v1.85.1 by @renovate in #11140
- feat(core): add use guard hook by @EYHN in #11180
- fix(core): no search result in ai chat-panel by @akumatus in #11157
- chore(server): ignore non-exists doc embedding by @darkskygit in #11153
- feat(core): add candidates popover in ai chat-panel by @akumatus in #11178
- fix(editor): clear the search text after selecting a member and add whitelist for image attachment by @zzj3720 in #11063
- refactor(core): use unsafeCSSVar instead of var by @akumatus in #11188
- fix(server): raw user query by @forehalo in #11151
- feat(core): add matched context documents to ai prompt by @akumatus in #11148
- fix(core): reverted malicious discord link change by @MJHeijster in #11189
- feat(core): impl invitation link by @JimmFly in #11181
- fix(editor): description of linked doc should be displayed on multiple lines by @fundon in #11162
- fix(admin): adjust admin panel style by @JimmFly in #11065
- fix(core): fix notification setting error by @EYHN in #11194
- fix(core): fix error message missing by @EYHN in #11166
- fix(core): handle invitation failure by @JimmFly in #11195
- feat(electron): recording popups by @pengx17 in #11016
- refactor: rewrite dblclick and selection logic of default-tool by @doouding in #11036
- refactor(editor): adjust min-width of context-menu by @zzj3720 in #11078
- fix(editor): add member node before mention by @Flrande in #11197
- chore: bump up all non-major dependencies by @renovate in #11187
- feat(editor): add idle status for embed iframe block by @donteatfriedrice in #11142
- feat(editor): limit embed edgeless iframe block width and height by @donteatfriedrice in #11192
- refactor(editor): embed iframe block surface toolbar extension by @donteatfriedrice in #11193
- fix(editor): missing connectors when click copy as image action in surface-ref-toolbar by @L-Sun in #11137
- chore: bump up oxlint version to v0.16.3 by @renovate in #10890
- fix(editor): incorrect edgeless viewport in peek view by @L-Sun in #11040
- fix(server): send invitation review notification by @fengmk2 in #11203
- fix(editor): update at menu avatar style by @Flrande in #11204
- fix(admin): unable to select all users in current page by @JimmFly in #11155
- fix(admin): show user disabled status in admin panel search results by @JimmFly in #11146
- chore: bump up all non-major dependencies by @renovate in #11206
- feat: seperate createDoc and createStore by @Saul-Mirone in #11182
- fix(core): add try-catch to handle possible errors by @akumatus in #11213
- fix(editor): table data lost when converted to linked doc by @Saul-Mirone in #11212
- chore: bump up nestjs by @renovate in #11211
- chore: bump up @googleapis/androidpublisher version to v26 by @renovate in #11214
- chore: bump up apple-actions/import-codesign-certs action to v5 by @renovate in #11216
- fix(server): use client doc title when server title is empty by @fengmk2 in #11210
- feat(core): more notification type by @EYHN in #11209
- fix(server): make status optional by @darkskygit in #11176
- fix(core): show SentRequestPage when invitation status is NeedMoreSeat by @JimmFly in #11207
- fix(editor): ui and edgeless bugs by @OlegDev1 in #11087
- fix(core): close popup window when upgrade success by @JimmFly in #11199
- fix(core): improve client-app navigation flow after team workspace upgrade by @JimmFly in #11201
- fix(editor): dragging area gets stuck when hovering some embed blocks by @donteatfriedrice in #11223
- feat(editor): update embed iframe toolbar config by @donteatfriedrice in #11221
- feat(core): provide document title, tags, createTime and updateTime to llm by @akumatus in #11205
- refactor(editor): rx state management in turbo renderer by @doodlewind in #11200
- fix(core): fix upgrade popup by @EYHN in #11227
- fix: split view focus by @Saul-Mirone in #11217
- fix(core): fix duplicate in all page by @EYHN in #11229
- fix(core): wrong import path by @JimmFly in #11225
- chore: adjust CSV template button style by @JimmFly in #11226
- feat(server): add team user with team workspace in dev environment by @fengmk2 in #11228
- fix(server): move avatar attachment before setting cid reference by @fengmk2 in #11231
- chore(editor): add event tracking to drawing tool by @fundon in #11230
- fix(editor): reorder slash menu content & media group by @donteatfriedrice in #11233
- feat(editor): add highlighter by @fundon in #10573
- feat(editor): responsive edgeless toolbar pen menu by @CatsJuice in #11150
- chore: disable http proxy middleware log in ci by @forehalo in #11238
- ci: increase cloud E2E test shards from 3 to 6 by @fengmk2 in #11236
- fix(editor): disable at menu member group for collaborator by @Flrande in #11208
- feat(server): update trascript endpoint by @darkskygit in #11196
- refactor(editor): adjust database-block style by @zzj3720 in #11219
- feat(nbstore): add upload function to blob frontend by @EYHN in #11247
- refactor(server): config system by @forehalo in #11081
- chore(server): add import config script by @forehalo in #11242
- fix(native): audio capture volume by @Brooooooklyn in #11240
- fix: mindmap connectors disappear by @doouding in #11234
- fix(native): global recording cleanup by @Brooooooklyn in #11241
- ci: split jobs to speed by @Brooooooklyn in #11249
- chore(editor): add event tracking to highlighter tool by @fundon in #11232
- feat(editor): support convert edgeless bookmark to embed iframe block by @donteatfriedrice in #11237
- fix(editor): embed iframe block idle status selected style by @donteatfriedrice in #11239
- feat(editor): inner toolbar layout for block by @L-Sun in #11243
- ci: install @types/affine__env on server build by @fengmk2 in #11252
- refactor(server): change invitation request link to workspace members tab by @fengmk2 in #11191
- refactor(editor): inner toolbar surface-ref block with extension by @L-Sun in #11246
- feat(ios): update dependencies to track upstream repository by @Lakr233 in #11143
- fix(server): auto import config.json by @forehalo in #11255
- fix(editor): update at menu width by @Flrande in #11257
- refactor(editor): rename block-std to std by @Saul-Mirone in #11250
- fix: youtube block style by @doouding in #11235
- feat(core): call real endpoint for audio transcription by @pengx17 in #11139
- chore(server): patch config system by @forehalo in #11260
- fix(editor): support reactive readonly for table block by @zzj3720 in #11248
- chore: fix copilot cron test by @forehalo in #11262
- feat(electron): audio capture permissions and settings by @pengx17 in #11185
- refactor(editor): enable forceUpdate by default in viewport apis by @doodlewind in #11264
- fix(electron): cannot enable meetings correctly by @pengx17 in #11269
- chore(server): validate function not actually used by @forehalo in #11263
- chore: bump up all non-major dependencies by @renovate in #11215
- chore(server): bump nestjs and express by @forehalo in #11259
- chore: bump up linter (major) by @renovate in #11272
- test(core): split and enhance copilot e2e tests by @yoyoyohamapi in #11007
- feat: use block card to render edgeless dnd preview by @doouding in #11261
- fix: mind map created in page mode has incorrect style by @doouding in #11265
- refactor(core): add request time out error for ai by @akumatus in #11244
- feat(editor): add list block turbo renderer scaffold by @doodlewind in #11266
- fix(core): incorrect animated icon color & sizes by @pengx17 in #11276
- fix(electron): should not record affine app itself by @pengx17 in #11277
- fix(editor): slash menu e2e by @Saul-Mirone in #11289
- feat(core): support sending success feedback via MessagePort for web clipper by @CatsJuice in #11256
- fix(core): hide readwise setting if not connected by @CatsJuice in #11107
- fix(core): do not pass flavor in space id by @forehalo in #11285
- chore(core): update right sidebar border color by @CatsJuice in #11222
- feat(core): some enhancements to recording by @pengx17 in #11287
- chore: bump up mime-types version to v3 by @renovate in #11274
- feat(editor): support to drag embed iframe from note to surface by @donteatfriedrice in #11267
- chore(core): allow quick export by @forehalo in #11295
- fix(electron): tray menu icon adapt to dark theme by @pengx17 in #11288
- feat(core): enable callout in canary by @EYHN in #11302
- fix: note should hide collapse button in presentation mode by @doouding in #11292
- fix(editor): fix callout tests by @fundon in #11301
- feat(core): adjust notification style by @EYHN in #11296
- feat(core): track for notifications by @EYHN in #11298
- fix(core): fix flaky e2e test by @EYHN in #11308
- fix(editor): adjust highlighter color by @fundon in #11300
- feat(server): improve transcript error handle by @darkskygit in #11293
- fix: template panel tooltip overflow by @doouding in #11304
- fix(admin): adjust admin panel settings style by @JimmFly in #11291
- ci: start devServer before test running to avoid tests timeout by @Brooooooklyn in #11297
- fix(editor): extract store spec register from effects by @L-Sun in #11268
- fix(editor): should exit drawing tools menu when Escape is pressed by @fundon in #11306
- feat(core): track for integration by @CatsJuice in #11128
- feat(editor): add cursor to drawing tools by @fundon in #11311
- chore(editor): improve selection of doc in canvas by @L-Sun in #11314
- fix(editor): sync gfx block transform update with RAF to prevent stale transform by @L-Sun in #11322
- feat(nbstore): add indexer storage by @EYHN in #10953
- feat(electron): should listen to app audio input event for isRunning check by @pengx17 in #11315
- feat(core): cleanup unused indexeddb when bootstrapping by @EYHN in #11325
- fix(editor): firefox invalid selection range by @Saul-Mirone in #11320
- feat(server): compress transcript response by @darkskygit in #11316
- chore: replace woff to woff2 by @Brooooooklyn in #11328
- ci: run some optimize on CI e2e by @Brooooooklyn in #11330
- feat(nbstore): add indexer sync version by @EYHN in #11324
- feat(core): add chat-panel track by @akumatus in #11323
- chore: bump up vite version to v6.2.4 [SECURITY] by @renovate in #11332
- chore: bump up all non-major dependencies by @renovate in #11273
- feat(server): bump gemini version by @darkskygit in #11317
- refactor(editor): basic styles of font and panel by @fundon in #11290
- feat(electron): add allow list for recording apps by @pengx17 in #11321
- chore: bump up express version to v5 by @renovate in #11333
- fix(core): should show divider between readwise content and note by @CatsJuice in #11113
- feat(editor): embed iframe block event tracking by @donteatfriedrice in #11313
- chore: bump up app-builder-lib version to v26 by @renovate in #11218
- fix(core): can't open history modal in self-hosting client by @JimmFly in #11336
- chore: bump up react-email version to v4 by @renovate in #11335
- fix(editor): improve error message in mention by @Flrande in #11309
- chore: bump up sinon version to v20 by @renovate in #11338
- fix(editor): undo should remove the new frame created by dragging by @L-Sun in #11303
- chore: bump up tinybench version to v4 by @renovate in #11340
- fix(editor): inline editor should not change event source editable by @Flrande in #11331
- feat(server): improve context error handle by @darkskygit in #11342
- chore(editor): update slash menu ui by @L-Sun in #11305
- chore: bump up Lakr233/MSDisplayLink version to v2 by @renovate in #9541
- chore: bump up app-builder-lib version to v26 by @renovate in #11343
- chore: bump up @types/node version to v22.13.15 by @renovate in #11346
- fix(core): should not close peek view when clicking at menu items by @pengx17 in #11344
- ci: increase Node.js rss memory limits during desktop clients building by @Brooooooklyn in #11345
- refactor: remove unused surface service by @doouding in #11339
- chore: bump up oxlint version to v0.16.4 by @renovate in #11349
- fix(editor): database block view layout menu style by @zzj3720 in #11312
- fix(core): improve tag list performance by @EYHN in #11353
- chore(electron): add telemetry events for enabling meetings by @pengx17 in #11327
- refactor(core): ai chat chips by @akumatus in #11341
- feat(ios): translate & continue to chat & clear history by @Lakr233 in #11347
- refactor(editor): image toolbar config extension by @fundon in #11329
- fix(editor): database block columns popover closes unexpectedly by @zzj3720 in #11352
- chore: bump up Node.js to v22 by @renovate in #11357
- chore(server): reschedule doc merging jobs by @forehalo in #11318
- fix(ios): fix nbstore worker by @EYHN in #11362
- fix(nbstore): adjust indexer logic by @EYHN in #11355
- fix(editor): wrong deactive logic by @Saul-Mirone in #11361
- fix(editor): missing doc mode extension in frame preview by @L-Sun in #11348
- fix(core): do not show AI avatar during generating by @yoyoyohamapi in #11363
- fix(core): add shortcuts to open doc dropdown menu by @fundon in #11358
- chore(server): watch storages config updates by @forehalo in #11367
- chore(server): omit system message in error by @darkskygit in #11365
- chore: allow cursor in none-contenteditable blocks by @Saul-Mirone in #11366
- fix(electron): incorrect app allow list logic for recording by @pengx17 in #11368
- chore(core): wrap 'get access token' for connecting readwise by @CatsJuice in #11147
- fix(core): fix target block cannot be reached when clicking affine-link multiple times by @fundon in #10473
- feat(admin): adapt new config system by @forehalo in #11360
- feat(server): s3 presigned url by @darkskygit in #11364
- fix(electron): global tap should activate input device if it is not active by @pengx17 in #11370
- chore(editor): update slash menu tooltips of latex and loom by @L-Sun in #11350
- fix(core): should display date as original title of journal by @fundon in #11375
New Contributors
- @yoyoyohamapi made their first contribution in #10606
- @hackeresq made their first contribution in #10543
- @MJHeijster made their first contribution in #11189
Full Changelog: v0.20.5...v0.21.0-beta.1