Commit Graph

772 Commits

Author SHA1 Message Date
jocs
ce8d17de95 release version 0.13.65 2018-11-21 10:27:17 +08:00
jocs
dd0cfb15da style: optimization 2018-11-20 21:41:05 +08:00
jocs
73319d978e opti: use element-resize-detector to instead of ResizeObserver 2018-11-20 17:52:00 +08:00
jocs
989d57fdfa add roadmap.md 2018-11-20 10:52:05 +08:00
Ran Luo
dc96c13060
fix: #563 (#567)
* fix: #563

* change isMacOs TO isOsx
2018-11-20 10:34:00 +08:00
Felix Häusler
2e8c5eb601 Calculate artifact checksum after uploading (#566) 2018-11-20 08:42:50 +08:00
Felix Häusler
387d42822d Fix virtual key mapping on non-QWERTY layouts (#561)
* Fix wrong virtual key mapping

* Update npm dependencies
2018-11-16 08:59:47 +08:00
jocs
8a7e65599d fix: compose bug 2018-11-15 14:40:12 +08:00
jocs
9a9e00b813 fix: #541 2018-11-15 08:58:58 +08:00
Felix Häusler
174fc215ba Publish artifacts to GitHub (#559)
* Publish AppVeyor artifacts to GitHub

* Update changelog
2018-11-14 21:55:23 +08:00
Raphael Miedl
e4fc9b56c6 Fix typo (#560)
`Convet` => `Convert`
2018-11-14 20:37:36 +08:00
jocs
3d1fbeb879 fix: #558 can not input multiple empty lines 2018-11-13 22:45:44 +08:00
jocs
2fa96b2ede update: package.json 2018-11-13 21:44:01 +08:00
jocs
3e7fe5dab2 update: package.json 2018-11-13 21:30:20 +08:00
jocs
092857073d fix: unecessary inputHandler 2018-11-13 21:15:40 +08:00
jocs
eb9b3b8437 fix: copy paste bug in list 2018-11-13 21:08:15 +08:00
Felix Häusler
d0c4763e7e Fix sidebar and tabbar won't toggle (#557) 2018-11-12 21:09:34 +08:00
Felix Häusler
4789c7b119 Fix dark theme format box style (#556) 2018-11-12 21:07:36 +08:00
Felix Häusler
7623377432 Improve sidebar and tab design (#555) 2018-11-12 21:06:36 +08:00
jocs
275cd12800 opti: hide vega-embed 2018-11-12 11:19:47 +08:00
jocs
8af866fcd8 fix: the image path float box icon disappeared in build version 2018-11-11 21:40:55 +08:00
jocs
14babcc7cc update dependence 2018-11-11 20:20:22 +08:00
jocs
0e90d8a929 fix: hide image float box if needed 2018-11-11 12:42:57 +08:00
jocs
25f141f93b fix: image path float box show and hide 2018-11-11 11:58:55 +08:00
jocs
8e44992d22 update: readme 2018-11-11 10:14:56 +08:00
Ran Luo
f933b2af23
[WIP] update: CLI doc (#551)
* update: CLI doc

* change Mac to macOS
2018-11-11 09:23:54 +08:00
jocs
5c5a4fa9ae fix: paste need to update paragraph 2018-11-10 22:52:15 +08:00
jocs
8412412f2a fix: nest list error 2018-11-10 19:45:30 +08:00
jocs
c10b9ea3a0 Merge branch 'master' of github.com:marktext/marktext 2018-11-10 11:54:16 +08:00
jocs
8dcd4d118d fix: #509 2018-11-10 11:53:07 +08:00
Felix Häusler
b1518e266a Add AppVeyor configuration (#550) 2018-11-10 10:53:38 +08:00
jocs
c004b7300d fix: keyup need check for render 2018-11-09 19:18:05 +08:00
jocs
968b538acf opti: make UI components to plugins, disable spellcheck 2018-11-08 22:44:45 +08:00
Felix Häusler
72ef20edd8 Don't show save dialog for an empty/not changed document (#548)
* Don't show save dialog for an empty document

* Fix blank document was always encoded as LF
2018-11-07 21:50:10 +08:00
jocs
2e133e21e0 fix: #546 2018-11-07 20:27:53 +08:00
Felix Häusler
79ee58ef7e Update changelog (#547) 2018-11-07 10:38:49 +08:00
Felix Häusler
5339ef6bb4 Fix keybinding issues (#543)
* Fix keybinding issues

* Check for duplicate accelerators

* Allow to unset menu accelerators

* Disable AppVeyor to reconfigure later

AppVeyor is currently not in use. We have to enable it and configure.

* Update documentation

* Update documentation [ci skip]
2018-11-07 00:16:50 +08:00
jocs
7b5fb770d0 fix: #544 2018-11-05 23:56:34 +08:00
jocs
adc7b3b5e5 delete debug codes 2018-11-05 23:14:37 +08:00
jocs
41dd6db301 fix: #541 2018-11-05 23:13:37 +08:00
jocs
f3198ae1e4 fix: inline format error when use shift and arrow key to select words 2018-11-04 20:36:43 +08:00
jocs
d2b7f11cc6 pre release 0.13.55 2018-11-04 19:03:37 +08:00
Felix Häusler
2ecc2e36f2 Revert "Workaround: Ctrl+Alt shortcut on Windows (#526)" (#540)
This reverts commit a1853cf73e.
2018-11-03 00:36:23 +08:00
Felix Häusler
63b33aa32f fix: #535 Application menu is not updated when switching windows (#539)
* fix: #535 Menu is not updated when switching windows

* Improve new file/tab UX

* Synchronize menu items after update

* Remoe debug code
2018-11-03 00:17:21 +08:00
jocs
91b514c5e1 update: hide some newly features 2018-11-02 22:06:14 +08:00
Ran Luo
55092ff15d
[WIP] Support Diagram (#529)
* feat: basic use of mermaid

* feat: add flowchart dep

* feat: handle flowchart render error

* feat: edit sequence diagram

* feat: support vega-lite

* fix: #534

* feat: basic use of mermaid

* feat: add flowchart dep

* feat: handle flowchart render error

* feat: edit sequence diagram

* feat: support vega-lite

* feat: copy paste and import and export of diagram

* finish

* fix: #537

* update: dependence
2018-11-01 22:42:34 +08:00
Jocs
f43504b2d0 fix: #534 2018-10-31 10:22:26 +08:00
Jocs
cdc9c6c8ab release version 0.13.53 2018-10-28 19:03:56 +08:00
Felix Häusler
a1853cf73e Workaround: Ctrl+Alt shortcut on Windows (#526) 2018-10-28 19:00:19 +08:00
Felix Häusler
365243eaf6 Add Linux binary package to simplify flatpak build (#525)
* Add Linux binary release to simplify flatpak build

* Update documentation
2018-10-27 19:31:58 +08:00