Releases: opacam/Cohen3
Releases · opacam/Cohen3
v0.9.3
0.9.2
0.9.1
0.8.3
Introduces Backend's models
This release introduces a new module, backends.models, which is intended to make easier to write a custom backend.
Highlighted changes:
- Introduces new module: backends.models
- Refactor some backends using the new module backends.models
- Add backends status to README
- Better and cleaner documentation
- Python 3's f-Strings for backends modules
- Upgraded dependency for requests package (fix vulnerability)
- Split into several files the sphinx's documentation
- Migrate reports from coverage to codecov
- Fix backend IRadioStore (ShoutCast Radio)
- Fix backend TEDStore
- Fix backend LolcatsStore
- Fix backend AppleTrailersStore
- Fix the parsing of the soap messages with encoding declared
0.8.2
Reintroduces WebUI
This release reintroduces the WebUI feature that was previously removed and fixes some bugs.
Highlighted changes:
- Reintroduces WebUI
- Improve documentation
- Whole new design for web server html visualization
- Fix Inotify events
- Fix test_dbus reactors conflict
- Fix some travis dependencies
- Fix wrong log level for init function of the log module
0.8.1
Fixes and enhancements
Still not fully functional, but the main functionality of the project works (Server/Client dlna/UPnP)
Highlighted changes:
- Automate documentation building via travis
- Add more sphinx documentation
- Remove livestreamer as basic dependency
- Migrate from pygtk to gi.repository
- Migrate Gstreamer from version 0.10 to 1.0
- Enhance Travis with more tests
- Reformat according pep8 directives.
- Fix quoted keys for some headers
- Fix Inotify (now uses twisted's Inotify, but still not working due to a bug in source code)
- Fix all pep8/pylint errors
0.8.0
Initial Cohen3 release:
This is the first release of the Cohen3 project.
Be aware that some of the feature will not work because the python 3 migration is not enough to make it work.
The plugins will not work as expected, some of them should be rewrote.
Highlighted changes:
- Renames project from Cohen to Cohen3
- Migrates source code to python version 3
- Reformat, Cleanup and some PEP8 fixes
- Twisted >= 18.7.0 is now required
- Louie-latest is now required (instead of Louie)