Skip to content

v1.1.3

Choose a tag to compare

@thiebes thiebes released this 23 Jun 22:45
· 19 commits to main since this release

Main Application Changes

Bug Fixes

  • Fixed invalid escape sequence warnings in dice.py by using raw string literals.

Minor Changes

  • Minor updates and changes to README.md for better clarity.
  • Added citation file CITATION.cff.

CNR Estimate Web Application Changes

UI Improvements:

  • Updated formatting to respond to browser width.
  • Other minor formatting changes.

Refactoring:

  • Refactored the web application to use Jinja2 templates for improved organization and readability.
  • Created separate templates for the home page, result page, and error page.

File Structure Updates:

  • Created a static directory for images and other files.
  • Created a templates directory for html templates.

New Files:

  • Created styles.css file.
  • Added routes to serve robots.txt and sitemap.xml.
  • Created sitemap.xml for better search engine indexing.
  • Created robots.txt file.
  • Created site.webmanifest.
  • Added favicon files for the web app.
  • Created README.md for the web app.
  • Updated dice_web_app.py to include new icon files and site manifest.

Acknowledgments