Commit Graph

  • 9baef237f2 test(core): add missing await for expect (#11900) L-Sun 2025-04-23 04:55:18 +00:00
  • b1aecfc1c4 feat(editor): link inline extension (#11910) Saul-Mirone 2025-04-23 04:42:24 +00:00
  • 1b2030b36a fix(editor): should not paste in readonly page mode (#11913) doodlewind 2025-04-23 04:30:26 +00:00
  • 730ed16fc5 refactor(editor): remove old specs (#11909) Saul-Mirone 2025-04-23 02:57:01 +00:00
  • 2510e7a9a4 feat(editor): inline footnote extension (#11908) Saul-Mirone 2025-04-23 01:40:49 +00:00
  • 6fbbfc80e5 refactor(editor): move block-specific extensions to their respective modules (#11907) Saul-Mirone 2025-04-23 01:16:08 +00:00
  • 24edfc75bd feat(editor): table extension (#11906) Saul-Mirone 2025-04-23 01:16:07 +00:00
  • e57222b89a feat(editor): surface ref extension (#11902) Saul-Mirone 2025-04-23 01:16:07 +00:00
  • 020c1a7598 fix(editor): lit change-in-update warning (#11904) L-Sun 2025-04-22 20:25:54 +00:00
  • 45b6cbe8d7 refactor(editor): cleanup dead code (#11893) Saul-Mirone 2025-04-22 15:51:23 +00:00
  • 43966a6c6b feat(editor): use store extension manager (#11891) Saul-Mirone 2025-04-22 15:51:22 +00:00
  • 99ad4e871e feat(editor): use migrated extensions (#11886) Saul-Mirone 2025-04-22 15:51:22 +00:00
  • de8c65f4e6 fix(server): empty mimetype attachments fallback (#11869) darkskygit 2025-04-22 15:36:35 +00:00
  • 597b27c22f feat(server): enable web search for 4.1 (#11825) darkskygit 2025-04-22 14:49:46 +00:00
  • bbdea71686 fix(editor): add footnote url markdown preprocessor to avoid link node parsing (#11888) donteatfriedrice 2025-04-22 14:19:09 +00:00
  • c17c335f9b feat(core): add actions to transcription block (#11896) pengx17 2025-04-22 14:06:12 +00:00
  • 25d17af0ed chore(android): set version name from pipeline (#11897) aki-chang-dev 2025-04-22 13:52:03 +00:00
  • bfd3c64615 test: add mutex to clipboard copy & paste operation to reduce flaky (#11884) Brooooooklyn 2025-04-22 11:02:29 +00:00
  • 4fd468c46f fix(editor): remove unnecessary css styles (#11885) fundon 2025-04-22 10:48:11 +00:00
  • ab2d0b5485 fix(core): should not limit the number of docs of at menu (#11889) pengx17 2025-04-22 10:33:24 +00:00
  • 3794f8aa80 feat(server): find transcript actions (#11890) darkskygit 2025-04-22 09:23:24 +00:00
  • b59f6ebde0 refactor: default-tool box selection (#11800) doouding 2025-04-22 08:18:25 +00:00
  • 1d58792631 chore: remove frame overlay dependency from default-tool (#11762) doouding 2025-04-22 08:18:25 +00:00
  • e0e84d302d refactor: moving connector label to connector view (#11738) doouding 2025-04-22 08:18:24 +00:00
  • 21bf009553 refactor: migrate elements clone from default-tool to extension (#11703) doouding 2025-04-22 08:18:23 +00:00
  • 52953ce8e3 refactor: redesign element transform manager interface (#11679) doouding 2025-04-22 08:18:22 +00:00
  • e457e2f8a8 fix(editor): add reference after duplicate edgeless embed doc as note (#11877) L-Sun 2025-04-22 08:03:52 +00:00
  • 6d6504e2af feat(editor): replace spec provider with extension manager (#11861) Saul-Mirone 2025-04-22 07:40:41 +00:00
  • 8fdb00e0ab fix(core): do not need to inline fonts (#11880) pengx17 2025-04-22 07:27:11 +00:00
  • 19c06a2821 fix(core): falky ai save as block test (#11878) yoyoyohamapi 2025-04-22 06:58:26 +00:00
  • 9373006b9f ci: Auto-update AppStream on release (#11820) Vladimir Romashchenko 2025-04-22 02:57:46 -04:00
  • e4d6833296 refactor(core): rename explorer to navigation-panel (#11876) EYHN 2025-04-22 12:47:35 +08:00
  • f918573ba8 fix(server): config defaults (#11879) forehalo 2025-04-22 04:26:28 +00:00
  • a1e338efc1 ci: group all others deps update LongYinan 2025-04-22 10:28:11 +08:00
  • bc8774580e chore: bump up oxlint version to v0.16.7 (#11870) renovate 2025-04-22 02:03:59 +00:00
  • b8bea62a10 ci: group all others deps update LongYinan 2025-04-22 10:02:32 +08:00
  • 3967f25cee chore: bump up com.android.tools.build:gradle version to v8.9.2 (#11872) renovate 2025-04-22 01:11:30 +00:00
  • 742b3eebf8 chore: bump up android.gradle.plugin to v8.9.2 (#11871) renovate 2025-04-22 00:42:11 +00:00
  • 824e66df58 fix(core): improve EdgelessCopilotPanel position (#11814) fundon 2025-04-21 14:08:24 +00:00
  • fd67bdf88b fix(editor): should update color of edgeless text when switching theme (#11853) fundon 2025-04-21 13:54:12 +00:00
  • 8966e8440b chore: bump up @blocksuite/icons version to v2.2.13 (#11838) renovate 2025-04-21 13:34:20 +00:00
  • 846410cdb6 feat(editor): note extension (#11856) Saul-Mirone 2025-04-21 13:18:34 +00:00
  • 864dd0e74d test: fix flaky create template doc e2e (#11863) Brooooooklyn 2025-04-21 13:04:49 +00:00
  • a31d97dbb1 ci: set npmRegistryServer to npmjs.org (#11857) Brooooooklyn 2025-04-21 11:30:55 +00:00
  • e9dab04990 fix(core): chat user message margin & max-width (#11854) yoyoyohamapi 2025-04-21 11:15:18 +00:00
  • fe03292346 fix(core): ai images are not right-aligned (#11850) yoyoyohamapi 2025-04-21 11:15:17 +00:00
  • a2b40fea20 feat(editor): insertion and duplication actions for embed synced doc (#11852) L-Sun 2025-04-21 11:01:04 +00:00
  • e46ae2f721 feat(native): upgrade dispatch2 to 0.3 (#11855) Brooooooklyn 2025-04-21 10:43:51 +00:00
  • 7c79b1f024 feat(editor): latex and list extensions (#11851) Saul-Mirone 2025-04-21 10:29:31 +00:00
  • df6e17b82f feat(editor): frame and image extensions (#11849) Saul-Mirone 2025-04-21 10:29:30 +00:00
  • 12bf866dc5 fix(editor): remove replaceRichTextWithSvgElement (#11843) Saul-Mirone 2025-04-21 10:04:05 +00:00
  • 92ac8e3cad feat(editor): embed extension (#11848) Saul-Mirone 2025-04-21 09:22:12 +00:00
  • 15a5264352 feat(editor): divider and edgeless text extensions (#11846) Saul-Mirone 2025-04-21 09:22:12 +00:00
  • 652d42ba1e feat(editor): scaffolding store and view manager in affine (#11840) Saul-Mirone 2025-04-21 09:22:11 +00:00
  • 5244ff9b98 feat(editor): data view and database extension (#11837) Saul-Mirone 2025-04-21 09:22:11 +00:00
  • e60d5483ad refactor(editor): add attachments (#11842) fundon 2025-04-21 09:07:02 +00:00
  • 61ce1123ae refactor(editor): split synced-doc-block tests to serveral files (#11845) L-Sun 2025-04-21 08:54:04 +00:00
  • 0442c0e2b6 feat(electron): adapts to default audio input/output device changes (#11815) pengx17 2025-04-21 08:35:32 +00:00
  • f65c8f8fa6 fix(core): disable space ai guidance for non-paragraph block (#11847) yoyoyohamapi 2025-04-21 08:04:51 +00:00
  • 1efcd480af fix(core): sidebar audio player seek position issue (#11844) pengx17 2025-04-21 07:52:01 +00:00
  • 2bd9cfe20a fix(electron): use askForMeetingPermission for asking microphone permission (#11792) pengx17 2025-04-21 07:37:43 +00:00
  • f87a6e17bd fix(core): action items in the ai response are not optimized for dark mode (#11839) yoyoyohamapi 2025-04-21 07:24:17 +00:00
  • a35a4ccf48 test(server): don't mock event bus on e2e (#11841) fengmk2 2025-04-21 06:51:14 +00:00
  • b036ff5a45 fix(web): export png split text error with comment out rich text replacement in export process (#11834) doufa 2025-04-21 14:50:03 +08:00
  • f2adb9f72c feat(server): workspace file embedding & ignored docs model impl (#11804) darkskygit 2025-04-21 05:34:10 +00:00
  • 93b7c288cb feat(editor): callout and code extension (#11827) Saul-Mirone 2025-04-21 04:27:18 +00:00
  • a6d0894ce1 feat(editor): bookmark and attachment extension (#11824) Saul-Mirone 2025-04-21 04:27:18 +00:00
  • 70ddae15ef feat(editor): affine extension provider and manager (#11822) Saul-Mirone 2025-04-21 04:27:18 +00:00
  • 535b5ff7c2 fix(core): flaky quick search test (#11833) pengx17 2025-04-21 04:14:29 +00:00
  • 1146f4d5a9 fix(editor): prototype polluting in gfx util (#11831) doodlewind 2025-04-21 04:00:59 +00:00
  • 6d7cd6dd99 fix(editor): banner of blookmark not shown in edgeless (#11796) L-Sun 2025-04-21 03:33:18 +00:00
  • c74b5dc214 fix(editor): convert note to linked doc from edgeless (#11828) Saul-Mirone 2025-04-21 03:18:14 +00:00
  • e0a1d87cee chore: bump up hilt to v2.56.2 (#11829) renovate 2025-04-21 03:05:30 +00:00
  • 95dbda24fc feat(y-octo): import y-octo monorepo (#11750) Brooooooklyn 2025-04-21 02:51:15 +00:00
  • e3973538e8 chore(android): integrate firebase-crashlytics (#11808) Aki Chang 2025-04-21 10:37:31 +08:00
  • f82f213373 chore: bump up apollographql/apollo-ios version to v1.20.0 (#11830) renovate[bot] 2025-04-21 10:25:17 +08:00
  • 2242a4bd8e chore: bump up nestjs (#11819) renovate 2025-04-21 01:33:53 +00:00
  • 67832aab09 chore(editor): update file icons (#11826) fundon 2025-04-20 08:03:22 +00:00
  • 41597479bb ci: split npm and rust dependencies update LongYinan 2025-04-21 09:10:11 +08:00
  • f16bcdbe2b fix(editor): edgeless selected block is missing in the return of getSelectedBlockCommand (#11813) L-Sun 2025-04-18 13:52:43 +00:00
  • 5fcf34d848 refactor(editor): adjust parameters of duplicate block command (#11812) L-Sun 2025-04-18 13:52:43 +00:00
  • c0ff567a2a fix(editor): get block props (#11807) fundon 2025-04-18 10:59:31 +00:00
  • dcfc92347f fix(core): unable to copy the selected ai answer content across multiple lines (#11806) yoyoyohamapi 2025-04-18 10:33:14 +00:00
  • 7ef1d46d1a chore: adjust loading doc component style (#11810) JimmFly 2025-04-18 09:37:49 +00:00
  • 9f59d5e941 fix(core): confirm the tag name before creating a new tag (#11724) JimmFly 2025-04-18 07:53:32 +00:00
  • 3264e65980 chore(editor): add feature flag to embed doc with alias (#11797) L-Sun 2025-04-18 07:39:16 +00:00
  • 9c02512d7c fix(editor): chevron down icon on toolbar (#11803) fundon 2025-04-18 07:10:01 +00:00
  • a33b82e8b1 fix(server): relax global embedding condition (#11791) darkskygit 2025-04-18 06:56:35 +00:00
  • 3772a4700e fix(electron): browserwindow creationis sometimes too early (#11787) pengx17 2025-04-18 05:42:48 +00:00
  • 1c6eea21df fix(mobile): new doc in explorer folder (#11682) CatsJuice 2025-04-18 05:29:22 +00:00
  • a5061cee93 chore: adjust tag editor style (#11757) JimmFly 2025-04-18 05:15:00 +00:00
  • 37e07e91a3 fix(core): add tooltip to cloud server selector (#11755) JimmFly 2025-04-18 04:47:24 +00:00
  • 178954a18c fix(core): handle incorrect style of the confirm delete button (#11725) JimmFly 2025-04-18 04:34:23 +00:00
  • 5694e3a56c feat(nbstore): add internal timeout to autoreconnection (#11785) EYHN 2025-04-18 04:20:52 +00:00
  • 3355277e28 chore: remove cmd+s toast (#11754) JimmFly 2025-04-18 04:08:08 +00:00
  • 1ae36d4b3e fix(editor): remove redundant subtraction (#11781) fundon 2025-04-18 03:53:51 +00:00
  • 445d7b47b8 chore: adjust rename input font size (#11758) JimmFly 2025-04-18 03:40:22 +00:00
  • 203e931e30 fix(core): filter embedding results to return only user-selected tags and documents (#11770) akumatus 2025-04-18 03:25:29 +00:00
  • d71cbd5fd3 feat(server): improve pdf support (#10929) darkskygit 2025-04-18 03:11:08 +00:00
  • a555df0200 fix(editor): footnote popup style and position issues (#11771) donteatfriedrice 2025-04-18 02:44:21 +00:00