Version History
Every update, in order. Newest first.
V.2.1.0 Released
20 August 2026
Current
- Text Selection had been removed on changelog page.
- Shorts section had been removed
V.2.0 Released
15 August 2026
- Fixed invalid 5-digit hex color (
#ff000→#ff0000) on the subscribe button - Resolved "at-rule or selector expected" parse error caused by the malformed color value
- Resolved "property value expected" parse error in the cascading CSS block
- Fixed 8 missing opening curly brace errors
- Added a JSDoc type annotation to
applyBackground(color)to resolve the implicit "any" type warning
V.1.9 Released
06 August 2026
- Added custom background color system.
- Restyled web view
- Rearranged the video and short loading table.
- Rearranged the Social Media platforms display be not overflow to be hidden.
- Change The location of changelog reference button to footer
- Removed the images and Changed to svg icon reference
- Remaked Home Head bar
- Remaked the SUBSCRIBE button
- Added Download Page
- Rechanged normal fonts to Custom fonts
- Fixed SUBSCRIBE button not carring link to channel
V.1.8 Released
22 July 2026
- Fixed TikTok logo button
- Rearranged The TikTok logo
- Fixed The Version History Page table width to maximum so, text doesn't wrap it
V1.7 Released
19 July 2026
- Updated social media links with corrected URLs and usernames.
- Fixed the api failed to load
- Reworked Social Media icons
- Added SUBSCRIBE button going directly to channel
V1.6 Released
16 June 2026
- Added a social dropdown section with links to various platforms including YouTube, TikTok, Instagram, WhatsApp, and Telegram.
V1.5 Alpha
12 May 2026
- Fixed the left (←) carousel arrow for Videos and Shorts — it now scrolls back reliably instead of overshooting or snapping back to place
- Carousel now steps by one actual card width instead of a rough percentage of the viewport, so both arrows move consistently
- Switched carousel scroll-snap from
mandatorytoproximityso it no longer fights the button-driven scroll - Bug fix: Vertical/square uploads (like edits) were landing in Videos, and normal landscape videos (like songs) were landing in Shorts. YouTube pads all thumbnails into a fixed box with black bars instead of cropping, so width/height metadata can't reveal a video's real shape. Now each thumbnail's actual pixels are checked for pillarboxing/letterboxing to detect true orientation: flat content is always a video, vertical or square content 3 minutes or under is a Short
- Bug fix: Broken
msapplication-TileImagereference pointed to a file that doesn't exist in the repo; now points to the real favicon - Bug fix: Carousel arrows gave no feedback at the start/end of a row; they now visibly disable when there's nothing left to scroll to
- Added a "Swipe to browse" hint on mobile, where the arrow buttons are hidden
- Brand logo and section headings now have an animated shimmering gradient
- Video/short cards get a glow, lift, and thumbnail zoom on hover
- Sections now fade and slide into view as you scroll down the page
- Added a soft pulsing glow behind the Subscribe button
- Added a floating back-to-top button that appears after scrolling
V1.4 Semi
11 March 2026
- Wrapped the Videos and Shorts sections in a boxed container with an animated RGB gradient border
- Video and short cards keep their title in a matching card-title box for both media types
- Bumped version badge to V1.4 Semi
V1.0 Alpha
10 December 2025
- Fixed a typo bug (
grid-template-colomns→grid-template-columns) that was breaking the cards grid layout - Moved all inline styles out of the HTML and into one organized stylesheet, grouped into clear sections
- Added a full footer: social media links (YouTube, TikTok, Instagram) with hover animations
- Added version badge with live status indicator
- Added dynamic copyright year (auto-updates every year)
- Added an animated live gradient background across the site
- Fixed broken TikTok and Instagram footer icons (replaced with complete, correctly rendering SVGs)
- Added this Version History page, linked from the footer