Patch Notes - Bootleg.fmPatch Notes
home page9th August 2025 - v0.7.6
features
- Meta tag category is created by default when a new community is created
- Submission guide geared towards new users added and linked in the submission page
bug fixes
- Fix cover image serialisation issue
- Fix cross-site navigation cookies being lost, users should stay logged in when coming from sites like Reddit
- Moderators can edit links for existing bootlegs easier
- Fix styling of unaligned vertical dots for community moderators on the gig page
4th August 2025 - v0.7.5
features
- There is an autofill when attaching a taper account to a bootleg
- Moderators can reorder tag categories and tags
28th July 2025 - v0.7.4
bug fixes
- Fix cover image upload bug which led to 404 error page on bootleg submission
- Add a loading spinner that appears while the bootleg submission is processing
27th July 2025 - v0.7.3
bug fixes
- Stop logging users out by setting a long 'max-age' for sessions
- Fix styling of the cover image upload box
25th July 2025 - v0.7.2
features
- Add custom component support for blog posts
- Add social media links to the footer
- Users can remove bootlegs from their collections
- Users can delete their collections (but not the liked bootlegs collection)
bug fixes
- Make it easier to edit collection name or description
20th July 2025 - v0.7.1
bug fixes
- Fetch venues by a search string from database directly instead of fetching all venues and filtering on the client-side
- Allow people to have multiple session keys (used to automatically log out if user signed in on another device)
- Add a check for collection name consisting of whitespaces
- Fix reset password api call
- Close date popover automatically after uses selects a date
- Add the route for the settings page
- Remove arrow from gig page
- Fix styling of the logout button
- Stop 'create collection' button's label from disappearing
13th July 2025 - v0.7.0
features
- Each user has a "liked bootlegs" collection
- Users can create their own custom collections, where they can attach a note to each bootleg that they add
- In community pages, users can sort by 'Most Popular'
- Users can save each other's collections, which will appear on their user page
- Change 'Featured Bootlegs' in the landing page to 'Trending Bootlegs'
bug fixes
- Add a cover image size limit
23th June 2025 - v0.6.2
bug fixes
- Update the links for Terms of Service and Privacy Policy
20th June 2025 - v0.6.1
features
- Tags have a persistent ordering
- Can change the ordering of tags for existing bootlegs
14th June 2025 - v0.6.0
features
- Add notifications functionality, a bell icon in the menu and the notifications page
- Mods get notified when a new bootleg is submitted or reported
- Users get notified when their bootleg is approved, or when they are added as a creator
- More notification types will be added as the site develops, like when someone puts your bootleg in their collection
31st May 2025 - v0.5.0
features
- First version of the user page done
- User stats and user submissions pages also added
bug fixes
- Fix font and blog issues in Safari
- Bootlegs in the submissions page and landing page link to their community
21st May 2025 - v0.4.1
bug fixes
- Fix venue update dropdown for gigs (for mods)
- Display community rules in ascending order
- Make all texts on the mod dashboard dynamic
- Front-end optimisations
18th May 2025 - v0.4.0
features
- Revamped landing page that shows communities and featured bootlegs, also has link to blog page
- New blog page, and interview with roustghoti
3rd May 2025 - v0.3.2
features
- Add bootleg duration to the database
- It's easier now to spot very short recordings
- Can sort by longest bootlegs for each community
bug fixes
- Fix colour picker pop-up on the moderator dashboard
- Fix date picker for moderators on the edit gig popup
- Fix edit gig dropdown
26th April 2025 - v0.3.1
bug fixes
- Change number of gigs per page to 10
- Use a drawer instead of a dropdown on mobile for search bar and stats page
- Centre logout button on mobile
- Fix horizontal overflow issue for bootlegs with covers on submit page
- Make submission timestamp smaller and truncate it to avoid overflows for bootleg submissions
21th April 2025 - v0.3.0
new communities
- Slint community is now public!
- Thanks to TheUglyMidwesterner
features
- Stats available for all communities!
- See number of bootlegs per year, top archivists, top creators, top tags, top countries and more
- Japanese charset support added for tags
bug fixes
- Can no longer fetch gigs from communities other than the current one (added a url check)
- For dropdown menus, let the user click anywhere on the button items instead of just the text
12th April 2025 - v0.2.4
features
- Community mods can rename tags, tag categories and move tags between categories
- Community mods can change a gig's date or venue
- Community mods can move bootlegs to different gigs
bug fixes
- Start versioning from 0.1.0 instead of 0.1.1 (meta I know)
- Stop accidental selection of page numbers or footer buttons on mobile
- For alert dialogs, let the user click anywhere on the button instead of just the button text
30th March 2025 - v0.2.3
bug fixes
- Change the design of bootleg submissions to avoid overflows on mobile when a cover is present
- Stop accidental selection of next/previous text on pagination buttons
- Add length limit to admin notes (200)
- Update Norway's regions to use ISO 3166-2 data
27th March 2025 - v0.2.2
new communities
- Godspeed You! Black Emperor community is now public!
- Thanks to Dr. Tazer W. Floyd and Cassiopeia
features
- When multiple tags are selected, return gigs with both tags present
bug fixes
- Show error messages related to invalid URL or link label length in form submission page
- Make all of gig box clickable, this leads to a much better experience on mobile
17th March 2025 - v0.2.1
bug fixes
- Make all of gig box clickable instead of just the date
- Make submit form colours dynamic
15th March 2025 - v0.2.0
features
- Store city for each venue instead of only region and country
- Let users filter by a venue's city, state and country in addition to its name
- When date is selected in the bootleg submission form, automatically fetch the venue if a gig exists on that date
bug fixes
- Fix off-by-one date errors for continents other than EU (thanks nedac for spotting)
- Fix font size for admin notes and submission error messages
- Respect new lines in bootleg message boxes
- Make "no gigs found" color dynamic (black/white depending on the background)
dev work
- Optimise the venue handling logic in the back-end
5th March 2025 - v0.1.0
bug fixes
- Change font from Serif to Sans Serif (it was only serif because of a typo)
- Adjust text sizes for mobile
- Remove subdomain from auth pages