Commit Graph

1595 Commits

Author SHA1 Message Date
Felix Häusler
51f5f4c70c
Upgrade Electron to v17 (#3138) 2022-03-20 19:43:43 +08:00
Mitch Capper (they, them)
c841facdfa
Don't copy (or on cut) empty data to the clipboard, matches native behavior (#3130) 2022-03-19 20:01:44 +01:00
or1ko
5cf4c73383
Fixed multi line highlight. (#3115) 2022-03-15 11:02:29 +08:00
Felix Häusler
03afc1ec29
0.17.1 (#3105) 2022-03-07 19:09:38 +01:00
vdeschuy
d282fd7612
Fix typo in the DataCenter class init method (#3104) 2022-03-07 23:16:05 +08:00
Chayoung You
68a180394d
Fix links to macOS release (#3099) 2022-03-06 22:32:20 +01:00
Kiyoka Nishiyama
ed1b3354e9
fix: #2816 "delete" shortcut on a selected image deletes the text after it (#3088)
fix behavior of "delete" key.
fix behavior of "Ctrl+X" (cut) key behavior.
2022-03-06 16:10:55 +08:00
Felix Häusler
ca1d084f5d
Update dependencies (#3096) 2022-03-06 12:16:50 +08:00
Felix Häusler
225022b8c4
Add native support for Apple M1 (#3089) 2022-03-06 12:15:24 +08:00
Felix Häusler
485fcfe0e0
Fix image paste handler is not executed (#3076) 2022-03-06 12:12:34 +08:00
Lori
358fa83d6d
Update auto pair quote logic (#2960)
* Update autoPairQuote logic

* Fix spelling

* Update Regex thing

I thought matching anything except for space might be a better choice than selectively match some characters
2022-02-27 22:15:42 +08:00
Felix Häusler
220c6b9969
Ignore empty key bindings (#3077) 2022-02-27 22:06:50 +08:00
Felix Häusler
637395a1f7
0.17.0 (#3059) 2022-02-23 20:40:20 +01:00
Felix Häusler
d95506751b
Ignore watcher event if mtime doesn't changed (#3057) 2022-02-22 21:44:56 +01:00
SamuelBorn
6b394b4a9b
Added the AUR to LINUX.md installation guide (#3043) 2022-02-21 17:16:41 +01:00
Felix Häusler
2838dafcd7
fix-#3019: Workaround for post window shutdown exception (#3031) 2022-02-21 17:15:33 +01:00
Felix Häusler
744d927da0
Remove accelerator for heading size on Windows (#3050) 2022-02-21 00:22:09 +08:00
Felix Häusler
20b7a9dab6
Remove macos arm64 package (#3052)
* Remove arm64 macOS package from releases

* Remove macOS arm64 instructions from pipeline
2022-02-21 00:11:18 +08:00
Felix Häusler
3a70b848b6
Update dependencies (#3053) 2022-02-21 00:11:05 +08:00
Felix Häusler
dd14385cb4
fix clickable HTML links on Windows (#3015) (#3033) 2022-02-20 13:52:37 +01:00
Felix Häusler
34e4a22857
Check for same file before pasting (#3034) 2022-02-18 18:09:11 +08:00
Felix Häusler
fed1dac48f
Fix XSS in HTML table paste content (#3002) 2022-02-18 18:01:25 +08:00
Felix Häusler
ba8d89149f
Fix code intellisense and Vetur (#2988) 2022-02-07 18:55:54 +08:00
Felix Häusler
247a9e38e2
fix: prevent HTML rendering in preview mode (#2986)
Prevent HTML rendering in preview mode if HTML rendering is disabled in
settings. We allow the img tag to support our image resizer.
2022-02-07 18:55:45 +08:00
Felix Häusler
1d4cd88b3e
Fix non-character key unit tests (#2987) 2022-02-07 10:30:41 +08:00
Jia Hao xiang
1433dc0eac
fix new tab file extension (#2755) 2022-02-04 20:38:33 +01:00
Felix Häusler
08c2290a04
Fix non-character key bindings and Alt+F4 on Windows (#2974) 2022-02-04 20:37:07 +01:00
Felix Häusler
abca7b3255
Bump version to v0.17.0-rc.2 (#2973) 2022-02-04 20:36:51 +01:00
Ran Luo
dc54c7b629
fix: escape html in code block (#2967) 2022-01-31 10:58:07 +08:00
Felix Häusler
0e13ab37c9
Fix prebuilt architecture on macOS (#2965) 2022-01-30 18:38:10 +01:00
Felix Häusler
f6a1fcd88b
Bump version to v0.17.0-rc1 (#2952)
Add workaround to remove debug information from Electron production binaries on Linux.
2022-01-30 12:35:37 +01:00
Felix Häusler
10a94ebf1d
Update changelog (#2887) 2022-01-29 16:25:35 +01:00
Felix Häusler
6b3ead958e
Fix issues with non-US keyboards and add key binding settings page (#2930)
Replaced the key manager by atom-keymap to support non-US keyboards and
dead key translation on macOS and Windows. In addition, a GUI for key
bindings was added.
2022-01-29 15:14:19 +01:00
Felix Häusler
c959d185b2
Fix mermaid.js XSS (#2947)
* Fix mermaid.js XSS

* Update vega packages
2022-01-29 16:01:39 +08:00
Felix Häusler
ecc23a9cb0
Add architecture to artifact name on macOS (#2945) 2022-01-28 17:42:12 +01:00
Felix Häusler
b442aafa5a
Fix invalid relative image path (#2935) 2022-01-27 22:02:21 +01:00
Felix Häusler
a996defacc
Remove debug info from ripgrep [skip ci] (#2931) 2022-01-25 22:38:18 +08:00
Mad Godinez
e5908f4d0c
Fixed grammar, spelling, readability + [BUG] (#2932)
[BUG]: outdated, missing, and/or broken links.
2022-01-25 11:16:07 +08:00
Kiyoka Nishiyama
92932a1869
fix: #703 invalidate image cache on demand (#2875) 2022-01-24 00:20:40 +01:00
Ran Luo
5dbe3679e8
feat: update keybindings icon (#2919) 2022-01-24 00:14:45 +01:00
Ran Luo
509b95a7c5
opti: update emojis (#2897) 2022-01-22 00:50:57 +08:00
Ran Luo
5f47f29575
build: update dependences (#2898) 2022-01-21 16:56:01 +01:00
Shashwat Sharma
7242204508
feat: set default name of exported file to current filename (#2902)
This changes the default name set when saving an exported file,
defaulting to the name of .md file, and then to the first header.
Previously, it defaulted to the first header.

Issues: #2731
2022-01-21 21:30:05 +08:00
Luo Tao
ddd1879c61
feat: set image folder to .assets, create folder without filename extension. (#2905) 2022-01-21 21:29:48 +08:00
Vaibhaw
2a9353e87c
Update README.md (#2917) 2022-01-21 17:03:22 +08:00
pokir
3faf7e2949
Add periods at the end of sentences in README.md (#2916) 2022-01-21 13:00:42 +08:00
Ran Luo
565f475e00
Feat/use picgo to upload image (#2890) 2022-01-16 18:28:21 +01:00
Ran Luo
d308b51fa1
feat: Remove aidou (#2889)
* feat: Remove aidou

* fix: dead key
2022-01-16 23:10:20 +08:00
Felix Häusler
75591f0958
Fix invalid fallback accelerator warning (#2892) 2022-01-16 16:06:03 +01:00
Felix Häusler
3f15e048f5
Fix multiple JS issues (#2893) 2022-01-16 16:05:46 +01:00