|
| 1 | +## 0.16.2 |
| 2 | + |
| 3 | +**:warning:Breaking Changes:** |
| 4 | + |
| 5 | +- Toggle focus mode shortcut is now `Ctrl+Shift+J`. |
| 6 | + |
| 7 | +**:cactus:Feature** |
| 8 | + |
| 9 | +- Added shortcut to switch tabs `Alt-#<num>` (@MrHeer). |
| 10 | +- Added GitLab math block support. |
| 11 | +- Support setting text direction via comand palette (@Pajn). |
| 12 | + |
| 13 | +**:butterfly:Optimization** |
| 14 | + |
| 15 | +- Scale headings according editor font size. |
| 16 | +- Increased indentation for sidebar tree view (@BeatLink). |
| 17 | +- Updated user-interface strings (@brainchild0, @Rexogamer). |
| 18 | + |
| 19 | +**:beetle:Bug fix** |
| 20 | + |
| 21 | +- Fixed image export issues on Windows. |
| 22 | +- Fixed an issue that multiple empty shortcuts were not allowed. |
| 23 | +- Fixed image path autocomplete. |
| 24 | +- Fixed an issue that the max width of editor tabs was not rendererd correctly (@aimproxy). |
| 25 | +- Fixed Hunspell dictionary downloader on Windows. |
| 26 | +- Fixed an issue with Hunspell spell checker on Windows. |
| 27 | +- Fixed ASCII (ISO-8859-1) encoding in settings validator. |
| 28 | +- Fixed footnote exception when exporting document. |
| 29 | +- Fixed cryptic characters when exporting document as PDF on macOS (@gSpera). |
| 30 | +- Fixed unnecessary character sanitation when setting clipboard data. |
| 31 | +- Fixed sup- and superscript export issue. |
| 32 | + |
1 | 33 | ## 0.16.1 |
2 | 34 |
|
3 | 35 | - Fix: Settings page, editor settings are messed up |
|
44 | 76 | - Search shows open folder warning, no results text and errors @Illyism (#1312) |
45 | 77 | - Reordered font settings to show editor and source-code font settings at the top. (#1204) |
46 | 78 | - Add whether to trim the beginning and end empty line of code block, add setting option, the default value is trim the empty line. (#1378) |
47 | | -- Optimization of code block (#1445) |
| 79 | +- Optimization of code block (#1445) |
48 | 80 | - Optimization of table block (#1456) |
49 | | -- Add tooltip to format tool bar (#1516) |
| 81 | +- Add tooltip to format tool bar (#1516) |
50 | 82 |
|
51 | 83 | **:beetle:Bug fix** |
52 | 84 |
|
|
0 commit comments