Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wereturtle committed Sep 12, 2022
1 parent 92ba68f commit c463bf8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

* Changed Classic theme's dark mode selection color from the light mode's color to the appropriate dark color.
* Change live preview's code block styling to scroll on overflow.
* Changed live preview's code block styling to scroll on overflow.
* Fixed regression in translations failing to load.

## [2.1.5] - 2022-09-09

Expand All @@ -24,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Hover and pressed button effects have been added to improve visibility.
* User interface component icons and text have had their coloring adjusted to better meet WCAG accessibility standards.
* Issues #790, 803, and 809: To prevent the equation and typing duplication in math equations, math rendering has been restricted to the Pandoc processor. All other Markdown processors will no longer render math, since special preprocessing is required that only Pandoc does.
* Added a command line option `--disable-gpu` to disable GPU acceleration to allow users to bypass a Windows but in Qt 6 where full screen windows having an OpenGL component (in this case, QWebEngineView) cannot display menus (popups, menus from the menu bar).
* Added a command line option `--disable-gpu` to disable GPU acceleration to allow users to bypass a Windows bug in Qt 6 where full screen windows having an OpenGL component (in this case, QWebEngineView) cannot display menus (popups, menus from the menu bar).

## [2.1.4] - 2022-06-18

Expand Down

0 comments on commit c463bf8

Please sign in to comment.