Overview

Links are supposed to open in a new tab when you click them with the middle mouse button, right? (Suddenly forcing my opinion on you)

Unfortunately, Mirori-HP did not work that way, so I went ahead and fixed it.

Here are the previous release notes:

Highlights, or rather, release notes

  • You can now middle-click anywhere on an article block to open it in a new tab
    • Of course, Command + click also opens it in a new tab (Ctrl + click on Windows)
    • In other words, instead of "adding an onClick event to a div DOM to handle navigation," I reimplemented it properly using an a DOM
  • This is more of a behind-the-scenes change, but I upgraded MySQL, the database, from version 8.0 to 8.4.9

This had been bothering me for a long time, so it feels great to finally have it fixed.