|
2 | 2 | layout: post
|
3 | 3 | title: Typora 1.9
|
4 | 4 | author: typora.io
|
5 |
| -category: draft-new |
| 5 | +category: new |
6 | 6 | tags: [change log, news]
|
7 | 7 | typora-root-url: ../../
|
8 | 8 | typora-copy-images-to: ../../media/new-1.9
|
@@ -64,14 +64,25 @@ convert em hash to ---
|
64 | 64 | remove other punctuation
|
65 | 65 | ```
|
66 | 66 |
|
| 67 | +### Other Improvements |
| 68 | + |
| 69 | +- New file on file tree no longer need confirm after input its filename. |
| 70 | +- Add structured text code syntax highlight. |
| 71 | +- Follow CommonMark rule to handle whitespace inside code. |
| 72 | +- Shorten recent file path length in recent menu on Windows / Linux. |
| 73 | +- Custom alert text set by CSS styles are not kept after export to PDF / HTML. |
| 74 | +- "Debug Mode" is now removed on macOS, users can now debug Typora elements from Safari → Develop menu ([See here for detail](/Debug-Themes/)). |
| 75 | +- Update languages in Polish, Traditional Chinese, Slovenian, Czech and Norwegian Nynorsk. |
| 76 | + |
67 | 77 | ## Fix
|
68 | 78 |
|
69 | 79 | - Fix XSS on mermaid and math.
|
70 | 80 | - Fix video cannot be fullscreen when user click fullscreen button on video.
|
71 | 81 | - Fix a bug that triple-click on a link in Math block closes the window.
|
72 | 82 | - Fix issue when parsing inline code with whitespaces.
|
73 |
| -- Shorten recent file path length in recent menu on Windows / Linux. |
74 | 83 | - Fix an issue that some images backed by cloudflare cannot be loaded by Typora.
|
75 |
| -- Custom alert text set by CSS styles are not kept after export to PDF / HTML. |
76 |
| -- "Debug Mode" is now removed on macOS, users can now debug Typora elements from Safari → Develop menu ([See here for detail](/Debug-Themes/)). |
77 |
| -- Improve translations for Slovenian (Boštjan), Czech (Svatopluk Vít), Norwegian Nynorsk (Sjur N Moshagen). |
| 84 | +- Fix bookmark for exported PDF cannot be shown in Adobe Reader. |
| 85 | +- Fix some remote images cannot be loaded on macOS. |
| 86 | +- Fix "&" not displayed for file path contains "&" In "recent files" menu on Windows / Linux. |
| 87 | +- Fix "$" in code language name leads to a wrong string. |
| 88 | +- Other bug fix. |
0 commit comments