2019-02-13 17:43:13 +01:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog ](https://keepachangelog.com/en/1.0.0/ ),
and this project adheres to [Semantic Versioning ](https://semver.org/spec/v2.0.0.html ).
2020-10-09 22:19:34 +02:00
## Unreleased
### Updated
- Minor version bump for bootstrap, webpack, node-sass, and fontawesome
2020-05-17 21:24:52 +02:00
## [[1.5.0]] - 2020-05-17
2020-03-22 14:10:23 +01:00
### Updated
2020-03-25 13:18:53 +01:00
- i18n language keys for German (#dermellor, #131 )
2020-05-13 09:01:18 +02:00
- Boostrap v4.5.0
- Minor version bump for webpack, node-sass, and fontawesome
2020-03-22 14:10:23 +01:00
2020-05-13 13:19:04 +02:00
### Changed
- Use Haven for GDPR-compliant popup instead of cookieconsent, which is now
configured as *opt-in* and does not load Google Analytics or send a hit until
the user agrees.
- Note to translators that some strings have changed, please check:
- `cookieAccept` : the string for the "Agree" button
- `cookieDecline` : the string for the "Disagree" button
2020-03-22 10:17:27 +01:00
## [[1.4.2]] - 2020-03-22
### Fixed
- Encoding of dates in HTML (@alanorth)
2020-03-19 14:29:30 +01:00
## [[1.4.1]] - 2020-03-19
2020-03-16 08:49:32 +01:00
### Updated
- npm dependencies: rtlcss 2.5.0, webpack 4.42.0, fontawesome solid icons 5.12.1
2020-03-19 14:27:51 +01:00
### Fixed
- Fix "Unparsable structured data" error in JSON-LD (@alanorth)
2020-01-28 10:01:34 +01:00
## [[1.4.0]] - 2020-01-28
2019-12-04 08:57:36 +01:00
### Added
- Farsi strings for user interface
2020-01-28 10:06:03 +01:00
### Updated
2019-12-09 09:06:49 +01:00
- bootstrap 4.4.1
2020-01-22 08:15:57 +01:00
- Fix typo in README.md (@xekon, #118 )
2020-01-25 20:24:50 +01:00
- Font Awesome 5 (make sure you [update ](https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4 ) any custom icons you might be using in your content, site layouts, partials, etc).
2019-12-09 09:06:49 +01:00
2020-01-28 10:06:03 +01:00
### Changed
2020-01-23 18:43:32 +01:00
- Use Hugo's built-in subresource integrity support instead of the generatesri
2020-01-28 09:59:46 +01:00
tooling that I wrote by hand a few years ago (#120, @alanorth )
- Use Font Awesome SVGs via JavaScript instead of web fonts (@alanorth)
- Category and tag links now have a trailing slash (#128, @alanorth )
2020-01-23 18:43:32 +01:00
2020-01-28 10:06:03 +01:00
### Removed
2020-01-25 15:07:18 +01:00
- Several references to Google Plus (@xekon, #122 )
2019-12-02 09:25:40 +01:00
## [[1.3.3]] - 2019-12-02
2019-10-11 10:15:40 +02:00
### Fixed
- "Home" link for blogs that are not at the root of the domain (@phofman #115 )
2019-10-28 12:09:26 +01:00
### Changed
- Use "posts" instead of "post" in exampleSite to align closer with Hugo quick start docs (@sboots #117 )
2019-12-02 09:24:42 +01:00
### Updated
- node-sass 4.13.0 and rtlcss 2.4.1
2019-06-20 13:22:01 +02:00
## [[1.3.2]] - 2019-06-20
2019-05-26 09:30:36 +02:00
### Changed
- Only list "Regular" pages in recent posts in sidebar (@alanorth)
2019-06-05 09:28:43 +02:00
- Use absURL instead of baseURL to be more robust with different site configurations (@TommySprat)
2019-06-20 13:18:11 +02:00
- Quote date in post metadata so it does not get escaped (@TommySprat #111 )
2019-05-26 09:30:36 +02:00
2019-05-05 11:36:17 +02:00
## [1.3.1] - 2019-05-05
2019-04-23 15:48:50 +02:00
### Added
- SourceHut CI configuration (@alanorth)
2019-05-05 11:21:37 +02:00
### Updated
- Twitter sharing button (@alanorth)
2019-05-05 11:30:56 +02:00
- Dependencies in package.json (@alanorth)
2019-05-05 11:21:37 +02:00
2019-04-22 17:54:14 +02:00
## [1.3.0] - 2019-04-22
2019-04-17 17:29:33 +02:00
### Added
- Arabic translation (@alanorth)
2019-04-18 21:23:06 +02:00
- Support for RTL CSS (@alanorth)
2019-04-17 17:29:33 +02:00
2019-04-17 12:58:33 +02:00
### Updated
- clean-css-cli 4.3.0
2019-04-14 15:29:47 +02:00
## [1.2.1] - 2019-04-14
2019-03-13 08:29:37 +01:00
### Added
2019-04-14 15:35:09 +02:00
- Dutch translation #107 (@bit33)
### Removed
- Google+ icons #108 (@bit33)
### Updated
- Template functions for Hugo 0.55.0 (@alanorth)
2019-03-13 08:29:37 +01:00
2019-02-13 17:43:13 +01:00
## [1.2.0] - 2019-02-13
### Updated
- Bootstrap v4.3.1