Go back

2025-07-02
  • Complete rewrite of the website in both function and style.
  • Implemented proper responsiveness, page should be comfortable to use no matter the device used.
  • Home page now displays art by TPKNNTS and Shinigami Apples in the background.
  • New info page which contains the wall of text from the old home page. Also has contact info, credits and GDPR notice.
  • Changelog and Table of Contents have been only changed visually. The latter should be less confusing to navigate.
  • New friends page where you can check out what cool things my friends are up to.
  • Fully rewriten how scene pages are handled under-the-hood, should give me more freedom to introduce funkier CSS down the line.
  • Funkier CSS. Properly implemented Chat, e-mail and Khalfani's sections.
  • Speech indicators, no more need to remember which speech style belongs to who.
  • Embeds via Open Graph. Linking to storytellers-universe.com on popular social sites and messaging programs should embed nicely, including a preview of the page if linking to a particular scene.
2023-07-08
  • Missed caching of CSS, disabled that too. It works off of a timestamp now, should still be cached but now won't miss newer versions.
2023-07-01
  • Added an indicator for stories which are still in progress.
  • Made all scene URLs more human-friendly to read. (hopefully this is the only time ever I have to change all URLs, I'm pretty happy with the final result.)
  • Removed local caching. (At the moment the entire website weighs less than 1/10th of a megabyte and caching can prevent you from seeing new stories. I will re-enable it in the future for any not-just-text pages.)
2023-06-28
  • There is now a changelog. (hello)
  • Navigation buttons, next and previous scene can be accessed directly from the scene you're on.
  • The return button now displays the story and scene number corresponding to the table of contents.
  • Feedback form.
  • Glued together a quick fix for inconsistently scaling page elements on mobile devices, proper fix coming soon.