Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@OperaVaria OperaVaria released this 28 Mar 01:00
· 23 commits to main since this release
27dc3ca

[2.0.0] - 2024.03.28

Added

  • Implemented minification with Flask-Minify.
  • Implemented HTTP security headers with Flask-Talisman.
  • New sources: Pexels, Pixabay, Unsplash.
  • Pylint workflow.
  • SEO files (robots.txt, sitemap.xml).
  • humans.txt.
  • Added more comments.

Changed

  • Revamped scraping entirely with new sources.
  • Eliminated inline JavaScript.
  • HTML restructured for accessibility and SEO.
  • Slow loading "current year" JS swapped out for Jinja/Python variable.
  • ChaceLib settings for new Flask-Session version 0.8.0.
  • Updated docs.
  • Updated requirements.txt.

Fixed

  • Code formatting, typos.