Release Notes

NOTE: This document and linked sections may be out of date.

0.4.0

  • Fix filters on the proposal review form #418 (@ChillarAnand)

  • Update proposal urls to use hashids. The slug will now update itself when the title of proposal changes.

  • Conference duration is displayed in a short form.

  • Add ability to remove a casted vote on a proposal.

0.3.0

Date: 31st March 2016

Features

  • conference moderators can be added per conference using a conference_moderator management command.

  • Improved conference admin.

  • Basic REST API for accessing conference details and proposals.

  • REST API to submit feedback for a talk/workshop.

  • UI updates

Fixes

  • fix the tag filtering for all the proposal sections inside proposal list (#170)

  • Update proposal detail styling (#207)

0.2.0

Date: 29th March 2015

Added

  • add support for fig based development environment (#129)

  • django admin got a new theme based on django-flat-theme

  • setup social sharing on proposal detail pages (#185)

  • add SITE_URL settings to support path based root url of site.

  • add docker/fig setup

  • add celery support

  • send mail to reviewers for new proposals

Changes

  • hide reviewer name in comments (#193)

  • UI: remove ‘description’ from page proposals list (#149)

  • update styling of create proposal forms

Fixes

  • upgrade django and other libraries to latest

  • fix incorrect login url on comment section

0.1.0

Date: 8th February 2015

  • initial release with core functionality working