Releases: jbub/ghostwriter
Releases · jbub/ghostwriter
v0.6.0
What's Changed
- Add plausible analytics support by @erickgnavar in #91
- Footnotes style fix with HTML generated by blackfriday by @romainx in #96
- Remove leading & trailing whitespaces, rework comma insertion between tags by @romainx in #97
- Bump ini from 1.3.5 to 1.3.8 by @dependabot in #99
- Bump dot-prop from 4.2.0 to 4.2.1 by @dependabot in #100
- Create same logic for footer as for header by @virot in #104
New Contributors
- @erickgnavar made their first contribution in #91
- @romainx made their first contribution in #96
- @virot made their first contribution in #104
Full Changelog: v0.5.0...v0.6.0
v0.5.0
- Drop google plus sharing support.
- Make rss icon display configurable. Add
rss: true
toparams
to restore previous default behaviour. - Simplify social display logic. Twitter, Facebook and LinkedIn sharing is now hidden by default. Use
shareTwitter
,shareFacebook
,shareLinkedIn
params to configure. - Bump js packages.
v0.4.0
v0.3.0
v0.2.0
Changelog
- Use author from post, fall back to author from site config.
- Add integrity check in link to Font Awesome.
- Remove chrome=1 from X-UA-Compatible meta element.
- Remove page list template to make index.html configurable.
- Add custom google analytics template to enable GDPR customizations.
- TranslationBaseName replaced for Name on archetypes template.
- Implement hugo privacy config.
- Add exponea support.
- Add reading time to post page.
- Adds rel-me to social links.
- Added facebook logo in header.