Skip to content

Releases: opacam/Cohen3

v0.9.3

26 Apr 19:56
Compare
Choose a tag to compare

Remove BBC backend

General:

  • Remove bbc backend (because bbc shutdown rss service)
  • Implement PEP517 & PEP518 (pyproject.toml using poetry)
  • Replace Pipenv for Poetry

Fixes:

  • PkgResourcesDeprecationWarning: Parameters to load are deprecated (when loading plugin)

0.9.2

04 Jul 11:03
2242967
Compare
Choose a tag to compare

Fixes/updates dependencies

This release fix some installation issues detected with previous versions of Cohen3 project

Fixes:

  • eventdispatcher version in setup.py
  • the twisted's security vulnerability detected with 18.7.0
  • Pipenv's lock conflict

0.9.1

07 May 19:21
Compare
Choose a tag to compare

Fixes SSDP datagram sending

This release fixes SSDP datagran sending and some other bugs detected

0.8.3

31 Oct 13:00
Compare
Choose a tag to compare

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

06 Oct 09:48
Compare
Choose a tag to compare

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

06 Oct 09:42
Compare
Choose a tag to compare

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

06 Oct 08:48
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

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)