Commit message (Collapse) | Author | ||
---|---|---|---|
4 days | fix(common/inits/latex): Use `-` instead of `_` as separator in languages | Benedikt Peetz | |
LTex does not support the `<language>_<region>` syntax. | |||
4 days | fix(common/init): Move the description to the copyright header | Benedikt Peetz | |
This avoids weird linebreaks. | |||
2024-10-04 | chore(version): v0.8.1 v0.8.1 | Benedikt Peetz | |
2024-10-04 | chore(build): Regenerate | Benedikt Peetz | |
2024-10-04 | fix(common/init): Correctly handle quoted values in the `replacement_file` | Benedikt Peetz | |
2024-10-04 | fix(common/init): Ignore the init script itself, when looking for leftover ↵ | Benedikt Peetz | |
`%INIT_`s | |||
2024-10-04 | chore(build): Regenerate | Benedikt Peetz | |
2024-10-04 | fix(common/init): Check for not replaced `%INIT_` variables | Benedikt Peetz | |
2024-10-04 | refactor(common/init): Rewrite the `quotify` function in python | Benedikt Peetz | |
The AWK version was getting confused with newlines (`\n`) in the input. | |||
2024-10-04 | fix(templates/rust/Cargo.toml): Fix typos in `%INIT_` variables | Benedikt Peetz | |
2024-10-04 |