From ff5286b9a5ed20bf24223f86d644963f381e0c2e Mon Sep 17 00:00:00 2001 From: Florian Klampfer Date: Sun, 28 Mar 2021 13:18:29 +0700 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 59 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2571e46702..9961cd0559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,13 @@ Mar 28 2021 * Merged [#266](https://github.com/hydecorp/hydejack/pull/266) --- Fixed a bug that caused incorrect links to be rendered. * Merged [#267](https://github.com/hydecorp/hydejack/pull/267) --- Fixed a bug that caused incorrect sub-titles when using multiple categories/tags. * Fix [#262](https://github.com/hydecorp/hydejack/issues/262) --- Fixed a bug that causes warnings when not providing a skill level / fluency level in the resume. -* Fixed a bug preventing scrolling when using sticky ToC with certain aspect ratios. +* [PRO] Fixed a bug preventing scrolling when using sticky ToC with certain aspect ratios. + +### Design +* [PRO] Adjusted calculation to dark mode background color to prevent red tint of grey colors +* Hide underline in tooltips +* Show clap button on collection pages +* Show dingbat in `plain` layout ## v9.1.2 Feb 11 2021 @@ -171,6 +177,58 @@ July 6 2020 * Slightly adjusted dark mode colors * Fixed resume layout breakpoint +## v9.0.5 +Sept 8 2020 +{:.heading.post-date} + +* Added GitHub Pages Starter Kit to PRO version +* Added chapter on how to deploy PRO on GitHub Pages +* JavaScript source files now included in PRO zip again +* Updated default config file +* Changed default code font +* Improved fallback image in dark mode + +## v9.0.4 +July 15 2020 +{:.heading.post-date} + +* Fixed image fade in animation for images with `srcset` +* Slightly increased size of post and project cards +* Added page margin to print layout +* Fixed KaTeX when JavaScript is disabled +* Fixed a layout bug in the `resume` layout when changing the content width in variable +* Fixed table of contents sticky breakpoint + +## v9.0.3 +July 9 2020 +{:.heading.post-date} + +* Updated print resume style +* Updated docs for GitHub Pages +* Slightly decreased size of dark mode icon +* Fixed a bug that caused a GitHub Pages build to fail with an empty configuration file +* Changed default icon so that it less resembles slashdot.org\~\~ + +## v9.0.2 +July 7 2020 +{:.heading.post-date} + +* Fixed a bug that prevented the search from updating when offline is enabled +* Fixed a bug that caused search terms to get lost during initialization +* Fixed a bug that prevented `site.legal` from getting stored for offline during service worker installation +* Added support to for `no-cache` param to service worker. + +## v9.0.1 +July 6 2020 +{:.heading.post-date} + +* Changing app icons has been revamped. See [this section](./docs/config.md#adding-custom-favicons-and-app-icons) in the docs. +* Changed default icons +* Changed default sidebar background +* Added `jekyll-compose` defaults to config file +* Slightly adjusted dark mode colors +* Fixed resume layout breakpoint + ## v9.0.0 July 3 2020 {:.heading.post-date}