Commit Graph

12485 Commits

Author SHA1 Message Date
Sander Borst
abb0596ed2 Change variable name 2023-10-09 21:56:08 +08:00
Sander Borst
3960e94ce8 Add function getClipboardData to preload.js 2023-10-09 21:56:08 +08:00
Konstantinos Kaloutas
a15daea979 fix: close window while editing 2023-10-09 21:53:37 +08:00
charlie
8c79a2c5f4 fix(apis): incorrect api call for the electron production bundle 2023-10-09 21:52:52 +08:00
Ben Yorke
6247cc35fe Abandon perf fix attempt 2023-10-09 15:00:35 +02:00
hkgnp
1c0e18daaa chore: add marker prop to BlockEntity interface 2023-10-05 11:08:53 +09:00
Ben Yorke
79a11f8b88 Jakob IV 2023-09-29 17:03:31 +02:00
charlie
088ca5e592 fix(ui): incorrect modal position for overflow editor content input 2023-09-29 23:32:18 +09:00
Ben Yorke
2ab619e44a Fix build error 2023-09-29 16:21:14 +02:00
Ben Yorke
328cd58c9f Jakob round III 2023-09-29 16:11:20 +02:00
Ben Yorke
3106eeff99 Fix breaking normalization 2023-09-29 11:24:21 +02:00
Ben Yorke
7868b3aee7 Jakob feedback 2023-09-29 11:17:52 +02:00
Konstantinos
bdba1ff86f Feat (Whiteboards): Pen mode (palm rejection) (#10222)
* introduce pen mode
* add isPrimary check
2023-09-28 15:16:22 +08:00
Alan Roe
7c0e5edb8d enhance(electron): ctrl or cmd + = to zoom 2023-09-28 01:07:48 +09:00
Andelf
d67f47304f fix(editor): drag and drop to dummy page
See-also: #10104, #10262
2023-09-27 17:07:48 +09:00
Ben Yorke
3893d26445 Fix lower case bug 2023-09-26 15:32:13 +02:00
Andelf
a903f645f3 fix(build): lock postcss
See-also: #10282
2023-09-26 17:19:42 +09:00
Andelf
48daa53568 fix(build): postcss performance degrade 2023-09-26 17:19:42 +09:00
Andelf
46c7213d5a fix(test): refine e2e accessiblity rules 2023-09-26 17:19:42 +09:00
Andelf
0eacbc46a9 fix(android): missing permissions 2023-09-26 17:19:42 +09:00
Andelf
50d47b4900 fix(android): refine permissions, update gradle 2023-09-26 17:19:42 +09:00
Andelf
78542e5d97 fix(android): typo for navbar color 2023-09-26 17:19:42 +09:00
Andelf
58776d13b6 fix(ci): use java 17 for android 2023-09-26 17:19:42 +09:00
Andelf
9cad50302b fix(android): missing permission 2023-09-26 17:19:42 +09:00
Andelf
6fc7a1a137 refactor(mobile): upgrade to capacitor v5 2023-09-26 17:19:42 +09:00
Andelf
438976c7e6 fix(code): guard nil editor dom obj 2023-09-26 17:19:42 +09:00
Ben Yorke
e3407138cd Updates 2023-09-25 16:21:41 +02:00
Ben Yorke
2ee777ae97 Updates 2023-09-24 21:31:45 +02:00
Andelf
87b2680b95 fix(android): capture all logseq:// links (#10266) 2023-09-22 16:53:26 +08:00
Bad3r
eacef25e5d chore(deps): upgrade codemirror to v5.65.15 (#9822) 2023-09-21 10:48:05 +08:00
jionkitten
dd28710a9b fix(pdf): too frequent highlights saving 2023-09-21 10:11:27 +09:00
Alan Roe
82e24d9fd3 feat: cursor jump to start/end of first/last line 2023-09-21 10:10:54 +09:00
Andelf
6eb82e822a chore: bump version 0.9.18 0.9.18 2023-09-21 00:38:43 +09:00
Andelf
0831f312d9 fix(fs): disable graph name warning
See-also: #10246
2023-09-21 00:37:24 +09:00
charlie
7c15eb7ffc fix(mobile): incorrect asset resource path for custom css 2023-09-19 12:15:44 +09:00
Andelf
062515639b fixup! chore(deps): update rewrite-edn to fix #10218 2023-09-15 16:41:36 -04:00
Andelf
d3ab56442a chore(deps): update rewrite-edn to fix #10218 2023-09-15 16:41:36 -04:00
Ben Yorke
246e904457 cmdk2 updates 2023-09-15 13:30:51 +02:00
Andelf
af2d00ac88 enhance(electron): close notification message when test proxy setting 2023-09-15 18:58:32 +09:00
Andelf
8f5b1da36f fix(fs): support asset filenames with percent encoding
Fix #10188
2023-09-15 15:49:17 +09:00
Gabriel Horner
5f4c06b28b Include version in issue plugin list 2023-09-15 13:28:03 +09:00
Andelf
501676f1f8 fix: convert bug-url from def to defn 2023-09-15 13:28:03 +09:00
Andelf
1919345aef chore: add plugin list to bug report 2023-09-15 13:28:03 +09:00
Charlie
304cf9f692 fix(plugin): incorrect mouse point payload for the plugin hook of input selection (#10175) 2023-09-14 22:50:46 +08:00
Konstantinos
89a489571f Enhance: Introduce customizable close window shortcut (#10190)
* add close window shortcut

* suppress build warnings

* add window ns docstring
2023-09-14 22:23:03 +08:00
Jack Case
8ac30c1fd8 fix: Allow writing to files with group permission without chmod on Linux (#9297)
* feat: check electron config item disable-automatic-chmod

* added auto chmod toggle to advanced settings page for electron

* add default behavior when chmod config key doesn't exist

* added auto chmod description key to en.edn
2023-09-14 22:13:12 +08:00
Andelf
0f6266e331 chore(electron): use logger instead of console.log 2023-09-13 12:30:22 +09:00
WsinGithub
2029ffa07e Disable autoplay in Bilibili video links
fix #8650
2023-09-13 00:36:12 +09:00
Andelf
f2b6c01f78 chore: bump ios version 0.9.18 for tf release 2023-09-12 23:25:46 +09:00
Jeffrey 'jf' Lim
c3836a7820 youtube.cljs: allow for single-digit minutes and seconds in youtube-timestamp (addresses #9920) (#9930)
* youtube.cljs: allow for single-digit minutes and seconds in youtube-timestamp (addresses #9920)

* youtube.cljs: parse "<number>:<number>" as MM:SS to be consistent with the UI display

*NOTE that with this commit, we essentially pass util/safe-parse-int a
value we do not say it can take (although it works): nil. This will be
fixed in a subsequent commit.

* youtube.cljs: remove unreachable branches from cond in parse-timestamp

* frontend/util.cljc: update safe-parse-int to accept nil as well. TODO:
need help fixing malli schema!

* fix: parse timestamp

---------

Co-authored-by: charlie <xyhp915@qq.com>
2023-09-12 18:54:43 +08:00