django-embed-video/CHANGES.rst

184 lines
4.4 KiB
ReStructuredText
Raw Normal View History

2016-01-19 19:15:04 +00:00
Release 1.2.0 (dev)
2014-07-26 11:01:54 +00:00
-------------------
2015-05-01 08:51:52 +00:00
*No changes yet.*
2016-01-19 19:15:04 +00:00
Release 1.1.0 (Jan 19, 2016)
----------------------------
- added support fort Django 1.9
(`#52 <https://github.com/jazzband/django-embed-video/issues/52>`_)
2016-01-19 19:15:04 +00:00
- if possible YouTube thumbnails are returned in better resolution
(`#43 <https://github.com/jazzband/django-embed-video/issues/43>`_)
2016-01-19 19:15:04 +00:00
2015-05-01 08:51:52 +00:00
Release 1.0.0 (May 01, 2015)
----------------------------
2014-07-26 14:19:10 +00:00
**Backward incompatible changes:**
2014-07-26 14:21:10 +00:00
2014-07-26 14:19:10 +00:00
- filter `embed_video_tags.embed` has been removed
2015-05-01 08:51:52 +00:00
2014-08-01 07:43:22 +00:00
- changed behaviour of extra params in video tag
(`#34 <https://github.com/jazzband/django-embed-video/issues/34>`_, `#36 <https://github.com/jazzband/django-embed-video/pull/36>`_)
2014-07-26 14:19:10 +00:00
2015-05-01 08:51:52 +00:00
2014-07-26 14:19:10 +00:00
Backward compatible changes:
2015-05-01 08:51:52 +00:00
- added support for Django 1.7 and Django 1.8
- added support for Vimeo channels
(`#47 <https://github.com/jazzband/django-embed-video/pull/47>`_)
2015-05-01 08:51:52 +00:00
- fix resizing of SoundCloud iframe
(`#41 <https://github.com/jazzband/django-embed-video/pull/41>`_)
2014-07-26 11:01:54 +00:00
2014-07-26 10:46:26 +00:00
Release 0.11 (July 26, 2014)
----------------------------
2014-04-04 18:26:33 +00:00
2014-05-31 08:56:38 +00:00
- add support for YouTube mobile urls
(`#27 <https://github.com/jazzband/django-embed-video/pull/27>`_)
2014-05-24 07:41:02 +00:00
2014-07-01 14:57:05 +00:00
- fix passing parameters in calling request library
(`#28 <https://github.com/jazzband/django-embed-video/pull/28>`_)
2014-07-01 14:57:05 +00:00
2014-07-19 08:14:00 +00:00
- fix validation of urls
(`#31 <https://github.com/jazzband/django-embed-video/issues/31>`_)
2014-07-19 08:14:00 +00:00
2014-05-24 07:41:02 +00:00
Release 0.10 (May 24, 2014)
---------------------------
- ``video`` tag accepts kwargs
(`#20 <https://github.com/jazzband/django-embed-video/pull/20>`_)
2014-04-04 18:26:33 +00:00
2014-05-24 07:29:11 +00:00
- ``video`` tag will not crash anymore with ``None`` passed as url
(`#24 <https://github.com/jazzband/django-embed-video/issues/24>`_)
2014-05-24 07:29:11 +00:00
2014-04-04 18:26:33 +00:00
2015-05-01 08:51:52 +00:00
Release 0.9 (Apr. 04, 2014)
---------------------------
2014-04-04 18:26:33 +00:00
- Add ``VideoBackend.template_name`` and rendering embed code from file.
- Allow relative sizes in template tag
(`#19 <https://github.com/jazzband/django-embed-video/pull/19>`_).
2014-02-27 15:55:53 +00:00
2014-04-04 18:26:33 +00:00
- Fix handling invalid urls of SoundCloud.
(`#21 <https://github.com/jazzband/django-embed-video/issues/21>`_).
2014-02-27 15:55:53 +00:00
2014-04-04 18:26:33 +00:00
- Catch ``VideoDoesntExistException`` and ``UnknownBackendException`` in
template tags and admin widget.
2014-04-04 18:26:33 +00:00
- Add base exception ``EmbedVideoException``.
2014-02-27 15:55:53 +00:00
Release 0.8 (Feb. 22, 2014)
---------------------------
2014-02-21 22:21:00 +00:00
- Add ``EMBED_VIDEO_TIMEOUT`` to settings.
2014-02-22 09:04:41 +00:00
- Fix renderering template tag if no url is provided
(`#18 <https://github.com/jazzband/django-embed-video/issues/18>`_)
2014-02-22 09:04:41 +00:00
- If ``EMBED_VIDEO_TIMEOUT`` timeout is reached in templates, no exception is
raised, error is just logged.
2014-02-22 08:42:15 +00:00
- Fix default size in template tag.
(`See more... <https://github.com/jazzband/django-embed-video/commit/6cd3567197d6fdc31bc63fb799815e8368128b90>`_)
2014-02-21 22:21:00 +00:00
2013-12-21 16:35:56 +00:00
Release 0.7 (Dec. 21, 2013)
---------------------------
- Support for sites running on HTTPS
- ``embed`` filter is deprecated and replaced by ``video`` filter.
- caching for whole backends was removed and replaced by caching properties
- minor improvements on example project (fixtures, urls)
2013-10-04 09:10:25 +00:00
Release 0.6 (Oct. 04, 2013)
---------------------------
2014-02-21 22:21:00 +00:00
- Ability to overwrite embed code of backend
2013-10-04 09:10:25 +00:00
2014-02-21 22:21:00 +00:00
- Caching backends properties
2013-10-04 09:10:25 +00:00
- PyPy compatibility
- Admin video mixin and video widget
2013-09-03 12:00:41 +00:00
Release 0.5 (Sep. 03, 2013)
---------------------------
- Added Vimeo thumbnails support
- Added caching of results
- Added example project
2014-02-21 22:21:00 +00:00
- Fixed template tag embed
2013-09-03 12:00:41 +00:00
- Fixed raising UnknownIdException in YouTube detecting.
2013-08-22 15:10:43 +00:00
Release 0.4 (Aug. 22, 2013)
2014-02-21 22:21:00 +00:00
---------------------------
2013-08-22 15:10:43 +00:00
- Documentation was rewrited and moved to http://django-embed-video.rtfd.org/ .
- Custom backends
(http://django-embed-video.rtfd.org/en/latest/examples.html#custom-backends).
- Improved YouTube and Vimeo regex.
- Support for Python 3.
- Renamed ``base`` to ``backends``.
2013-08-22 08:53:31 +00:00
Release 0.3 (Aug. 20, 2013)
2014-02-21 22:21:00 +00:00
---------------------------
2013-08-20 09:12:37 +00:00
- Security fix: faked urls are treated as invalid. See `this page
<https://github.com/jazzband/django-embed-video/commit/d0d357b767e324a7cc21b5035357fdfbc7c8ce8e>`_
2014-02-21 22:21:00 +00:00
for more details.
2013-08-20 09:12:37 +00:00
- Fixes:
2014-02-21 22:21:00 +00:00
2013-08-20 09:12:37 +00:00
- allow of empty video field.
- requirements in setup.py
- Added simplier way to embed video in one-line template tag::
{{ 'http://www.youtube.com/watch?v=guXyvo2FfLs'|embed:'large' }}
- ``backend`` variable in ``video`` template tag.
Usage::
2014-02-21 22:21:00 +00:00
2013-08-20 09:12:37 +00:00
{% video item.video as my_video %}
Backend: {{ my_video.backend }}
{% endvideo %}
2014-02-21 22:21:00 +00:00
Release 0.2 (June 25, 2013)
---------------------------
2013-06-25 09:12:50 +00:00
- Support of SoundCloud
2013-08-22 08:53:31 +00:00
Release 0.1 (June 1, 2013)
2014-02-21 22:21:00 +00:00
--------------------------
2013-06-01 13:21:01 +00:00
- Initial release