Skip to content

Releases: Insprill/intellectual

v0.8.1

29 Apr 04:40
85ad4b3
Compare
Choose a tag to compare

What's Changed

Fixed

  • The 'View on Genius' button not working for lyrics.
  • Being able to submit an empty search, leading to a blank results page.
  • The seach input not being properly marked as such.

v0.8.0

19 Apr 22:06
ced8d64
Compare
Choose a tag to compare

What's Changed

Changed

  • All paths have been updated to match Genius to make redirecting easier. If you have any redirects, you'll need to update them to only modify the host.
  • Clicking on the version in the navbar will now take you to the exact commit/tag the version was built from.

v0.7.0

16 Feb 21:19
a2aafc9
Compare
Choose a tag to compare

What's Changed

Added

  • Support for aarch64.
  • Support for Brotli compression.
  • A new docker tag for development versions (develop).

Fixed

  • Album cards in artist descriptions not rendering correctly (#23 by @ButteredCats).
  • Images in artist descriptions not being proxied, causing them not to load.
  • Artist/album/lyric links in artist descriptions pointing to Genius.
  • Artist link in albums directing to an invalid page.
  • Proxied images not sending a Content-Type header.
  • Static assets not being stored in shared caches (e.g. Cloudflare).
  • Pages not being stored in local (browser) caches.
  • Version link in navbar not working.

Changed

  • Images are now optimized before being proxied (70-80% smaller).
  • The Git hash is now included in versions that aren't built against a release tag.

v0.6.0

25 Oct 06:23
0bac027
Compare
Choose a tag to compare

What's Changed

Added

  • A settings menu to change theme.
  • Pre-built binary for musl libc.

Fixed

  • Long titles covering other UI elements (#15 by @Ftonans).

Changed

  • Reduced binary size by 20%.

Removed

  • Pre-built macOS binary.

v0.5.1

08 Jul 03:54
59a9c25
Compare
Choose a tag to compare

What's Changed

  • Fixed lyrics not showing for songs with no verse headers.

Full Changelog: v0.5.0...v0.5.1

v0.5.0

01 Jun 19:20
1491466
Compare
Choose a tag to compare

What's Changed

  • Added the ability to go to artists/albums via path.
  • Removed the ability to go to artists/albums via ID.

Full Changelog: v0.4.0...v0.5.0

v0.4.0

19 May 03:10
d962a63
Compare
Choose a tag to compare

What's Changed

  • Added support for viewing albums.
  • Added support for TLS connections.
  • Added flag for the desired Keep-Alive timeout. The default has been increased to 15 seconds from 5.
  • Added hover animations to pagination buttons.
  • Fixed the lyric page's "View on Genius" button taking the user to an invalid URL.
  • Removed the requirement for a Genius API token.

Full Changelog: v0.3.1...v0.4.0

v0.3.1

09 May 06:36
5233ef1
Compare
Choose a tag to compare

What's Changed

  • Fixed the artist image taking up the entire backgound on small Safari viewports.
  • Fixed the image URL on the artist page not being URL encoded.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

09 May 04:33
cbce281
Compare
Choose a tag to compare

What's Changed

  • Added a section for the top 5 songs on the artist page.
  • Added more information to page titles.
  • Added error pages for 400, 404, and 500.
  • Added Cache-Control headers to static resources.
  • Added a description meta tag to the home page.
  • Added logging for internal server errors.
  • Fixed font scaling on smaller devices.
  • Fixed browsers not invalidating static assets between versions.
  • Fixed multiple panics from invalid requests/responses.
  • Fixed the logo being hard to see in light mode.
  • Fixed the lyric parser sometimes creating empty lines.
  • Fixed the lyric parser creating new lines where annotations start/end.
  • Changed default address to 0.0.0.0.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

20 Nov 23:46
4e7b919
Compare
Choose a tag to compare

What's Changed

  • Added paginated searches.
  • Added light/dark themes.
  • Added an artist page to view information about an artist.
  • Added a 'Search on Genius' button.
  • Added more hover effects.
  • Added gzip compression for responses.
  • Added a flag to set worker count.
  • Added security response headers.
  • Added a web app manifest.
  • Improved responsiveness on the lyrics page.
  • Updated fallback font to not be as jarring from Inter.
  • Updated dependencies.
  • Fixed static files being served from disk instead of being bundled.
  • Fixed page view counts being posted in a separate batch.
  • Fixed genius response being relayed if an image couldn't be fetched.

New Contributors

Full Changelog: v0.1.0...v0.2.0