Skip to content

Releases: sspanak/dimmusaurus

v7.15

02 Apr 10:04

Choose a tag to compare

Weekend fixes

  • Fixed incorrect quick navigation layout in text mode on Languages and Version Info pages
  • Album title is no longer displayed twice when viewing a single album
  • Discography/Album pages are now separated. Also, refactored the HTML a bit to make it easier to include real album covers.

v7.14

27 Mar 10:11

Choose a tag to compare

Text browser release.

  • Better text browser support. While the website was still usable before, now it looks excellent on text browsers.
    • Removed some HTML elements that are unusable in text mode.
    • Created a new, more compact menu for quicker and more convenient navigation in text mode.
  • Fixed text smoothing on Mac.
  • Fixed the layout of the social icons, not to float around by 1px when formatting the code.

v7.13

20 Mar 09:02

Choose a tag to compare

Completed all ideas since the beginning (except for the questionable ones) and got as close to perfection, as possible (except for the player, which will be improved in an another milestone, but it is not mandatory, because it works fine even like this).

  • The HTML is minified upon build time (wherever it makes sense)
  • Layout improvements
    • Added titles to the playlist info buttons.
    • Refined the S and M screen dimensions, so that large smartphones wouldn't switch to M screen layout when they are in landscape mode. This includes older desktop browsers that display the M-size header somewhat broken. Breakpoints on modern browsers are preserved as before.
    • Fixed layout issues here and there, where elements were spaced using whitespace, instead of CSS.
  • Navigation improvements
    • Fixed the language menu links. They were incorrectly "ajaxified" since version 7.11.
    • Ajax navigation is disabled after two consecutive slow navigations. This provides much better user experience on very slow or unstable networks. In some cases, clicking on a link did nothing at all or response occurred after many seconds (more than 10)!
  • Player improvements
    • The playlist search field is automatically focused when the playlist opens (finally!)
    • SPACE can be used to toggle playback globally.

v7.12

08 Mar 07:24

Choose a tag to compare

Dark Theme release. The biggest release since the beginning, even bigger than v7.11.

  • Simplified the build process to minimize the discrepancies between the UI demo and the Django website.
  • Nicer logging from the make commands.
  • Django security update.
  • Javascript
    • Legacy JS polyfills are now part of the legacy file only.
    • Improved old and ancient browser detection to allow theming whenever it's possible.
  • Total CSS refactoring to remove repeated and unused rules and to improve the layout on all screen sizes. Especially, optimized the header.
    • Added dark theme support.
    • Completely redesigned the layout of the "Lyrics" page. Now original and translated lyrics are much better aligned and readable.
    • Adjusted the button spacing on the "Song" page.
    • Minor spacing improvements on the "Discography" page. Also, slightly increased the album cover size on large screens to make use of the available space.
    • Fixed header sizes on the "Biography" and the "Home" page.
    • Fixed all spacing, alignment, icon and font size discrepancies in the top buttons, the footer and all menus.
    • The website looks much better on Opera with Presto engine.
    • CSS compression using CSSO
    • Fixed a legacy CSS generation bug introduced in v7.10, which caused many redundant CSS rules to appear in the legacy file.
    • Removed the unnecessary background blending effect (which was not visible anyway) for improved performance.

v7.11

31 Jan 19:27

Choose a tag to compare

"Better late than never" release, completing some tasks that were pending since the beginning, including SVG images and keyboard-controlled playlist. It's the first big release since the beginning.

  • SVG logo and country flags.
  • Playlist improvements. ENTER and the keyboard arrows can now be used for selecting a song.
  • When the playlist opens, the currently playing track (if any) will be visible, instead of the playlist always being scrolled up to the top.
  • Fixed incorrect scrolling when the playlist is open
  • Fixed a regression in 7.10 that caused all browsers to be detected as legacy browsers, which caused them to load the legacy JS and CSS.
  • Got rid of Axios. All AJAX requests are now done natively using fetch().
  • Now using Terser for improved JS compression.
  • Finally, prepared the project to run on a more up-to-date system and got rid of all Python hacks in the setup scripts.
  • Fixed minor visual and navigation glitches.
  • Automatic version generation and documentation update.
  • Security updates.

v7.10

18 Apr 09:55

Choose a tag to compare

The KaiOS release!

  • Added support for KaiOS browser / Firefox < 52
  • Updated Django to 3.1.8

v7.9

03 Apr 15:12

Choose a tag to compare

Dimmu Saurus en français.

  • Updated Django to 3.1.7
  • French translations of all songs and albums
  • Slight improvements in the English translations, especially, the lyrics.
  • Spelling and punctuation fixes here and there and overall wording improvements.

v7.8

27 Dec 09:07

Choose a tag to compare

  • Total album time is displayed in album details
  • Fixed an incorrect caching setting which would cause HTML cache not to work
  • Improved cookie security
  • Fixed factual mistakes in the biography section of the site

v7.7

28 Jun 13:02

Choose a tag to compare

Dimmu Saurus on Soundcloud.

v7.6

06 Jun 06:05

Choose a tag to compare

Security update.