distribusi/CHANGELOG.md

48 lines
1.3 KiB
Markdown
Raw Normal View History

2019-07-08 20:25:00 +02:00
# Changelog
The changelog was only added at version 0.0.4.
2020-04-22 21:45:36 +02:00
## 0.0.9
- Fix thumbnail generation (thanks @dickreckard!)
- Adjust formatting for usage output
2019-09-20 16:47:04 +02:00
## 0.0.8
2020-04-22 21:45:36 +02:00
- Allow to ignore hidden directories with `--no-hidden`
- Files and directories are now sorted during distribusification.
- Allow to append `index.html` to the menu items with `--menu-with-index`
2019-09-20 16:47:04 +02:00
2019-09-15 15:13:11 +02:00
## 0.0.7
Let's think a bit about safety and robustness:
2020-04-22 21:45:36 +02:00
- distribusi only overwrites (or removes) indexes that have been created by distribusi itself
- override the above behaviour with `--force`
- `--exclude` now allows you to exclude folder names from being listed, this behaviour is not influenced by `--force`
2019-09-15 15:13:11 +02:00
2019-09-15 23:07:21 +02:00
And also some refactoring and niceties:
2019-09-12 19:01:55 +02:00
2020-04-22 21:45:36 +02:00
- Distribusi only prints when called with `--verbose`
- Restyled `--verbose` output
- Generated indexes can be removed with `--remove-indexes`
- .html and .txt files are now expanded and included as snippets in the index file
- code rewrite for clarity
- HTML output is more precisely styleable
2019-09-12 19:01:55 +02:00
2019-09-15 23:07:21 +02:00
## 0.0.6
Woops, we missed that one.
2019-09-07 01:16:47 +02:00
## 0.0.5
2020-04-22 21:45:36 +02:00
- Use loose bounds for dependencies
- Don't call exiftools on every execution
- If `PILLOW` can't thumbnail an image it is included as a link instead
2019-09-07 01:16:47 +02:00
2019-07-08 20:25:00 +02:00
## 0.0.4
2020-04-22 21:45:36 +02:00
- Add captions from EXIF metadata
- Custom stylesheet usage
- Ability to hide filenames