This repository has been 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.path
on Windows 10
Release v3.5
- Replace
markdown.lua
withlua-discount
- Add
discount_options
configuration setting - Remove caching/
--no-cache
over-optimisation - Lua 5.3 support
- @paragasu Support for
.markdown
files - @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_post
andnext_post
links inside post templates - Fixes
link_dirs=false
Release v3.2
Install/upgrade with: luarocks install luapress
Changes:
--watch
now looks for template changes- Add consistent
format_date
function for both mustache/lhtml templates: - Add
config.date_format
Release v3.1
Install/upgrade with: luarocks install luapress
Changes:
- Add support for
.mustache
templates - Default new sites to use
.mustache
build in template - Add
--lhtml
flag to init to create sites with the old.lhtml
template - Fix
.lhtml
templates 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_page
to create index form page even when posts exist - Add
config.sticky_page
to have a page appear at the top of index - Add
config.archive_title
to change the title of the archive page - Add
--watch
command 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_getopt
and handle args manually - Nicer (colored, where possible) terminal output
Release v2.1.1
Latest stable v2.