diff --git a/HISTORY.txt b/HISTORY.txt new file mode 100644 index 0000000..f9ae77e --- /dev/null +++ b/HISTORY.txt @@ -0,0 +1,71 @@ +================== + larigira History +================== + +:Author: boyska +:Web site: https://git.lattuga.net/boyska/larigira +:Copyright: This document has been placed in the public domain. + +.. contents:: + +Unreleased +============ + +larigira moved. Its new repository is at +https://git.lattuga.net/boyska/larigira . Update your bookmarks! + +There are some serious improvements and many small fixes and improvements. + +A new component has been added: EventFilters. They are a way to fix the problem +of jingles and events stacking up on the playlist. I'm sure they can be useful +to you. Read more on the documentation! + +* web interface: + - allow editing `mostrecent` audio + - **NEW** event calendar +* audio generators: + - randomdir: nicer filename, include action nick + - limit randomdir to audio files +* cleaning: + - Explicit python dependency in setup.py + - minor improvements on logging + +Release 1.1.0 +============== + +Mostly cleanup + +* logging from audiogens is slightly improved +* files generated from audiogens have more meaningful names +* code cleaning + +Release 1.0.1 +================= + +Hotfix release + +* web: + + - error caused by script suggestion logic assuming SCRIPTS_PATH was valid + +Release 1.0.0 +================= + +New release. There are many improvements but also a breaking change. + +**CHANGE**: separator for script audiogen is now semicolon. Space is too +common on filenames + +Now larigira officially tests and supports python 3.4 + +* Web Interface: + + - Files, scripts, etc are autocompleted and validated + following FILE_PATH_SUGGESTION options + - event list is clearer, details are collapsed + +* Other improvements: + + - The frequency time generator supports weekdays + - Documentation: clarify default DB location +