Skip to content

Releases: robflop/megumin.love

Version 2.0.0

16 Apr 13:42
Compare
Choose a tag to compare

Version 2.0.0!

A complete rewrite of the backend from PHP to NodeJS, now using Express, SQLite3 and Socket.IO.

  • Real live updating counter, no more simulated updating after 1,5 seconds.
  • Two template error pages (404 & 500)
  • ion.sound was replaced with howler.js
  • The counter should now also operate faster, as memcached caching has been removed.
  • The counter is from here on out cached directly in the server's memory, meaning no additional time-consuming requests have to be made.
  • Readme update to accomodate for new set up
  • more

Version 1.3.2

15 Feb 20:31
Compare
Choose a tag to compare

Oh boy, another minor update once again featuring minor changes.

  • 10 new sounds
  • Prevent enter button from triggering main page button
  • Updated sound quality for some sounds

(that's all)

Version 1.3.1

15 Feb 20:31
Compare
Choose a tag to compare

OwO what's this, a minor 1.3.1 release?

This release isn't a major one with any big new features like the other ones, but in light of there being quite a few noteworthy minor changes I wanted to get it out anyway.

  • Raised sound quality (mostly)
  • Sound randomization optimization
  • Discord bot listing on sidebar
  • CSS/JS adjustments in general
  • Switch to MIT License
  • 32 (!!) new Sounds since last release, along with updated Soundboard etc.
  • Readme updates

Version 1.3.0

15 Feb 20:30
Compare
Choose a tag to compare

Yay, time for version 1.3.0!

New stuff:

  • Global smooth & self-updating counter for everyone! See if anyone has clicked from your screen without refreshing!
  • A soundboard! Go wild with your favorites!
  • Various minor adjustments

Version 1.2.0

15 Feb 20:30
Compare
Choose a tag to compare

Woop, version 1.2.0! Haven't done anything in quite a while.

This version introduces:

  • More sounds
  • SQLite3 instead of MySQL
  • Minor improvements to CSS and HTML
  • Something else I might have forgotten

Version 1.1.0

15 Feb 20:30
Compare
Choose a tag to compare

Version 1.1.0! Finals are over, yay!

This version adds:

  • Sound randomization on button-click (currently 5 available)

Version 1.0.0

15 Feb 20:30
Compare
Choose a tag to compare

Version 1.0.0! Woot!

Features:

  • Button which plays a sound (multiplay enabled) and also increases a counter.
  • Memcached saves this count in the background, while the counter displayed on the page has instant feedback, as to not delay the counter even if memcached gets under traffic.
  • PHP Script to update memcached counter to the SQL table (/includes/update_sql.php) -- laid out to be ran via cronjob on a set interval.
  • Sidemenu which slides out on hover including links to partner sides aswell as contact information.
  • Version history including dates.
  • Credits page listing for help/work on the page
  • Facebook, Twitter and Reddit share buttons