|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v2.5.0 (01/06/2020) |
| 4 | + |
| 5 | +#### New features |
| 6 | + |
| 7 | +- [**feature**] Allow custom css files to be loaded by configuration [#376](https://github.com/matcornic/hugo-theme-learn/pull/376) |
| 8 | +- [**feature**] Added flag to turn off image featherlight [#333](https://github.com/matcornic/hugo-theme-learn/pull/333) |
| 9 | + |
| 10 | +#### Bug Fixes |
| 11 | + |
| 12 | +- [**bug**] fix null pointer when no params on image url [#383](https://github.com/matcornic/hugo-theme-learn/pull/383) |
| 13 | +- [**bug**] can't give argument to non-function not .Params.hidden [#403](https://github.com/matcornic/hugo-theme-learn/pull/403) |
| 14 | +- [**bug**] Fix .File.UniqueID on zero object warning [#372](https://github.com/matcornic/hugo-theme-learn/pull/372) |
| 15 | +- [**bug**] fix select option color in Chrome [#345](https://github.com/matcornic/hugo-theme-learn/pull/345) |
| 16 | +- [**bug**] remove unneeded spaces from HTML [#320](https://github.com/matcornic/hugo-theme-learn/pull/320) |
| 17 | +- [**bug**] Avoid displaying hidden sections in menu [#354](https://github.com/matcornic/hugo-theme-learn/pull/354) |
| 18 | + |
| 19 | +#### Enhancements |
| 20 | + |
| 21 | +- [**enhancement**] Updated theme installation documentation link. [#390](https://github.com/matcornic/hugo-theme-learn/pull/390) |
| 22 | +- [**enhancement**] [ImgBot] Optimize images [#366](https://github.com/matcornic/hugo-theme-learn/pull/366) |
| 23 | +- [**enhancement**] fix extra spaces in the description [#339](https://github.com/matcornic/hugo-theme-learn/pull/339) |
| 24 | +- [**enhancement**] change to minified 'autocomplete.js' for improved performance [#321](https://github.com/matcornic/hugo-theme-learn/pull/321) |
| 25 | + |
| 26 | +#### Internationalisation |
| 27 | + |
| 28 | +- [**i18n**] Fix: typos [#343](https://github.com/matcornic/hugo-theme-learn/pull/343) |
| 29 | +- [**i18n**] Fix: typo [#342](https://github.com/matcornic/hugo-theme-learn/pull/342) |
| 30 | +- [**i18n**] Incorrect english in notice documentation [#336](https://github.com/matcornic/hugo-theme-learn/pull/336) |
| 31 | +- [**i18n**] Add Chinese language for this theme [#349](https://github.com/matcornic/hugo-theme-learn/pull/349) |
| 32 | +- [**i18n**] Add jp and zh cn [#335](https://github.com/matcornic/hugo-theme-learn/pull/335) |
| 33 | +- [**i18n**] Added Russian translation [#332](https://github.com/matcornic/hugo-theme-learn/pull/332) |
| 34 | + |
| 35 | +#### Theme Meta |
| 36 | + |
| 37 | +- [**meta**] Fix various linting warnings [#405](https://github.com/matcornic/hugo-theme-learn/pull/405) |
| 38 | +- [**meta**] Netlify build on 0.66.0 [#377](https://github.com/matcornic/hugo-theme-learn/pull/377) |
| 39 | +- [**meta**] add inteliver documentation showcase [#331](https://github.com/matcornic/hugo-theme-learn/pull/331) |
| 40 | + |
| 41 | +--- |
| 42 | + |
3 | 43 | ## v2.4.0 (04/09/2019) |
4 | 44 |
|
5 | 45 | #### Bug Fixes |
6 | 46 |
|
7 | 47 | - [**bug**] correct GitHub capitalization [#293](https://github.com/matcornic/hugo-theme-learn/pull/293) |
| 48 | +- [**bug**] fix 'locate' typo [#285](https://github.com/matcornic/hugo-theme-learn/pull/285) |
8 | 49 | - [**bug**] Remove reference to the unused horsey CSS [#284](https://github.com/matcornic/hugo-theme-learn/pull/284) |
9 | 50 | - [**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 | 51 |
|
12 | 52 | #### Enhancements |
13 | 53 |
|
14 | 54 | - [**enhancement**] Delete html5shiv-printshiv.min.js [#319](https://github.com/matcornic/hugo-theme-learn/pull/319) |
15 | 55 | - [**enhancement**] remove html5shiv [#315](https://github.com/matcornic/hugo-theme-learn/pull/315) |
16 | 56 | - [**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 | 57 | - [**enhancement**] Fix type lines 364 and 369 [#304](https://github.com/matcornic/hugo-theme-learn/pull/304) |
19 | 58 | - [**enhancement**] remove unneeded type="text/css" [#298](https://github.com/matcornic/hugo-theme-learn/pull/298) |
| 59 | +- [**enhancement**] remove unneeded type="text/css" [#297](https://github.com/matcornic/hugo-theme-learn/pull/297) |
20 | 60 | - [**enhancement**] HTTPS links in footer [#295](https://github.com/matcornic/hugo-theme-learn/pull/295) |
21 | 61 | - [**enhancement**] remove unneeded type="text/css" [#292](https://github.com/matcornic/hugo-theme-learn/pull/292) |
22 | 62 | - [**enhancement**] Make shortcodes & example site compatible with Hugo v0.55 [#281](https://github.com/matcornic/hugo-theme-learn/pull/281) |
|
25 | 65 |
|
26 | 66 | - [**i18n**] Added German and Arabic translation [#312](https://github.com/matcornic/hugo-theme-learn/pull/312) |
27 | 67 |
|
| 68 | +#### Theme Meta |
| 69 | + |
| 70 | +- [**meta**] Added Tshark.dev as example site [#318](https://github.com/matcornic/hugo-theme-learn/pull/318) |
| 71 | + |
28 | 72 | --- |
29 | 73 |
|
30 | 74 | ## v2.3.0 (16/04/2019) |
|
160 | 204 |
|
161 | 205 | #### Uncategorised |
162 | 206 |
|
| 207 | +- [**closed**] Fix anchor scrolling that hides behind top nav bar [#46](https://github.com/matcornic/hugo-theme-learn/pull/46) |
163 | 208 | - [**closed**] feat: Change the default code color [#43](https://github.com/matcornic/hugo-theme-learn/pull/43) |
164 | 209 | - [**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) |
166 | 210 |
|
167 | 211 | --- |
168 | 212 |
|
169 | 213 | ## v1.0.0 (25/03/2017) |
170 | 214 |
|
171 | 215 | #### Uncategorised |
172 | 216 |
|
| 217 | +- [**closed**] Search [#18](https://github.com/matcornic/hugo-theme-learn/pull/18) |
173 | 218 | - [**closed**] Extracted menu footer content to separate partial file [#35](https://github.com/matcornic/hugo-theme-learn/pull/35) |
174 | 219 | - [**closed**] feat: style Hugo figure shortcode [#33](https://github.com/matcornic/hugo-theme-learn/pull/33) |
175 | 220 | - [**closed**] Fix URL for 'Edit this page' on Windows [#27](https://github.com/matcornic/hugo-theme-learn/pull/27) |
|
179 | 224 | - [**closed**] Menu generation using Content file instead directories [#5](https://github.com/matcornic/hugo-theme-learn/pull/5) |
180 | 225 | - [**closed**] Add Checkmark On visited Links [#4](https://github.com/matcornic/hugo-theme-learn/pull/4) |
181 | 226 | - [**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