summary history branches tags files
Commit Message Author Date Diff Refs
bdabfeb sort branches and tags by date in default templates Trevor Bentley 2023-01-30 4 (+4/-4) master
6e27354 pre-bump version to 0.5.1 Trevor Bentley 2023-01-29 3 (+4/-2)
0b47cb0 update changelog for 0.5.0 Trevor Bentley 2023-01-29 1 (+1/-1) v0.5.0
b79eb38 bump version to 0.5.0 Trevor Bentley 2023-01-29 2 (+2/-2)
913e187 remove internal TODO list comments Trevor Bentley 2023-01-29 1 (+0/-8)
aca4460 add a changelog Trevor Bentley 2023-01-26 1 (+43/-0)
f89f44b fetch_remote setting to disable remote repo updates Trevor Bentley 2023-01-26 3 (+39/-15)
08b075e add a few more features to README Trevor Bentley 2023-01-26 1 (+4/-0)
d58a7e3 fix small typos in README Trevor Bentley 2023-01-26 1 (+2/-2)
1403cdc fix incorrectly escaped pipe in README table Trevor Bentley 2023-01-20 1 (+10/-10)
691d70c remove old TODO about parallelism Trevor Bentley 2023-01-20 1 (+0/-2)
c257ba1 Add `limit_commit_ids_to_related` setting. Trevor Bentley 2023-01-20 4 (+57/-1)
5f0f997 improve diff generation during parallel repo parsing Trevor Bentley 2023-01-19 1 (+35/-9)
7706054 fix parent links when limit_context is specified Trevor Bentley 2023-01-19 7 (+20/-7)
6bdc73f cargo fmt Trevor Bentley 2023-01-19 5 (+626/-289)
d83f682 refactor: support parallel execution Trevor Bentley 2023-01-19 6 (+488/-298)
48b6dd0 add support for %NAME% and url_string (permalinks) Trevor Bentley 2023-01-17 5 (+45/-14)
f787ec9 bug fix: file paths missing in 'dir' template Trevor Bentley 2023-01-17 1 (+1/-1)
570a357 major refactoring: remove 1-to-1 limit of template-to-output Trevor Bentley 2023-01-16 5 (+815/-718)
7815626 switch from crazy macro to trait for path variable substitution Trevor Bentley 2023-01-16 5 (+178/-77)
ca74758 document syntax_css in config.toml Trevor Bentley 2023-01-15 1 (+7/-1)
f07d0a1 rename repo_summary to summary to match other variables Trevor Bentley 2023-01-15 3 (+19/-19)
3ca4a52 fix accidental color breakage in light theme Trevor Bentley 2023-01-15 1 (+0/-3)
df81cd3 bump to version 0.4.1 Trevor Bentley 2023-01-15 2 (+2/-2) v0.4.1
a5e01d2 add mdbook example Trevor Bentley 2023-01-15 9 (+106/-0)
88e76d7 add a basic default dark theme Trevor Bentley 2023-01-15 56 (+2406/-909)
15fe76b update readme. add demo link Trevor Bentley 2023-01-15 1 (+6/-4)
dc59485 give footer a backlink Trevor Bentley 2023-01-15 2 (+5/-0)
88b7524 switch default pages to index.html Trevor Bentley 2023-01-15 7 (+9/-9)
490b6ad add sensible defaults to config.toml Trevor Bentley 2023-01-15 1 (+2/-2)
6a83f74 fix tags missing from alt_refs Trevor Bentley 2023-01-15 2 (+6/-2)
19ec6e0 bump to version 0.4.0 Trevor Bentley 2023-01-15 2 (+2/-2) v0.4.0
8130938 remove stray line from readme Trevor Bentley 2023-01-15 1 (+0/-1)
6fe5a97 Limitations section in readme Trevor Bentley 2023-01-15 1 (+6/-0)
84c9f70 add CSV generation example Trevor Bentley 2023-01-15 2 (+38/-0)
42870f1 don't generate asset folder if not used Trevor Bentley 2023-01-15 1 (+6/-2)
16f5661 document tera filters in readme Trevor Bentley 2023-01-15 1 (+14/-0)
3a71d80 add GPL license and header comments Trevor Bentley 2023-01-15 7 (+806/-0)
0b67001 minor README tweak Trevor Bentley 2023-01-15 1 (+1/-1)
dd93cba make website link an actual link Trevor Bentley 2023-01-15 1 (+4/-0)
d4100e8 add ability to sort repo list by date Trevor Bentley 2023-01-15 3 (+8/-2)
276b8a0 add option to link directly to readme Trevor Bentley 2023-01-15 5 (+41/-5)
8185721 add README Trevor Bentley 2023-01-14 3 (+207/-1)
5191a96 add configurable git clone URL Trevor Bentley 2023-01-14 6 (+53/-9)
0899d51 command-line argument to clean output Trevor Bentley 2023-01-14 2 (+28/-4)
6d30183 config options and behavior tweaks to support large repositories Trevor Bentley 2023-01-14 9 (+300/-152)
d903e4a CLI options to generate and open local repositories Trevor Bentley 2023-01-13 4 (+76/-1)
cfc589e make parsed branch configurable Trevor Bentley 2023-01-13 4 (+24/-4)
10082c2 fix site_assets to be a relative path Trevor Bentley 2023-01-13 2 (+11/-2)
f142234 add a stylized default template Trevor Bentley 2023-01-13 16 (+664/-122)