summary refs log tree commit diff stats
path: root/NEWS.md
blob: 832dcaf2bc6127448b4be853046b804ce53d015a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## [v2.0.0](https://codeberg.org/soispha/lpm/compare/194453b822f348d79c705dd0503f88da8babfa63..v2.0.0) - 2024-09-29
#### Bug Fixes
- **(MangledName)** Also replace `"` and `'` - ([c5f5aff](https://codeberg.org/soispha/lpm/commit/c5f5affda8c323d27f9120f6b860202e1dc068b7)) - [@bpeetz](https://codeberg.org/bpeetz)
- **(MangledName)** Ensure that the mangled names are actually correct - ([0f9dcd5](https://codeberg.org/soispha/lpm/commit/0f9dcd571465a338fb0a0928f4cba430aabac343)) - [@bpeetz](https://codeberg.org/bpeetz)
#### Build system
- **(treewide)** Update - ([66e40f1](https://codeberg.org/soispha/lpm/commit/66e40f16ad529684d804d920e44c014e3bb867d3)) - [@bpeetz](https://codeberg.org/bpeetz)
- **(treewide)** Update - ([194453b](https://codeberg.org/soispha/lpm/commit/194453b822f348d79c705dd0503f88da8babfa63)) - [@bpeetz](https://codeberg.org/bpeetz)
#### Documentation
- **(todo.md)** Update - ([4eec5b4](https://codeberg.org/soispha/lpm/commit/4eec5b4a318373ed3625fa6d2a8404073a24d69d)) - [@bpeetz](https://codeberg.org/bpeetz)
#### Features
- **(bundle)** Support bundling a document into one TeX file - ([b59cc73](https://codeberg.org/soispha/lpm/commit/b59cc730fdbcc81752d6c9b23ac00a3b0aff1c8a)) - [@bpeetz](https://codeberg.org/bpeetz)
- **(new/chapter)** Improve `\include` and `\includeonly` generation - ([5630948](https://codeberg.org/soispha/lpm/commit/5630948b876445db6416437eb582a18e53498a5d)) - [@bpeetz](https://codeberg.org/bpeetz)
- **(new/figure)** Init - ([800ffaf](https://codeberg.org/soispha/lpm/commit/800ffaf658c3defe165dd24c3ecd65ceabc7096a)) - [@bpeetz](https://codeberg.org/bpeetz)
- **(templates)** Provide a consistent syntax for replacements - ([d0fe56f](https://codeberg.org/soispha/lpm/commit/d0fe56f4e98fa552c5e271713a815d2382e614f7)) - [@bpeetz](https://codeberg.org/bpeetz)
#### Miscellaneous Chores
- **(references)** Add testing data - ([fc3ec27](https://codeberg.org/soispha/lpm/commit/fc3ec276bc47d208beaf2d7602258e13de1385a1)) - [@bpeetz](https://codeberg.org/bpeetz)

- - -

## [v1.1.0](https://codeberg.org/soispha/lpm/compare/67f3079cd49deb116ba215244e7a1a1575a71ede..v1.1.0) - 2024-06-13
#### Bug Fixes
- **(new::section)** Generate a precise date - ([d148d3f](https://codeberg.org/soispha/lpm/commit/d148d3fdc076a9c41229e6e216a2a045e227cc08)) - [@bpeetz](https://codeberg.org/bpeetz)
- **(new::section)** Avoid overriding already existing section file - ([b80182a](https://codeberg.org/soispha/lpm/commit/b80182a348578fbe54cb8cd255b5087d75a44a7c)) - [@bpeetz](https://codeberg.org/bpeetz)
#### Build system
- **(.envrc)** Add the correct cargo build output locations to PATH - ([237dfef](https://codeberg.org/soispha/lpm/commit/237dfef46978b8941ffa25c1be8015c69e9780f5)) - [@bpeetz](https://codeberg.org/bpeetz)
- **(cog.toml)** Specify the remote url correctly - ([67f3079](https://codeberg.org/soispha/lpm/commit/67f3079cd49deb116ba215244e7a1a1575a71ede)) - [@bpeetz](https://codeberg.org/bpeetz)
- **(treewide)** Update - ([b2ae514](https://codeberg.org/soispha/lpm/commit/b2ae514fe3b2a55855edbbe680dc680db0c16a7b)) - [@bpeetz](https://codeberg.org/bpeetz)
- **(update.sh)** First upgrade then update - ([a745154](https://codeberg.org/soispha/lpm/commit/a7451549311d2b697065439e3d361049f92c1f35)) - [@bpeetz](https://codeberg.org/bpeetz)
#### Documentation
- **(todo)** Init - ([e7140a2](https://codeberg.org/soispha/lpm/commit/e7140a2cfa09214530ab80dab1d27abbd5b3fd8f)) - [@bpeetz](https://codeberg.org/bpeetz)
#### Features
- **(cli)** Switch to stderrlog, configured by cli options - ([3e80cef](https://codeberg.org/soispha/lpm/commit/3e80cef8b2575f871aeea01917edcfb25356c290)) - [@bpeetz](https://codeberg.org/bpeetz)
- **(config_file)** Allow specifying the name of the `main.tex` file - ([dbc8521](https://codeberg.org/soispha/lpm/commit/dbc85218f6da32123a290639a784162fa4169f4a)) - [@bpeetz](https://codeberg.org/bpeetz)
- **(new)** Ensure that file names are ASCII only - ([07c2924](https://codeberg.org/soispha/lpm/commit/07c2924e7abc9641df6f6bc6181c912b70904972)) - [@bpeetz](https://codeberg.org/bpeetz)

- - -

## [v1.0.0](https://https://codeberg.org/soispha/lpm/compare/e94e4304e9bfd64bdf934827ffdf0409c44d991c..v1.0.0) - 2024-03-31
#### Build system
- **(cog.toml)** Remove unneeded heading (that broke parsing) - ([0a491a7](https://https://codeberg.org/soispha/lpm/commit/0a491a7a319b3fc63e6707504adc563db1e292b0)) - [@bpeetz](https://https://codeberg.org/bpeetz)
#### Documentation
- **(example)** Add an example directory - ([76084f4](https://https://codeberg.org/soispha/lpm/commit/76084f4a268e2de36c4144e1a8891c038178f8ea)) - [@bpeetz](https://https://codeberg.org/bpeetz)
#### Miscellaneous Chores
- **(Cargo.toml)** Add additional meta data - ([c520e2d](https://https://codeberg.org/soispha/lpm/commit/c520e2d9e2635ed332e6d43714804de63b007e8b)) - [@bpeetz](https://https://codeberg.org/bpeetz)
- **(treewide)** Update this project to today's standards. - ([e94e430](https://https://codeberg.org/soispha/lpm/commit/e94e4304e9bfd64bdf934827ffdf0409c44d991c)) - [@bpeetz](https://https://codeberg.org/bpeetz)
#### Refactoring
- **(treewide)** Improve code quality by working with a FileTree - ([2e5e4b5](https://https://codeberg.org/soispha/lpm/commit/2e5e4b5736c446198e36760e254b7c17dd987166)) - [@bpeetz](https://https://codeberg.org/bpeetz)

- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).