Releases: lxndrblz/anatole
v1.12.0
1.12.0 (2022-11-26)
Features
- Added reCAPTCHA to the contact form (#365) (06847f3)
- Added rel-me to social links (#394) (210f632)
- Added mermaid support for displaying diagrams (#359) (d511a6f)
- Added TR language (#401) (b2faf30)
- Added localized dates (#373) (c097ab9)
- Added translations for series labels (#372) (2fbe51c)
- Trimmed the whitespace from the HTML meta tags (#367) (6747495)
- Updedated Font Awesome and add Regular variant (#375) (1d18d09)
Bug Fixes
- Refactored theme class to root node to prevent white flash (#392) (c36e1d8)
- Resolved prettier error with go template (#398) (549a722)
- Properly escape title in schema (#358) (c0c367c)
- Resolved dependency conflict conventional changelog release it (#388) (b86ecc7)
- Corrected FA translation (#400) (24afb94)
A special thanks goes to @lorenzobalzani @tommorris @jforman @KourosZanbouri @pebbe @cedricbonhomme @omenos @Sohn123 @martinsre @alexanderdavide for their relentless work that helped make this release possible. 💪
v1.11.0
Features
Bug Fixes
- Apply active class to submenu items (#350) (ec5066b)
- Incorrect display of submenu items when multiple menu dropdowns are implemented (#354) (1959fa6), closes #352
- Open social links in a new tab (#353) (81c4208)
A special thanks goes to @guidemetothemoon and @martinsre for their relentless work that helped make this release possible. 💪
v1.10.0
Features
- Used front matter description as the RSS item description (89c8c65)
Bug Fixes
- Loaded the correct internal Google Analytics template for v4 token (ec0175a), closes #339
- Removed double h1 tags for improved SEO scores (#347) (849a2f2)
A special thanks goes to @alexanderdavide, @vladimirdoroch for their relentless work that helped make this release possible. 💪
v1.9.0
Features
- Added a notice shortcode (212d6cc)
- Added the option to display related posts (#300) (6ad4d7a)
- Added the option to hide the sidebar on content pages (a9d3b1d)
- Added meta author HTML tag for improved SEO (1a063c8)
- Added the ability to avoid wrapping text of navigation items (4ba5593)
- Added layout improvements for portfolio (3685a7d)
- Set open graph meta tags without requiring series taxonomy (579d768)
Bug Fixes
A special thanks goes to @alexanderdavide, @wooshcz, @guidemetothemoon, @cedricbonhomme and @gummigroda for their relentless work that helped making this release possible. 💪
v1.8.0
Features
- Added size options to figure shortcode (a8c3d31)
- Added credits to FontAwesome (12ff26f)
- Load FontAwesome from local server (2d0d448), closes #299
- Improved the portfolio metadata style as list with icon start adornments (2b05b86)
- Added title case headings on content pages respectively keep user formatting (8dc415c)
- Added title case portfolio headings (278c146)
- Added uppercase headings on overview pages (c14fb1e)
Bug Fixes
- Fixed an instance where the dark mode preference was not taken into account. (57011f1)
- Fixed w3c validator errors (021c1e0), closes #309
A special thanks goes to @alexanderdavide and @cedricbonhomme for their relentless work that helped making this release possible. 💪
v1.7.0
New Features
- Migrated the old CSS to SCSS and refactored most of the code according to BEM standards. This long overdue step helps to ensure the long-term maintainability of the theme.
- Added contribution guidelines for the project, which make it easier for new contributors to get started
- Added Umami analytics
- Added Portuguese transaltions
Fixes
- Cleaned up the Readme.md file and moved the documentation to our brand new wiki
A special thanks goes to @alexanderdavide and @LITUATUI for their relentless work that helped making this release possible. 💪
v1.6.0
New Features
- Added the ability to switch the order of the page title
- Added the ability to use the theme as go module
- Added Plausible Analytics
Fixes
- Fixed an overlap issue on ultrawide monitors
- Fixed various typos
A special thanks goes to @gummigroda @deining @kodehat @DishaRawal for their relentless work that helped making this release possible. 💪
v1.5.0
New Features
- Added the ability to show warning messages on top of a post to notify the user about potentially stale content
- Added a portfolio view that lets you display your latest work
Fixes
- Improved mobile view
- Improved language selector
- Added mouseover text for social icons in the sidebar
- Multiple fixes for the handling of links to give you a perfect SEO score
A special thanks goes to @alexanderdavide and @ericswpark for their relentless work that helped making this release possible. 💪
v1.4.0
New Features
- Improved the pagination
- Added support for Google fonts integration
- Added Formspree spam filtering capabilities
- Added an improved language switcher that redirects to the respective page
Fixes
- Fixed a rare CSS styling issue in mobile view
- Fixed an issue where code appeared dark if syntax highlighting was enabled in dark mode