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
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
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
Andelf
a7dc7c42ca
chore: update static/yarn.lock
2023-09-12 17:06:20 +09:00
Andelf
6909768b03
enhance(electron): support socks5 proxy
2023-09-12 17:06:20 +09:00
Konstantinos
a6d9cd8b91
Enhance (UX): Electron loading (fixed) ( #10201 )
...
* run use-effect once
2023-09-12 16:05:49 +08:00
hasecilu
b92d01d5d5
i18n: Update Spanish translations.
2023-09-11 15:13:23 -04:00
queeup
fa53fe204e
enhance(i18n): update Turkish translation
2023-09-11 15:12:41 -04:00
rcmerci
0cef911069
remove redundant codes
2023-09-07 21:53:26 +08:00
Andelf
c346116639
refactor(sync): start-sync loop
2023-09-07 21:53:26 +08:00
Andelf
0e4e42ac2b
fix(sync): check user refresh-token as well
2023-09-07 21:53:26 +08:00
Andelf
70cb124e8b
fix(sync): avoid check connectivity for non-sync graph
...
Close #10169
2023-09-07 21:53:26 +08:00
rcmerci
f786b6495b
add timestamp to log
2023-09-07 08:20:51 -04:00
charlie
b17cf11139
enhance(dev): better logs
2023-09-07 16:57:30 +08:00
Andelf
645a8d32df
chore: bump version 0.9.17
0.9.17
2023-09-07 11:37:19 +08:00
Andelf
390a7f6bb9
chore(scripts): use prerelease style alpha version num
2023-09-07 11:37:19 +08:00
Andelf
9e2fe79c48
Revert "Enhance (UX): Electron loading ( #10049 )" ( #10165 )
...
This reverts commit 12642f5777 .
2023-09-07 11:36:53 +08:00
Andelf
850bc1a89c
fix(sync): missing cross-origin handling for conn check ( #10163 )
2023-09-07 11:33:42 +08:00
Andelf
e043a2c3fa
chore(release): bump version 0.9.16 ( #10149 )
0.9.16
2023-09-06 14:52:25 +00:00
Konstantinos
b678a806a1
fix: close button visibility ( #10145 )
2023-09-06 14:51:44 +00:00
Charlie
331afbc04f
Enhance/plugins apis ( #10127 )
...
* enhance(api): add page to recent for route api
* enhance(api): support open block in right sidebar with entity id
2023-09-06 14:49:18 +00:00
Konstantinos
12642f5777
Enhance (UX): Electron loading ( #10049 )
...
* hide window until theme is loaded
* show window on db-restored
* move manage call to handle maximized state
* hook on theme load
2023-09-06 15:34:52 +08:00
charlie
a6ace12832
fix: lint
2023-09-06 14:42:00 +08:00
charlie
e0543eb695
enhance(ui): remove legacy shortcuts entry from the general settings
2023-09-06 14:42:00 +08:00
Andelf
cd24919716
enhance(sync): refine network checking ( #10147 )
2023-09-06 00:18:34 +08:00
bluemeda
4b60ed2d9f
add some Indonesian terms to allowed-duplicates
2023-09-05 09:53:06 -04:00