about summary refs log tree commit diff stats
path: root/common/inits (unfollow)
Commit message (Collapse)Author
4 daysfix(common/inits/latex): Use `-` instead of `_` as separator in languagesBenedikt Peetz
LTex does not support the `<language>_<region>` syntax.
4 daysfix(common/init): Move the description to the copyright headerBenedikt Peetz
This avoids weird linebreaks.
2024-10-04chore(version): v0.8.1 v0.8.1Benedikt Peetz
2024-10-04chore(build): RegenerateBenedikt Peetz
2024-10-04fix(common/init): Correctly handle quoted values in the `replacement_file`Benedikt Peetz
2024-10-04fix(common/init): Ignore the init script itself, when looking for leftover ↵Benedikt Peetz
`%INIT_`s
2024-10-04chore(build): RegenerateBenedikt Peetz
2024-10-04fix(common/init): Check for not replaced `%INIT_` variablesBenedikt Peetz
2024-10-04refactor(common/init): Rewrite the `quotify` function in pythonBenedikt Peetz
The AWK version was getting confused with newlines (`\n`) in the input.
2024-10-04fix(templates/rust/Cargo.toml): Fix typos in `%INIT_` variablesBenedikt Peetz
2024-10-04