[Ceiphr.com] Version 0.2.2 Release Notes
June 29, 2019Ceiphr.com Changelog
All notable changes to the latest release of this project are documented in this post.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[0.2.2] - 2019-06-29
Added
- Added darkmode Sass using
@media (prefers-color-scheme: dark)
- DNS now handled by Cloudflare
- Added custom error pages for Cloudflare
Changed
- Rebased from Gitlab to Github
- Replaced MaterializeCSS with Bulma
- Rewrote all Django templates
- Rewrote Sass files
- Rewrote part of models for blog posts and projects
- Split database app into portfolio and blog apps
- Resume now handled by CDN
Removed
- Removed "Events" page
- Removed "Skills" page
- Removed "Contact" page
- Removed jQuery
- Removed SendGrid
Security
- Added
'unsafe-eval'
and'unsafe-inline'
toCSP_SCRIPT_SRC
so Cloudflare scripts can run in the browser