Releases: fabriziosalmi/UglyFeed
Releases · fabriziosalmi/UglyFeed
Release 0.0.29
Changes in this Release
- Automatically generated release based on the following commit: b86d4b7
- Commit message: minifix: prompt (and prompt_file) can be edited via web UI
Release 0.0.28
Changes in this Release
- Automatically generated release based on the following commit: ced4e06
- Commit message: web UI updated
Release 0.0.27
Changes in this Release
- Automatically generated release based on the following commit: 26d90cf
- Commit message: uglypy can now be really used from cli, uglypy help command added, uglypy docs added
Release 0.0.25
Changes in this Release
- Automatically generated release based on the following commit: 13a9a38
- Commit message: was a typo :D import battle 1-1 now
Release 0.0.21
Changes in this Release
- Automatically generated release based on the following commit: 22ac920
- Commit message: Initial TTS implementation
Release 0.0.20
Changes in this Release
- Automatically generated release based on the following commit: b596f53
- Commit message: feeds can now be pointed from config.yaml like this:
input_feeds_path: "input/feeds.txt"
, env vars and cli args added to main.py
Release 0.0.19
Changes in this Release
- Automatically generated release based on the following commit: e95874f
- Commit message: The content_prefix has been moved to an external prompt_LANG.txt file. config.yaml, env vars and cli args supported for prompt_file configuration option. :)
Release 0.0.18
Changes in this Release
- Automatically generated release based on the following commit: 395e656
- Commit message: moderation updated, allow_duplicates option added (to remove repeated source links) and bugfixed, docs updated to match to the new configuration options
Release 0.0.17
Changes in this Release
- Automatically generated release based on the following commit: 40ceb1a
- Commit message: Update setup.py
new option added:
allow_duplicates
:false
# remove source links repetitions
Release 0.0.16
Changes in this Release
- Automatically generated release based on the following commit: e01be92
- Commit message: moderation added (a simple post filter replacing swear words with *****, useful to quickly filter out bad stuff you own way)