Releases: h16nning/typora-gitbook-theme
Releases · h16nning/typora-gitbook-theme
Version 1.11
- Before this release it wasn't clear which of the search results when searching the text was selected. This is now fixed.
- It is now clearer which search result you have selected in the search results menu in the sidebar.
- Other minor cosmetic changes.
This release contains the changes proposed in #45. Thank you very much to @saegl5!
Version 1.10.6
Merged #40 (fixing #39 where the regex button would overlay with another)
Thank you to @GLanguage
Version 1.10.5
Changes
Fixed #34 where the line numbers in code blocks would overlap if they exceeded 99
Version 1.10.4
Changes
- Fixes #28 where a horizontal scrollbar underneath the code line numbers on macOS.
Version 1.10.3
Changes
Removed some of the background and text color transitions in the sidebar on Linux which have previously already been removed on Windows, as these cause issues with context menus in the newest Typora version, as pointed out in #24. macOS is not affected.
Version 1.10.2
Changes
- Removed some of background and text color transitions in the sidebar on Windows, as these cause issues with context menus in the newest Typora version, as pointed out in #24. Other platforms are not affected.
Version 1.10.1
Changes
- Fixes #19, where scrolling would be very stuttering (only if the outline was opened).
- The accidental change of the quick open menu search input's look has been reverted.
- The light themes now use the correct input placeholder color.
- The table height input within the table editing menu has now the correct padding, font weight, border color etc.
Version 1.10
Changes
- Further adjustments to the export settings menu. This includes changes to a couple of ui elements like text areas and number inputs.
- Fixed different positions and margins in the outline menu in the top-right corner (only on macOS).
- Slight changes to the size and spacing of headers.
- The content starts a littler lower now (about one line).
- Minor changes to the sidebar footer and quick open menu.
Version 1.9.3
Changes
- Changed the code language autocompletion menu to better match other menus.
- Changes to the new export section in the preferences of Windows. This also fixes #15.
Version 1.9.2
Changes
- Addressing #14: If you prefer the colors of the slate variant previous to version 1.9 (these were slightly lighter and more slate-like), you can open the file
gitbook-slate.css
now and change the second line from@import "gitbook/slate-colors.css";
to@import "gitbook/old-slate-colors.css";
. After that you have to save the file and restart Typora for the colors to update properly. Sometimes it may also be necessary to switch to a different theme and then back to theGitbook Slate
theme after changing this.
Please note that the adjusted math syntax highlighting, which was also changed in version 1.9, is not affected by this. It will still be consistent with the other variants' math syntax highlighting.
- Changes to h6