Skip to content

Commit 66a1ef9

Browse files
committed
docs(changelog): update for 0.11.0
1 parent 9c2fe2e commit 66a1ef9

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
<a name="0.11.0"></a>
4+
## [0.11.0] (2024-01-07)
5+
### Added
6+
- New target `pretty` to run code prettifiers on the source files in
7+
the current directory.
8+
Currently, only
9+
[`latexindent`](https://www.ctan.org/pkg/latexindent)
10+
has built-in support.
11+
By default, `make pretty` runs
12+
`latexindent -l -wd -s` for each `.tex` file.
13+
Target files of the prettifier can be configurable by setting
14+
`LATEXINDENT_TARGET`, for example,
15+
`LATEXINDENT_TARGET = *.tex *.sty`.
16+
Note that probably the user wants to customize `latexindent`
17+
local settings (in `localSettings.yaml` or `latexindent.yaml`),
18+
like `defaultIndent` and `onlyOneBackUp`.
19+
([#22](https://github.com/tueda/makefile4latex/issues/22))
20+
- Configurable target files for linters, by `CHKTEX_TARGET` etc.
21+
([20f7bc9](https://github.com/tueda/makefile4latex/commit/20f7bc928c9ab67e2b73f7ce880752f9ff3a7f3f))
22+
### Changed
23+
- Updated `.gitignore`, which is now based on
24+
[`TeX.gitignore` (2021-12-11)](https://github.com/github/gitignore/blob/362abacebe59448407e47a014e09288d8cddb7a7/TeX.gitignore).
25+
([a3e4eae](https://github.com/tueda/makefile4latex/commit/a3e4eae2e2528745a97ee141d6ba3afc4b33988f))
26+
27+
328
<a name="0.10.0"></a>
429
## [0.10.0] (2023-07-23)
530
### Added
@@ -192,6 +217,7 @@
192217
```
193218

194219

220+
[0.11.0]: https://github.com/tueda/makefile4latex/compare/v0.10.0...v0.11.0
195221
[0.10.0]: https://github.com/tueda/makefile4latex/compare/v0.9.1...v0.10.0
196222
[0.9.1]: https://github.com/tueda/makefile4latex/compare/v0.9.0...v0.9.1
197223
[0.9.0]: https://github.com/tueda/makefile4latex/compare/v0.8.0...v0.9.0

0 commit comments

Comments
 (0)