Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
Closes #39
  • Loading branch information
gucci-on-fleek committed Nov 22, 2022
1 parent d0cbd2d commit c67cbf2
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Changelog

All notable changes to lua-widow-control will be listed here, in reverse chronological order. **Changes listed in bold** are important changes: they either remove options or commands, or may change the location of page breaks.

## Unreleased
## v3.0.0 (2022-11-22)

- Add the new _TUGboat_ and _Zpravodaj_ articles.

Expand All @@ -27,7 +27,7 @@ All notable changes to lua-widow-control will be listed here, in reverse chronol

Add support for node colouring in ConTeXt and OpTeX ([#39](https://github.com/gucci-on-fleek/lua-widow-control/issues/39)).

## v2.2.2 (2022-08-23)
## [v2.2.2 (2022-08-23)](https://github.com/gucci-on-fleek/lua-widow-control/releases/tag/release-6c91837c205572a78a0bcaf9c80b8e475ef71689)

- Add preliminary support for inserts/footnotes in LuaMetaTeX ([#38](https://github.com/gucci-on-fleek/lua-widow-control/issues/38)).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Lua-widow-control is licensed under the [_Mozilla Public License_, version 2.0](
Please note that a compiled document is absolutely **not** considered to be an "Executable Form" as defined by the MPL. The use of lua-widow-control in a document does not place **any** obligations on the document's author or distributors. The MPL and CC-BY-SA licenses **only** apply to you if you distribute the lua-widow-control source code or documentation.

---
_v2.2.2 (2022-08-23)_ <!--%%version %%dashdate-->
_v3.0.0 (2022-11-22)_ <!--%%version %%dashdate-->
2 changes: 1 addition & 1 deletion docs/manual/lwc-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
\startdocument[
title=lua-widow-control,
author=Max Chernoff,
version=2.2.2, %%version
version=3.0.0, %%version
github=https://github.com/gucci-on-fleek/lua-widow-control,
ctan=https://www.ctan.org/pkg/lua-widow-control,
]
Expand Down
4 changes: 2 additions & 2 deletions source/lua-widow-control-2022-02-22.sty
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
% report a real version number here for debugging.
\PackageInfo{lua-widow-control}{%
Real version:
2022/08/23 %%slashdate
v2.2.2 %%version
2022/11/22 %%slashdate
v3.0.0 %%version
}

\PackageWarning{lua-widow-control}{%
Expand Down
4 changes: 2 additions & 2 deletions source/lua-widow-control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ elseif plain or latex or optex then
debug("Plain/LaTeX")
luatexbase.provides_module {
name = lwc.name,
date = "2022/08/23", --%%slashdate
version = "2.2.2", --%%version
date = "2022/11/22", --%%slashdate
version = "3.0.0", --%%version
description = [[
This module provides a LuaTeX-based solution to prevent
Expand Down
2 changes: 1 addition & 1 deletion source/lua-widow-control.opm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% SPDX-License-Identifier: MPL-2.0+
% SPDX-FileCopyrightText: 2022 Max Chernoff

\_codedecl\lwcenable{lua-widow-control <v2.2.2>} %%version
\_codedecl\lwcenable{lua-widow-control <v3.0.0>} %%version
\_namespace{lwc}

\_clubpenalty=1
Expand Down
6 changes: 3 additions & 3 deletions source/lua-widow-control.sty
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

\DeclareRelease{}{0000-00-00}{lua-widow-control-2022-02-22.sty}
\DeclareRelease{v1.1.6}{2022-02-22}{lua-widow-control-2022-02-22.sty}
\DeclareCurrentRelease{v2.2.2}{2022-08-23} %%version %%dashdate
\DeclareCurrentRelease{v3.0.0}{2022-11-22} %%version %%dashdate

% If this version of LaTeX doesn't support command hooks, then we load
% the last v1.1.X version of the package.
Expand All @@ -23,8 +23,8 @@

\ProvidesExplPackage
{lua-widow-control}
{2022/08/23} %%slashdate
{v2.2.2} %%version
{2022/11/22} %%slashdate
{v3.0.0} %%version
{Use Lua to remove widows and orphans}

% Message and String Constants
Expand Down
2 changes: 1 addition & 1 deletion source/lua-widow-control.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% SPDX-License-Identifier: MPL-2.0+
% SPDX-FileCopyrightText: 2022 Max Chernoff

\wlog{lua-widow-control v2.2.2} %%version
\wlog{lua-widow-control v3.0.0} %%version

\ifx\directlua\undefined
\errmessage{%
Expand Down
4 changes: 2 additions & 2 deletions source/t-lua-widow-control.mkxl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
%D \module
%D [ file=t-lua-widow-control,
%D version=2.2.2, %%version
%D version=3.0.0, %%version
%D title=lua-widow-control,
%D subtitle=\ConTeXt module for lua-widow-control,
%D author=Max Chernoff,
%D date=2022-08-23, %%dashdate
%D date=2022-11-22, %%dashdate
%D copyright=Max Chernoff,
%D license=MPL-2.0+,
%D url=https://github.com/gucci-on-fleek/lua-widow-control]
Expand Down

0 comments on commit c67cbf2

Please sign in to comment.