summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* chore(version): v1.1.0 v1.1.0Benedikt Peetz2024-06-13
|
* docs(todo): InitBenedikt Peetz2024-06-13
|
* fix(new::section): Generate a precise dateBenedikt Peetz2024-06-13
|
* fix(new::section): Avoid overriding already existing section fileBenedikt Peetz2024-06-13
|
* feat(config_file): Allow specifying the name of the `main.tex` fileBenedikt Peetz2024-06-13
|
* feat(new): Ensure that file names are ASCII onlyBenedikt Peetz2024-06-13
| | | | This allows us to just query the last chapter instead of storing it.
* feat(cli): Switch to stderrlog, configured by cli optionsBenedikt Peetz2024-06-13
|
* build(update.sh): First upgrade then updateBenedikt Peetz2024-06-13
|
* build(treewide): UpdateBenedikt Peetz2024-06-13
|
* build(.envrc): Add the correct cargo build output locations to PATHBenedikt Peetz2024-06-13
|
* build(cog.toml): Specify the remote url correctlyBenedikt Peetz2024-03-31
|
* chore(version): v1.0.0Benedikt Peetz2024-03-31
|
* build(cog.toml): Remove unneeded heading (that broke parsing)Benedikt Peetz2024-03-31
|
* chore(Cargo.toml): Add additional meta dataBenedikt Peetz2024-03-31
|
* refactor(treewide): Improve code quality by working with a FileTreeBenedikt Peetz2024-03-31
| | | | | | The FileTree has been taken from the implementation written by my for the Trinitrix project. It alleviates the problem, where functions had to do many things themselves.
* docs(example): Add an example directoryBenedikt Peetz2024-03-31
|
* chore(treewide): Update this project to today's standards.Benedikt Peetz2024-03-31
|
* Style(treewide): FormatSoispha2023-06-18
|
* Fix(cli): Remove project optionSoispha2023-06-18
| | | | Generating a project should be done on the nix side.
* Chore: Initial commitSoispha2023-06-18