Releases: lxndrblz/anatole
Releases · lxndrblz/anatole
v1.2.0
New Features
- Added the ability to include an imprint in the footer, which might be useful for all German users
- Added NPM prettier code formatting
- Added gitalk comments
- Added the ability to show a simple TOC
Fixes
- Sidebar URL is now dependent on the base URL configured for the site
- Fixed various CSS related issues
v1.1.0
New Features
- Added an option for displaying page content in full, if accessed by an RSS reader
- Added the ability for external URL redirects, through specifying a redirect URL on a page or post
- Added an option for displaying a section header on the main page
Fixes
- Fixed a rare issue where the profile image would appear distorted
- Improved the handling of the copyright string to allow markdown and date ranges
- Improved the documentation, especially about the handling of favicons
v1.0.0
New Features
- Added Japanese Translation
- Allow an option for adjusting sidebar-content ratio
Fixes
- Fixed styling of ordered and unordered lists
- Fixed a spacing issue for apostrophes and quotation marks on Windows systems
- Fixed a circumstance where the minification of assets would fail, when the theme is deployed through Cloudflare
- Improved documentation
v0.9.0
New Features
- Added Korean and Arabic Translation
- Added RTL Support
- User defined Post section names
- Allow multiline slogans in the sidebar
Fixes
- Improved the overall appearance to closer resemble the original theme by CaiCai
- Resolved an issue where log links would overflow the page width
- Darkened the dark mode
- Changed URLs to relative URLs
- Allow "." and "#" signs in tags and categories
v0.8.0
New features:
- Show full content on front page
- Ability to disable medium-zoom for images
- Ability to disable comments per page
- Google Analytics 4 support
- Page-dependent meta descriptions
- Added a short-code for floating images within content (big, left or right)
- Added Commento comments support
Fixes:
- Removed jQuery
- Made OpenGraph support conditional to avoid a bug, if no taxonomy is defined
- Updated Katex to the latest version
v0.7.0
v0.6.0
v0.5.0
New features:
- Ability to disable the light/dark mode switch
- Ability to set a custom date format
- Ability to configure the copyright
- Added Portuguese Brazilian language support
- Utterances support
- SimpleAnalytics support
Thanks to all the fabulous contributors, who helped improving the Anatole theme! 🚀
v0.4.0
New features:
- Formspree contact form
- Static home page (finally!)
- Default syntax highlighting (dark/light mode)
- Ability to disable animations altogether
- Added Danish language support
- Added Traditional Chinese language support
- Added French language support
Thanks to all the fabulous contributors, who improving the Anatole theme! 🚀
v0.3.1
Updates:
- Updated FontAwesome to Version 5 to provide even more awesome icons
Notes:
Beginning with Version 5 it's mandatory to use 'fab' when brand icons, and 'fas' when standard solid icons are used. If you were using one of the social icons in the sidebar, it's now mandatory to prefix them correctly.
For GitHub for example, the revised config.toml entry would look the following (note the fab prefix):
[[params.socialIcons]]
icon = "fab fa-github"
title = "GitHub"
url = "https://github.com/lxndrblz/anatole/"For E-Mail it now would look like this (note the fas prefix):
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "e-mail"
url = "mailto:[email protected]"