|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v2.4.0 (27/08/2019) |
| 4 | + |
| 5 | +#### Bug Fixes |
| 6 | + |
| 7 | +- [**bug**] correct GitHub capitalization [#293](https://github.com/matcornic/hugo-theme-learn/pull/293) |
| 8 | +- [**bug**] Remove reference to the unused horsey CSS [#284](https://github.com/matcornic/hugo-theme-learn/pull/284) |
| 9 | +- [**bug**] Fix invalid HTML in 404 template. [#271](https://github.com/matcornic/hugo-theme-learn/pull/271) |
| 10 | +- [**bug**] fix 'locate' typo [#285](https://github.com/matcornic/hugo-theme-learn/pull/285) |
| 11 | + |
| 12 | +#### Enhancements |
| 13 | + |
| 14 | +- [**enhancement**] Delete html5shiv-printshiv.min.js [#319](https://github.com/matcornic/hugo-theme-learn/pull/319) |
| 15 | +- [**enhancement**] remove html5shiv [#315](https://github.com/matcornic/hugo-theme-learn/pull/315) |
| 16 | +- [**enhancement**] Fix deprecated .Hugo, .UniqueID and .URL references [#303](https://github.com/matcornic/hugo-theme-learn/pull/303) |
| 17 | +- [**enhancement**] remove unneeded type="text/css" [#297](https://github.com/matcornic/hugo-theme-learn/pull/297) |
| 18 | +- [**enhancement**] Fix type lines 364 and 369 [#304](https://github.com/matcornic/hugo-theme-learn/pull/304) |
| 19 | +- [**enhancement**] remove unneeded type="text/css" [#298](https://github.com/matcornic/hugo-theme-learn/pull/298) |
| 20 | +- [**enhancement**] HTTPS links in footer [#295](https://github.com/matcornic/hugo-theme-learn/pull/295) |
| 21 | +- [**enhancement**] remove unneeded type="text/css" [#292](https://github.com/matcornic/hugo-theme-learn/pull/292) |
| 22 | +- [**enhancement**] Make shortcodes & example site compatible with Hugo v0.55 [#281](https://github.com/matcornic/hugo-theme-learn/pull/281) |
| 23 | + |
| 24 | +#### Internationalisation |
| 25 | + |
| 26 | +- [**i18n**] Added German and Arabic translation [#312](https://github.com/matcornic/hugo-theme-learn/pull/312) |
| 27 | + |
| 28 | +--- |
| 29 | + |
3 | 30 | ## v2.3.0 (16/04/2019) |
4 | 31 |
|
5 | 32 | #### New features |
|
15 | 42 |
|
16 | 43 | #### Enhancements |
17 | 44 |
|
| 45 | +- [**enhancement**] Render the ```mermaid blocks into graphs [#226](https://github.com/matcornic/hugo-theme-learn/pull/226) |
| 46 | +- [**enhancement**] Remove oudated versions of jquery & modernizr libraries [#259](https://github.com/matcornic/hugo-theme-learn/pull/259) |
18 | 47 | - [**enhancement**] Various Updates [#237](https://github.com/matcornic/hugo-theme-learn/pull/237) |
19 | 48 | - [**enhancement**] Use style instead of width and height in logo [#250](https://github.com/matcornic/hugo-theme-learn/pull/250) |
20 | 49 | - [**enhancement**] [ImgBot] Optimize images [#222](https://github.com/matcornic/hugo-theme-learn/pull/222) |
21 | | -- [**enhancement**] Render the ```mermaid blocks into graphs [#226](https://github.com/matcornic/hugo-theme-learn/pull/226) |
22 | 50 | - [**enhancement**] remove duplicate icon and fix incorrect favicon type [#227](https://github.com/matcornic/hugo-theme-learn/pull/227) |
23 | 51 | - [**enhancement**] HTTPS links in exampleSite menu-footer [#223](https://github.com/matcornic/hugo-theme-learn/pull/223) |
24 | 52 |
|
|
132 | 160 |
|
133 | 161 | #### Uncategorised |
134 | 162 |
|
135 | | -- [**closed**] Fix anchor scrolling that hides behind top nav bar [#46](https://github.com/matcornic/hugo-theme-learn/pull/46) |
136 | 163 | - [**closed**] feat: Change the default code color [#43](https://github.com/matcornic/hugo-theme-learn/pull/43) |
137 | 164 | - [**closed**] Use index pages + automatic navigation arrows [#36](https://github.com/matcornic/hugo-theme-learn/pull/36) |
| 165 | +- [**closed**] Fix anchor scrolling that hides behind top nav bar [#46](https://github.com/matcornic/hugo-theme-learn/pull/46) |
138 | 166 |
|
139 | 167 | --- |
140 | 168 |
|
141 | 169 | ## v1.0.0 (25/03/2017) |
142 | 170 |
|
143 | 171 | #### Uncategorised |
144 | 172 |
|
145 | | -- [**closed**] Search [#18](https://github.com/matcornic/hugo-theme-learn/pull/18) |
146 | 173 | - [**closed**] Extracted menu footer content to separate partial file [#35](https://github.com/matcornic/hugo-theme-learn/pull/35) |
147 | 174 | - [**closed**] feat: style Hugo figure shortcode [#33](https://github.com/matcornic/hugo-theme-learn/pull/33) |
148 | 175 | - [**closed**] Fix URL for 'Edit this page' on Windows [#27](https://github.com/matcornic/hugo-theme-learn/pull/27) |
149 | 176 | - [**closed**] Revert "Menu generation using Content file instead directories" [#10](https://github.com/matcornic/hugo-theme-learn/pull/10) |
150 | | -- [**closed**] (#25) use .Site.BaseURL to locate static assets [#26](https://github.com/matcornic/hugo-theme-learn/pull/26) |
| 177 | +- [**closed**] (#25) use .Site.BaseURL to lcoate static assets [#26](https://github.com/matcornic/hugo-theme-learn/pull/26) |
151 | 178 | - [**closed**] Menu ordering and definition in config.toml [#8](https://github.com/matcornic/hugo-theme-learn/pull/8) |
152 | 179 | - [**closed**] Menu generation using Content file instead directories [#5](https://github.com/matcornic/hugo-theme-learn/pull/5) |
153 | 180 | - [**closed**] Add Checkmark On visited Links [#4](https://github.com/matcornic/hugo-theme-learn/pull/4) |
154 | 181 | - [**closed**] doc: Add theme installation instructions [#1](https://github.com/matcornic/hugo-theme-learn/pull/1) |
| 182 | +- [**closed**] Search [#18](https://github.com/matcornic/hugo-theme-learn/pull/18) |
0 commit comments