v2.1.0

data

  • merged & scraped some data from Talkin’ Whipapedia
  • preserve apostrophes and other punctuation in track titles and audio filenames
  • align track titles and USB filenames with the LPC collection, including corrected name changes and source filenames that retain their original spelling
  • sort subtitle results by album & track number
  • create a local API for data

appearance

  • create a Leaderboard page that shows who has submitted suggestions
  • group searched subtitle results into their same tracks
  • group searched alias and establishment results into their same album
  • fix highlighting of table of contents menu
  • include instructions for the LPC USB player
  • link aliases and establishments when they show up in searched subtitles results
  • link searched subtitle phrases to their track pages and highlight them on arrival
  • preserve subtitle searches when navigating back from a track page
  • make the Netlify deployment badge on the About reactive
  • add a play button to the track page if the LPC USB has been loaded
  • show emojis for a header menu option when hovered on

other

  • add an unlinked transcriptions page to monitor Whisper WebUI
  • make the default production build “indexable” (places track information as HTML into their pages)
  • create a transcriptions page (only available locally) to monitor active transcriptions via a Whiser WebUI server
  • better SEO

v2.0.1

  • fix the album covers skewed display when on mobile
  • fix the tracks displayed under Alex Trebek’s page on mobile
  • fix the placement of the LPC logo and link
  • change the coloring of the Search submenu so that it is distinct

v2.0.0

MAJOR CHANGES TO SOFTWARE LICENSING

  • the JSON data at /assets/json is now licensed with CC-BY-SA 3.0
  • the rest of the source code remains under the GPLv3 license

data

  • prefetch and index data on every page, if needed
  • remove the need for YAML data files

features

  • move the LPC USB feature into a floating action button
  • the LPC USB feature now persists across page navigations

appearance

  • create a Search hover menu and move the pages that use search under it
  • add a table of contents for the About and Version History pages
  • center the search box on associated pages
  • fix the positioning of the hamburger menu icon within its box

other

  • stop jekyll serve from constant rebuilding
  • specify netlify.toml for build settings at netlify
  • improvements to the content security policy for Netlify
  • implement editing feature via GitHub OAuth
  • stop deploying to IPFS

v1.8.1

  • set a Content Security Policy for Netlify
  • bump gem rexml to 3.4.4

v1.8.0

this release builds upon the newly implemented caching feature of v1.7.0 to render track pages as they are accessed rather than statically render them during build time. this cuts down on the time it takes to build and deploy the site - a couple of minutes for development and much more for production.

  • render track pages at access time

v1.7.1

  • upgrade Ruby to version 3.3
  • upgrade a few Ruby gems safely

v1.7.0

this release adds the latest album “The Longmont Potion Castle (2026)”, which released on 3/27/2026.

it also introduces minifying for data.combined.json and caching for data.json and data.combined.json, which makes subsequent search page loading times much quicker. pages like “Speakers” and “Subtitles” were taking about 2 seconds to load with every access, as each access would always download the data from the web server, then perform indexing so that it is searchable. now with caching, downloading and indexing needs to be done once, amking subsequent search page load times below 100 milliseconds. there’s a noticable difference when navigating pages and the website should feel much more responsive.

  • add the new album “The Longmont Potion Castle (2026)”
  • minify the combined json data file
  • add caching support for search pages to decrease page load times

v1.6.3

this minor release is mostly to stash any changes that haven’t been merged yet now that the new album “the longmont potion castle” is out (3/27/2026)

  • began editing “Game Stop 2”; only got about 6 minutes in
  • minor typo fixes for the README and About pages

v1.6.2


v1.6.1

  • fix the discord link in the footer
  • updates to a few tracks

v1.6.0

  • add pages for Aliases and Establishments and their searching thereof
  • make the search boxes bigger and disable them until the data is loaded
  • move the site’s title and logo to the top center (away from the left)
  • give the navigation menu a new layout
  • better the layout for the tracks list of each album on the “Track Review” page

v1.5.4

  • fix the index page layout by creating a redirect to another page
  • minor edits to typos

v1.5.3


v1.5.2

  • fix the album page for “Where In The Hell Is The Lavender House Soundtrack (2018)”
  • a few various track updates

v1.5.1

  • fix typo within page track data for “Circus Tickets” on LPC 1
  • add logo to site title (formatting isn’t the best yet)
  • add link to Talkin’ Whipapedia at the bottom of each album page
  • add link to the Discord server at the bottom of the page
  • send webhook to the new Discord server after production builds

v1.5.0

  • updated all known tracks (excluding themes) that include Alex Trebek
  • Alex Trebek’s page now displays the tracks he is included in
  • updated the format of the Albums page
  • added link in the README and About page to the lpc merch site at noisetent.com

v1.4.1

  • updates to the README and About pages
  • minor fixes for “Drug Dumpling” (still needs a redo)

v1.4.0

  • website’s title is renamed to ‘stretchie’
  • change search feature to use logical ‘AND’ instead of logical ‘OR’
    • search results returned will now include only all words entered
  • allow URL parameter for search (https://stretchie.net/subtitles/?search=cheese+pizza)
  • deploy website to IPFS
    • renamed ‘publish-for-netlify.yml’ to ‘deploy-production-build.yml’
    • ‘deploy-production-build.yml’ builds the website as a production build and publishes the built site’s contents to the ‘production-build’ branch
    • ‘deploy-production-build.yml’ deploys the site to IPFS via Filebase and Storacha using the ‘production-build’ branch, then updates the _dnslink TXT DNS record for the “stretchie.net” domain to reflect the new IPFS hash