Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

47 lines (32 loc) · 1.61 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2024-03-13

Added

  • Initial release of the joke-o-meter web application.
  • Backend API developed using Django, providing endpoints for joke evaluation, results generation, and joke-o-meter rankings.
  • Frontend application developed with React.js, featuring a welcome page, a card swiper interface for joke evaluation, and a results page.
  • Implementation of a dynamic result system that assigns a character to the user based on their joke evaluations.
  • Deployment configuration for serving the application using Nginx and Gunicorn.
  • Content Security Policy (CSP) setup to enhance application security.
  • Swagger documentation for the API endpoints.

Fixed

  • Addressed initial setup issues for serving static files and media through Nginx.
  • Resolved CSP blocking issues related to the eval function and inline scripts.

1.1.0 - 2024-03-17

Added

  • Command to populate dev database

Fixed

  • Translations
  • Style

1.1.1 - 2024-03-22

Fixed

  • Translations
  • Dependencies

1.1.2 - 2024-05-23

Chore

  • Updates depency

1.1.3 - 2024-07-17

Chore

  • Updates depency