Releases: yaph/logya
Releases · yaph/logya
6.1.0
6.1.0 - 2026-02-17
Fixed
- Call removeprefix instead of lstrip (95bd5e0 by Ramiro Gómez).
- Consider content and template dir for latest relevant change. (3ba8ce6 by Ramiro Gómez).
- Don't set base_url in serve mode to avoid side effects. (951f840 by Ramiro Gómez).
- Fix reference (bd9ad35 by Ramiro Gómez).
Removed
- Remove unused import (6be99e9 by Ramiro Gómez).
Misc
- Rewrite README (5450865 by Ramiro Gómez).
- More attractive base site with no external dependencies. (b41fa17 by Ramiro Gómez).
- Replace broken link (4ee132c by Ramiro Gómez).
- Improve Makefile (725f712 by Ramiro Gómez).
- More readable code (06290cc by Ramiro Gómez).
- Use rglob for more readable code. (93e2015 by Ramiro Gómez).
- Reduce code complexity (58b323f by Ramiro Gómez).
6.0.0
6.0.0 - 2025-12-03
Added
- Add .mailmap (7d329e0 by Ramiro Gómez).
- Add test_clean (b249ded by Ramiro Gómez).
- Add doc string for clean function. (c012bf0 by Ramiro Gómez).
- Add clean subcommand to remove stale files from public dir. (0af636a by Ramiro Gómez).
- Add cache path to paths. (2211a2c by Ramiro Gómez).
- Add Python 3.13 to CI versions (8c88370 by Ramiro Gómez).
Removed
5.3.0
5.2.1
5.2.0
5.1.0
4.7.3
5.0.0
This release includes several backwards incompatible changes, most notably it requires Python 3.8 or higher.
- Rename the
deploydirectory topublicand the attributedir_deploytodir_public. - Only rebuilt the index in serve mode when a requested URL is not in the index.
- Load site settings once during initialization. Changes to
site.yamlare visible only after restarting the server. - The template to use for a file in content must be specified as the header attribute
template. - Markdown extensions are configurable in site.yaml. By default no extensions will be used.
- Pre-render content attributes on demand by setting the
pre_renderdocument attribute to a list of attribute names. - Removed
canonicaltemplate variable. - The
languagessetting for multilingual sites and the auto-prefixing of collection URLs with language codes changed.