Skip to content

Commit

Permalink
V3.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhughes committed Jul 14, 2024
1 parent 40b0966 commit 0dee1f4
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM perl:5.40.0-slim-threaded-buster
#

ARG LATEXINDENT_VERSION
ENV LATEXINDENT_VERSION ${LATEXINDENT_VERSION:-V3.24.2}
ENV LATEXINDENT_VERSION ${LATEXINDENT_VERSION:-V3.24.3}

RUN apt-get update \
&& apt-get install \
Expand Down
4 changes: 2 additions & 2 deletions LatexIndent/Version.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ use warnings;
use Exporter qw/import/;
our @EXPORT_OK = qw/$versionNumber $versionDate/;

our $versionNumber = '3.24.2';
our $versionDate = '2024-06-15';
our $versionNumber = '3.24.3';
our $versionDate = '2024-07-14';
1
2 changes: 1 addition & 1 deletion defaultSettings.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# latexindent.pl, version 3.24.2, 2024-06-15
# latexindent.pl, version 3.24.3, 2024-07-14
#
# defaultSettings.yaml, the default settings for latexindent.pl
#
Expand Down
5 changes: 4 additions & 1 deletion documentation/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<!-- announcement: encoding bug fix-->
<!-- announcement: -y switch bug fix for lookForAlignDelims-->

# changelog.md
## V3.24.3, July 14, 2024
`-y` switch bug fix for `lookForAlignDelims`, see [issue 551](https://github.com/cmhughes/latexindent.pl/issues/551)

## V3.24.2, June 15, 2024
encoding bug fix, see [issue 547](https://github.com/cmhughes/latexindent.pl/issues/547), thanks to @fengzyf

Expand Down
4 changes: 2 additions & 2 deletions documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = u'3.24.2'
version = u'3.24.3'
# The full version, including alpha/beta/rc tags.
release = u'3.24.2'
release = u'3.24.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion documentation/demonstrations/pre-commit-config-conda.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- repo: https://github.com/cmhughes/latexindent.pl
rev: V3.24.2
rev: V3.24.3
hooks:
- id: latexindent-conda
args: [-s]
2 changes: 1 addition & 1 deletion documentation/demonstrations/pre-commit-config-cpan.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- repo: https://github.com/cmhughes/latexindent.pl
rev: V3.24.2
rev: V3.24.3
hooks:
- id: latexindent
args: [-s]
2 changes: 1 addition & 1 deletion documentation/demonstrations/pre-commit-config-demo.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- repo: https://github.com/cmhughes/latexindent.pl
rev: V3.24.2
rev: V3.24.3
hooks:
- id: latexindent
args: [-l, -m, -s, -w]
2 changes: 1 addition & 1 deletion documentation/demonstrations/pre-commit-config-docker.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- repo: https://github.com/cmhughes/latexindent.pl
rev: V3.24.2
rev: V3.24.3
hooks:
- id: latexindent-docker
args: [-s]
2 changes: 1 addition & 1 deletion documentation/latexindent-yaml-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/schema",
"$id": "latexindent-yaml-schema.json",
"title": "latexindent.pl YAML schema",
"description": "latexindent.pl YAML schema helper, V3.24.2 2024-06-15",
"description": "latexindent.pl YAML schema helper, V3.24.3 2024-07-14",
"type": "object",
"properties": {
"fileExtensionPreference": {
Expand Down
2 changes: 1 addition & 1 deletion documentation/readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
latexindent.pl, version 3.24.2, 2024-06-15
latexindent.pl, version 3.24.3, 2024-07-14

PERL script to indent code within environments, and align delimited
environments in .tex files.
Expand Down
8 changes: 5 additions & 3 deletions documentation/sec-appendices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ Linux users may be interested in exploring Perlbrew (“Perlbrew” n.d.); an ex

sudo apt-get install perlbrew
perlbrew init
perlbrew install perl-5.39.1
perlbrew switch perl-5.39.1
perlbrew install perl-5.40.0
perlbrew switch perl-5.40.0
sudo apt-get install curl
curl -L http://cpanmin.us | perl - App::cpanminus
cpanm YAML::Tiny
Expand Down Expand Up @@ -1142,7 +1142,9 @@ which may receive the following result
Active code page: 936
and then the characters supported by the code page can be found in https://learn.microsoft.com/en-us/windows/win32/intl/code-page-identifiers. For example, the characters supported by the encoding corresponding to code page 936 are: ANSI/OEM Simplified Chinese (PRC, Singapore); Chinese Simplified (GB2312).
and then the characters supported by the code page can be found in `https://learn.microsoft.com/en-us/windows/win32/intl/code-page-identifiers <Microsoft's
code page identifier
table>`__. For example, the characters supported by the encoding corresponding to code page 936 are: ANSI/OEM Simplified Chinese (PRC, Singapore); Chinese Simplified (GB2312).
For Ubuntu Linux and macOS users, whether using the Perl script or the executable file, the options support UTF-8 characters.
Expand Down
4 changes: 2 additions & 2 deletions documentation/title.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
sharp corners,
enhanced,
overlay={\node[anchor=north east,outer sep=2pt] at ([xshift=3cm,yshift=4mm]frame.north east) {\includegraphics[width=3cm]{logo}}; }]
\centering\ttfamily\bfseries latexindent.pl\\[1cm] Version 3.24.2
\centering\ttfamily\bfseries latexindent.pl\\[1cm] Version 3.24.3
\end{tcolorbox}
}
\author{Chris Hughes \thanks{and contributors!
See \vref{sec:contributors}.
For
all communication, please visit \cite{latexindent-home}.}}
\date{2024-06-15}
\date{2024-07-14}
\maketitle
\begin{adjustwidth}{1cm}{1cm}
\small
Expand Down
8 changes: 4 additions & 4 deletions helper-scripts/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
# - <upload latexindent.zip to ctan>

minorVersion=0
oldVersion='3.24.1'
newVersion='3.24.2'
oldDate='2024-05-12'
newDate='2024-06-15'
oldVersion='3.24.2'
newVersion='3.24.3'
oldDate='2024-06-15'
newDate='2024-07-14'
updateVersion=0
gitMode=0

Expand Down
2 changes: 1 addition & 1 deletion latexindent.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#
# latexindent.pl, version 3.24.2, 2024-06-15
# latexindent.pl, version 3.24.3, 2024-07-14
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and [pre-commit](https://latexindentpl.readthedocs.io/en/latest/sec-appendices.h

## version

latexindent.pl, version 3.24.2, 2024-06-15
latexindent.pl, version 3.24.3, 2024-07-14

## author
Chris Hughes (cmhughes)
Expand Down Expand Up @@ -157,7 +157,7 @@ framework](https://pre-commit.com) by adding this to your

```yaml
- repo: https://github.com/cmhughes/latexindent.pl.git
rev: V3.24.2
rev: V3.24.3
hooks:
- id: latexindent
```
Expand Down

0 comments on commit 0dee1f4

Please sign in to comment.