This repository was archived by the owner on Nov 21, 2023. It is now read-only.
Releases: Fizzadar/Luapress
Releases · Fizzadar/Luapress
Release v3.5.2
Release v3.5.1
- @yuigoto fix
package.pathon Windows 10
Release v3.5
- Replace
markdown.luawithlua-discount - Add
discount_optionsconfiguration setting - Remove caching/
--no-cacheover-optimisation - Lua 5.3 support
- @paragasu Support for
.markdownfiles - @exelotl fixes for copying template directory on Windows
- @exelotl fix link to docs
- @hrsantiago fix break in
lhtml
Release v3.4
- Support for newer Lua versions
- Support for non English languages
Release v3.3.1
- Fix images and emails in markdown
- Make cache work with multiple envs
Release v3.3
- Adds
previous_postandnext_postlinks inside post templates - Fixes
link_dirs=false
Release v3.2
Install/upgrade with: luarocks install luapress
Changes:
--watchnow looks for template changes- Add consistent
format_datefunction for both mustache/lhtml templates: - Add
config.date_format
Release v3.1
Install/upgrade with: luarocks install luapress
Changes:
- Add support for
.mustachetemplates - Default new sites to use
.mustachebuild in template - Add
--lhtmlflag to init to create sites with the old.lhtmltemplate - Fix
.lhtmltemplates which print '-'
Release v3
Install/upgrade with: luarocks install luapress
Breaking changes:
- Rename
config.index->config.index_page - Change CLI arg
--nocache->--no-cache
The rest:
- Add support for multiple (url, build_dir) environments
- Add
config.force_index_pageto create index form page even when posts exist - Add
config.sticky_pageto have a page appear at the top of index - Add
config.archive_titleto change the title of the archive page - Add
--watchcommand line to rebuild on changes to posts/ & pages/ (no Windows support :() - Add ID attribute to
<hX>tags in markdown lib - Add
$raw$ ...$/raw$ syntax to disable Markdown extras - Add default config, so local config can be sparse
- Fix escaping for post & gallery RSS content
- Rename
press.lua->luapress.lua - Remove
alt_getoptand handle args manually - Nicer (colored, where possible) terminal output
Release v2.1.1
Latest stable v2.