HISTORY.txt 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. ==================
  2. larigira History
  3. ==================
  4. :Author: boyska
  5. :Web site: https://git.lattuga.net/boyska/larigira
  6. :Copyright: This document has been placed in the public domain.
  7. .. contents::
  8. Release 1.3.0
  9. ===============
  10. * Add "exclude" to CronAlarm
  11. * Add larigira-dbmanage getaction
  12. * more docs
  13. Release 1.2.0
  14. ===============
  15. larigira moved. Its new repository is at
  16. https://git.lattuga.net/boyska/larigira . Update your bookmarks!
  17. There are some serious improvements and many small fixes and improvements.
  18. A new component has been added: EventFilters. They are a way to fix the problem
  19. of jingles and events stacking up on the playlist. I'm sure they can be useful
  20. to you. Read more on the documentation!
  21. * web interface:
  22. - allow editing `mostrecent` audio
  23. - **NEW** event calendar
  24. * audio generators:
  25. - randomdir: nicer filename, include action nick
  26. - limit randomdir to audio files
  27. * cleaning:
  28. - Explicit python dependency in setup.py
  29. - minor improvements on logging
  30. Release 1.1.0
  31. ==============
  32. Mostly cleanup
  33. * logging from audiogens is slightly improved
  34. * files generated from audiogens have more meaningful names
  35. * code cleaning
  36. Release 1.0.1
  37. =================
  38. Hotfix release
  39. * web:
  40. - error caused by script suggestion logic assuming SCRIPTS_PATH was valid
  41. Release 1.0.0
  42. =================
  43. New release. There are many improvements but also a breaking change.
  44. **CHANGE**: separator for script audiogen is now semicolon. Space is too
  45. common on filenames
  46. Now larigira officially tests and supports python 3.4
  47. * Web Interface:
  48. - Files, scripts, etc are autocompleted and validated
  49. following FILE_PATH_SUGGESTION options
  50. - event list is clearer, details are collapsed
  51. * Other improvements:
  52. - The frequency time generator supports weekdays
  53. - Documentation: clarify default DB location