summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAge
* Update version to 1.5.0v1.5.0Ben Bridle2025-01-14
|
* Implement recipe parsingBen Bridle2025-01-14
|
* Update version to 1.4.0v1.4.0Ben Bridle2025-01-09
|
* Rewrite link handling and add navigation features to generated HTMLBen Bridle2025-01-09
|
* Update version to 1.3.0v1.3.0Ben Bridle2025-01-08
|
* More robust file traversal logicBen Bridle2025-01-08
| | | | | | | | | | | | | | File traversal can now cope with symbolic links. The original path to each file is preserved where before they were unintentionally canonicalized, so the source folder prefix can now be correctly stripped from the path of each source file. This commit also adds the !folder syntax from the original toaster. Directories with a !-prefix are copied without modification to the site root. A --delete option has been added to the program. When this option is set, the destination directory is first deleted if it already exists.
* Update to version 1.2.0v1.2.0Ben Bridle2025-01-07
|
* Update version to 1.1.0v1.1.0Ben Bridle2025-01-07
|
* A collection of fixesBen Bridle2025-01-07
| | | | | | Fixed a lot of issues around internal relative links and link validity checks. Added a math fragment syntax and the $$..$$ math form. Added heading link validity checks.
* Initial versionv1.0.0Ben Bridle2025-01-06