|
| 1 | +## HEAD |
| 2 | + |
| 3 | +### Bug Fixes |
| 4 | + |
| 5 | + * Footer overlapping issue (Support Microsoft Explorer 11) (#248) |
| 6 | + |
| 7 | +## 2.5.0 |
| 8 | + |
| 9 | +### Bug Fixes |
| 10 | + |
| 11 | + * Add `jekyll-feed` plugin in config (#228) |
| 12 | + |
| 13 | +### Minor Enhancements |
| 14 | + |
| 15 | + * Stick footer for short posts (#223) |
| 16 | + * Consolidate trigger SVG paths (#148) |
| 17 | + |
| 18 | +## 2.4.1 |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | + * Reintroduce removed social includes for backwards compatibility (#217) |
| 23 | + |
| 24 | +## 2.4.0 |
| 25 | + |
| 26 | +### Minor Enhancements |
| 27 | + |
| 28 | + * Add better system fonts (#205) |
| 29 | + * Remove whitespace due to Liquid tags in generated HTML (#202) |
| 30 | + * Adding Mastodon to the social networks (#198) |
| 31 | + |
| 32 | +### Bug Fixes |
| 33 | + |
| 34 | + * social icons should resolve baseurl properly (#201) |
| 35 | + * fix: styling main element in IE 11 (#199) |
| 36 | + |
| 37 | +### Documentation |
| 38 | + |
| 39 | + * Improve thw wording in index.md (#175) |
| 40 | + * Update config description comment (#203) |
| 41 | + |
| 42 | +## 2.3.0 |
| 43 | + |
| 44 | + * Add option to show excerpts on the homepage (#90) |
| 45 | + * Handle RSS feed with jekyll-feed (#183) |
| 46 | + * Test build with Ruby 2.4 on CI (#184) |
| 47 | + * Document how to customize navigation links (#192) |
| 48 | + |
| 49 | +## 2.2.1 |
| 50 | + |
| 51 | + * Revert social_sites hash for retrocompatibility (#190) |
| 52 | + |
| 53 | +## 2.2.0 |
| 54 | + |
| 55 | +### Minor Enhancements |
| 56 | + |
| 57 | + * handling content outside of posts (#88) |
| 58 | + * Add default table styles (#144) |
| 59 | + * Add `jekyll-seo-tag` dependency (#139) |
| 60 | + * Add Microformats markup (#160) |
| 61 | + * Add more social links (#141) |
| 62 | + |
| 63 | +### Documentation |
| 64 | + |
| 65 | + * Docs: clarification about page title (#142) |
| 66 | + |
| 67 | +## 2.1.1 / 2017-04-13 |
| 68 | + |
| 69 | +### Minor Enhancements |
| 70 | + |
| 71 | + * Close #55: Improve mobile user experience (#62) |
| 72 | + * Remove incomplete status from spec summary (#63) |
| 73 | + * Use date_format if set in configuration (#70) |
| 74 | + * Corrected misspelled word (#72) |
| 75 | + * Scale headings relative to base-font-size (#78) |
| 76 | + * Remove 2.0 post-install message (#82) |
| 77 | + * Fixes #115 - Only include the nav tag if there are pages to be displayed in the menu (#116) |
| 78 | + * Fixes #80, #106. Make the hamburger work with pure CSS. (#111) |
| 79 | + * add `header_pages` config to link only specific files in header (#52) |
| 80 | + * More easily customizable CSS (#117) |
| 81 | + * Use relative size for fonts and line-height (#103) |
| 82 | + * Add 404 page from jekyll `master` (#121) |
| 83 | + |
| 84 | +### Development Fixes |
| 85 | + |
| 86 | + * Remove duplicate .sass-cache (#71) |
| 87 | + * Demo minima on GitHub Pages (#76) |
| 88 | + * Remove the Rakefile (#118) |
| 89 | + |
| 90 | +### Documentation |
| 91 | + |
| 92 | + * Update README with theme content description (#91) |
| 93 | + * Update default local URL (#120) |
| 94 | + |
| 95 | +## 2.1.0 / 2016-11-15 |
| 96 | + |
| 97 | +### Minor Enhancements |
| 98 | + |
| 99 | + * Update gemspec to require at least Jekyll 3.3 (#59) |
| 100 | + * Use `absolute_url` filter for disqus (#66) |
| 101 | + * replace `example/index.html` with `example/index.md` (#58) |
| 102 | + |
| 103 | +### Development Fixes |
| 104 | + |
| 105 | + * Example should require Jekyll 3.3 (#61) |
| 106 | + |
| 107 | +## 2.0.0 / 2016-10-06 |
| 108 | + |
| 109 | +### Minor Enhancements |
| 110 | + |
| 111 | + * priority to site.url when site.github.url is available (#46) |
| 112 | + * Move contents of the index.html page to the 'home' layout (#48) |
| 113 | + * Use new `absolute_url` and `relative_url` filters in minima (#57) |
| 114 | + |
| 115 | +### Development Fixes |
| 116 | + |
| 117 | + * Use standardized tab size of 2 spaces (#44) |
| 118 | + |
| 119 | +### Major Enhancements |
| 120 | + |
| 121 | + * move `css/` directory from jekyll into `assets/` (#43) |
| 122 | + |
| 123 | +### Bug Fixes |
| 124 | + |
| 125 | + * Fix html proofer errors (#49) |
| 126 | + * Update gem regex to include new `assets` directory (#54) |
| 127 | + |
| 128 | +## 1.2.0 / 2016-09-12 |
| 129 | + |
| 130 | +### Minor Enhancements |
| 131 | + |
| 132 | + * Look to site.url when available (#35) |
| 133 | + |
| 134 | +### Documentation |
| 135 | + |
| 136 | + * Move instruction for CSS in install section (#37) |
| 137 | + |
| 138 | +## 1.1.0 / 2016-09-07 |
| 139 | + |
| 140 | +### Major Enhancements |
| 141 | + |
| 142 | + * Add support to Disqus (#21) |
| 143 | + * Google analytics support (#26) |
| 144 | + * Look for `site.github.url` if it exists (#25) |
| 145 | + |
| 146 | +### Minor Enhancements |
| 147 | + |
| 148 | + * Fixed Flash Of Unstyled SVG (#12) |
| 149 | + * Added "author" in footer instead of double title (#22) |
| 150 | + |
| 151 | +### Documentation |
| 152 | + |
| 153 | + * Document how to link to the theme styles (#18) |
| 154 | + * Update Example to resemble Default site (#24) |
| 155 | + |
| 156 | +### Development Enhancements |
| 157 | + |
| 158 | + * Use upstream gemspec file matcher (#9) |
| 159 | + * Fix gemspec regex (#31) |
| 160 | + * Add Travis and a basic smoke test (#33) |
| 161 | + |
| 162 | +## 1.0.1 / 2016-07-28 |
| 163 | + |
| 164 | + * include `_layouts`, `_includes`, and `_sass` dir in gem (#6) |
| 165 | + |
| 166 | +## 1.0.0 / 2016-07-27 |
| 167 | + |
| 168 | + * default layout: html `lang` attribute should allow user customization (#3) |
| 169 | + * Use `normalize_whitespace` filter for meta description (#4) |
| 170 | + * Fix repo's URL in contributing (#5) |
0 commit comments