123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- ==================
- larigira History
- ==================
- :Author: boyska
- :Web site: https://git.lattuga.net/boyska/larigira
- :Copyright: This document has been placed in the public domain.
- .. contents::
- Release 1.3.0
- ===============
- * Add "exclude" to CronAlarm
- * Add larigira-dbmanage getaction
- * more docs
- Release 1.2.0
- ===============
- 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
|