3.1 KiB
3.1 KiB
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased
Changed
- New installation and upgrade instructions.
[1.2.0] - 2018-01-05
Changed
- Use jekyll-remote-theme for demo site.
- Update GitHub Pages compatible installation instructions to include jekyll-remote-theme method.
- Update
site.gems
references tosite.plugins
. #39 - Update license and copyright.
- Improve syntax highlighting styles and colors.
Fixed
- Fix primary navigation skip link to use correct anchor ID. #41
- Fix Susy deprecation warnings by updating to version 3. #21
[1.1.3] - 2017-10-19
Fixed
- Fix
{nil, "picture"=>nil"}
in_layouts/about.html
when author image isn’t set. #34
[1.1.2] - 2017-09-14
Fixed
- Adjust
/_sass/_print.scss
to reduce blank pages when printing in Chrome. #29 - Fix sidebar visibility bug in Firefox and Safari by adding toggling
visibility: hidden
. #31
[1.1.1] - 2017-09-06
Changed
- Change
gems
key in_config.yml
toplugins
. #23
Fixed
- Fix Liquid syntax error: “Expected id but found end_of_string_in
cv.skills.
” in/cv/skills.html
include.
[1.1.0] - 2017-03-30
Added
- Improve installation documentation. #8
- Add Google Analytics tracking ID, Disqus comments, to
/docs
demo site.
Changed
- Change source order of
.sidebar
and.canvas
so menu items can easily be “tabbed” to. #10 - Refactor sidebar off-canvas menu and improve animation. #9 #15
- Remove tinted background from
<th>
elements. - Update permalink structure of
/docs
demo site.
Fixed
- Fix
body
height and.wrapper
box shadow. #13 - Fix unclickable main content links in Internet Explorer 10. #9
[1.0.1] - 2017-03-23
Added
- New responsive embed helper classes for videos. #2
- New print styles for improved readability of printed pages. #4
- Icon list to README.