Style bug fixes
[astakos] / snf-astakos-app / Changelog
index 53a0fe9..cc11b1c 100644 (file)
@@ -1,8 +1,40 @@
 Changelog
 ---------
-
 next
 ^^^^
+
+- Setting ASTAKOS_DEFAULT_ADMIN_EMAIL has been deprecated. Use ADMINS django setting instead.
+- Setting ASTAKOS_DEFAULT_FROM_EMAIL has been deprecated. Use SERVER_EMAIL django setting instead.
+
+v0.7.5
+^^^^^^
+- Include user email in registered/activated notification mails subject
+
+v0.7.4
+^^^^^^
+- Configurable subjects for all emails send by astakos app. Introduced settings
+       * ASTAKOS_INVITATION_EMAIL_SUBJECT
+       * ASTAKOS_GREETING_EMAIL_SUBJECT
+       * ASTAKOS_FEEDBACK_EMAIL_SUBJECT
+       * ASTAKOS_VERIFICATION_EMAIL_SUBJECT
+       * ASTAKOS_ADMIN_NOTIFICATION_EMAIL_SUBJECT
+       * ASTAKOS_HELPDESK_NOTIFICATION_EMAIL_SUBJECT
+       * ASTAKOS_EMAIL_CHANGE_EMAIL_SUBJECT
+       * ASTAKOS_PASSWORD_RESET_EMAIL_SUBJECT
+
+
+v0.7.3
+^^^^^^
+- Use https for google webfonts
+- Fix anonymoususer logout
+
+v0.7.1
+^^^^^^
+- ASTAKOS_*_MESSAGES settings changed from dict to tuple lists
+- Theme changes (new colors, new font)
+
+v0.7.0
+^^^^^^
 - Rename management commands
 - Optionally renew token on password change
 - Preserve local password for users switched to shibboleth