aboutsummaryrefslogtreecommitdiffstats
path: root/src/new (unfollow)
Commit message (Collapse)Author
2024-06-13fix(new::section): Generate a precise dateBenedikt Peetz
2024-06-13fix(new::section): Avoid overriding already existing section fileBenedikt Peetz
2024-06-13feat(new): Ensure that file names are ASCII onlyBenedikt Peetz
This allows us to just query the last chapter instead of storing it.
2024-03-31refactor(treewide): Improve code quality by working with a FileTreeBenedikt Peetz
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.
2023-06-18Style(treewide): FormatSoispha