Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | compiler: add a prefix setting for tags generated from parent dirs | pacien | 2020-02-23 |
| | | | | GitHub: closes #59 | ||
* | compiler: unify directory special files | pacien | 2020-02-17 |
| | |||
* | compiler: metadata sidecar for whole directories | pacien | 2020-02-17 |
| | | | | GitHub: closes #3 | ||
* | documentation | Zero~Informatique | 2020-02-13 |
| | |||
* | compiler: reject input and output directories that coincide | pacien | 2020-02-03 |
| | | | | GitHub: closes #80 | ||
* | compiler: tweak default thumbnail size | pacien | 2020-02-02 |
| | | | | For better packing. | ||
* | doc: clarify argument syntax | pacien | 2020-01-31 |
| | | | | Avoiding silly shell expansion issues for path arguments | ||
* | compiler: add flag for output dir cleanup | pacien | 2020-01-30 |
| | | | | | | Making it explicit. GitHub: closes #62 | ||
* | compiler: switch to imagemagick | pacien | 2020-01-29 |
| | | | | | | | | | | Use ImageMagick to resize images instead of JuicyPixels, using the superior Lanczos resampling and cutting memory usage. This requires ImageMagick to be installed on the host system and the `magick` executable to be present in the PATH. GitHub: closes #49 | ||
* | compiler: add jpeg export quality setting | pacien | 2020-01-26 |
| | | | | GitHub: closes #2 | ||
* | compiler: add directory incl and excl glob settings | pacien | 2020-01-26 |
| | | | | GitHub: closes #41 | ||
* | manual: normalise header | pacien | 2020-01-08 |
| | |||
* | compiler: rename date field to more explicit datetime | pacien | 2020-01-06 |
| | |||
* | compiler: properly reject invalid dates in sidecar files | pacien | 2020-01-06 |
| | | | | GitHub: closes #31 | ||
* | compiler: document default date value | pacien | 2020-01-06 |
| | |||
* | compiler: replace file filter with inclusino and exclusion glob lists | pacien | 2020-01-05 |
| | | | | GitHub: closes #16 | ||
* | compiler: add option to add tags from n parent directories | pacien | 2020-01-05 |
| | | | | GitHub: closes #15 | ||
* | add manual | pacien | 2020-01-05 |