Changelog

As mentioned on the credits page, this whole thing is open source, so feel free to check out the repo on GitHub.

But here’s some highlights of when things happened.

  1. March 9, 2026 — Rename “waiting for more” status to “waiting”: the status label now dynamically reads “Waiting for more” or “Waiting for debut” depending on whether you’ve watched any episodes of that show
  2. March 9, 2026 — Add snooze for show notifications: when a “[Show] is back!” or “[Show] is here!” notification appears, you can now snooze it for 1 week or 1 month. Snoozing dismisses the notification, moves the show back to “waiting for more”, and suppresses re-notification until the snooze period ends. Snoozed shows display “snoozed Xd 💤” on their show page
  3. March 7, 2026 — Add PWA support: Seasoning can now be installed as an app on your phone or desktop. On Android/Chrome and desktop browsers, an “Install app” button will appear in the nav when your browser is ready. On iOS Safari, use Share → Add to Home Screen
  4. March 6, 2026 — Distinguish debuting shows from returning shows: when a show you’ve never watched has its first episodes become available, you’ll now see a “[Show Name] is here!” notification instead of “[Show Name] is back!”
  5. March 3, 2026 — Stats filter is now part of the URL path: links like /maxjacobson/stats/2026?filter=reviewed-in are now /maxjacobson/stats/reviewed-in/2026 (and likewise /aired-in/2026)
  6. January 31, 2026 — Show episode badges on your profile page: when viewing your own profile, you’ll now see the red available episodes badge on your currently watching shows, matching the badges shown on the main shows list
  7. January 31, 2026 — Improve new content detection: shows marked as “waiting for more” will now transition to “next up” when new episodes are added to any non-skipped season, not just when entirely new seasons are released. This catches bonus episodes, specials, or newly-added content in older seasons
  8. January 19, 2026 — Add activity feed to shows page: see recent season reviews from people you follow in a sidebar widget. Shows the last 30 days of activity (up to 15 reviews) with season posters, author handles, and time stamps. Click posters to read full reviews, or handles/show titles to navigate. On mobile the feed appears above your shows list, on desktop it’s a left sidebar
  9. December 24, 2025 — Add optional password authentication: users can now sign in with a password in addition to magic links. Passwords are completely optional and can be set during signup or added later in settings. Both authentication methods work simultaneously, providing flexibility while maintaining the passwordless option
  10. November 19, 2025 — Fix new season detection to respect your time zone: previously, checking for unwatched seasons used the server’s time zone to determine if episodes had aired, which could incorrectly show episodes as available before they’ve actually aired in your location
  11. November 16, 2025 — Reserve vertical space for flash messages to prevent content shifting when navigating between pages with and without flash messages
  12. November 9, 2025 — Add ability to skip seasons: mark individual seasons as skipped to exclude them from progress calculations and available episodes badges. Perfect for jumping into a show at a specific season (like watching only the latest season of Dancing with the Stars). Skipped seasons hide their progress bars and disable episode checkboxes. Skipped seasons won’t trigger “next up” notifications or status changes when new episodes are released
  13. November 8, 2025 — Redesigned seasons list on show page: replaced table layout with a responsive grid showing season posters with available episodes badges. Click any poster to view that season’s details
  14. November 8, 2025 — Available episodes badge: Red notification badges now appear on show cards showing how many unwatched episodes are available to watch. Badges overhang the poster in the top-right corner like iOS app notifications. Shows “…” if 10+ episodes are available, and hover tooltips display the full count
  15. November 7, 2025 — Improved search experience: search now prioritizes results from your library first, and only hits the TMDB API if you need additional results. When your library has matching shows, you’ll see a “Include results from TMDB” link at the bottom to expand the search
  16. November 3, 2025 — Improve new season checker to notify you when shows you’ve added (but haven’t watched) finally have aired episodes
  17. October 31, 2025 — Episode checkbox now keeps you on the episode page instead of redirecting to the season page
  18. October 19, 2025 — Season review textareas now auto-expand to fit content as you type, matching the behavior of note-to-self textareas
  19. October 9, 2025 — Display season reviews in card format on season pages showing author username, star rating, and date instead of just date links
  20. October 6, 2025 — Add in-app notifications for returning shows: when the daily checker detects new seasons for shows you’re waiting for or have finished, you’ll see dismissible “[Show Name] is back!” banners on every page
  21. September 28, 2025 — Add collapsible note-to-self sections with clickable caret arrows for easier reading
  22. September 28, 2025 — Add Cmd+Enter (Mac) and Ctrl+Enter (Windows/Linux) keyboard shortcuts to submit forms when focused on textareas
  23. September 11, 2025 — Improve profile page design with horizontal navigation menu for reviews/stats links, friendlier join date formatting, and currently watching show count display
  24. September 6, 2025 — Add season progress bars to individual season pages showing percentage of episodes watched in that season
  25. September 6, 2025 — Add toggle to stats pages allowing users to view seasons reviewed during a year vs seasons that originally aired during a year, providing richer insights into viewing habits
  26. August 24, 2025 — Can mark episodes as seen from the episode show page
  27. August 24, 2025 — Add personal stats pages showing year-by-year review statistics with top 25 favorite seasons. Available at /your-handle/stats with year navigation.
  28. August 17, 2025 — Auto-link links in markdown text fields
  29. August 16, 2025 — Show “added by X people” counts on search page for shows that have already been imported
  30. August 16, 2025 — Apply consistent card-based design to shows index page
  31. July 14, 2025 — Add watch progress bars showing percentage of episodes watched for each show on both the shows index and individual show pages
  32. July 12, 2025 — Unified search and import experience: Search now queries TMDB directly and shows importable shows alongside imported ones, eliminating the separate import page
  33. July 9, 2025 — Show lock emoji on private reviews with tooltip explaining visibility
  34. July 9, 2025 — Add ability to edit season reviews (body, rating, visibility)
  35. July 8, 2025 — Improve design of reviews page to make it easier to scan (remove redundant author names, add visual separation, show dates, better layout)
  36. July 8, 2025 — Fix pagination on shows page so “Next” button only appears when there are actually more pages
  37. July 8, 2025 — Add pagination to your list of reviews
  38. April 13, 2025 — Admins can click “refresh now” button shows page
  39. April 13, 2025 — Remove ability to mark an entire season as seen from the seasons list on the show page
  40. April 13, 2025 — Remove “mutual followers” option from review visibility (it never worked) (sorry)
  41. February 27, 2025 — Allow searching by note to self, not just title
  42. February 27, 2025 — Show 30 shows/reviews per page instead of 10
  43. February 23, 2025 — Humans can unfollow each other
  44. February 17, 2025 — Start the process of removing React from the frontend
  45. July 30, 2023 — On show page, you can hover on the checkbox to see how many episodes have been watched for each season
  46. June 29, 2023 — Update data refresh so that shows which are ongoing will refresh daily, and shows that are complete will refresh every 1-2 weeks, ish
  47. June 25, 2023 — Blockquotes in rendered markdown are now styled as blockquotes, with a left border
  48. June 25, 2023 — Some more spacing between paragraphs in rendered markdown
  49. May 22, 2023 — Basic pagination on the “Your shows” page to only show 10 shows at a time
  50. May 22, 2023 — Humans can now remove a show from their “Your shows” list entirely. Seasoning will forget your “note to self” and the assigned status. It will still remember which episodes you’ve checked off that you’ve seen, and your season reviews.
  51. April 17, 2023 — Humans can optionally set a limit on how many shows they are currently watching
  52. March 31, 2023 — Show “last refreshed at” show data on season page and episode page
  53. February 23, 2023 — Automatically toggle shows from “waiting for more” to “next up” only when there is a new episode available to watch, not just when the season is announced.
  54. February 23, 2023 — Add some animation to the global loading ribbon
  55. February 23, 2023 — Show future episode air dates in a fainter gray text color in episodes list on season page
  56. February 21, 2023 — Fix bug where episode air dates could be off by a day
  57. February 19, 2023 — Display when show data was last refreshed from TMDB
  58. February 15, 2023 — Ignore “The” and “A” at start of titles when sorting shows
  59. February 11, 2023 — Display show first aired year on search page
  60. February 11, 2023 — Add more info links to TMDB
  61. February 11, 2023 — Some restyling with Tailwind
  62. January 13, 2023 — Display episode air date on episode page and season page
  63. January 13, 2023 — Made background refreshing of episodes more resilient, so if one show cannot refresh it doesn’t prevent other shows from refreshing
  64. January 13, 2023 — Set up bugsnag for exception tracking for backend ruby errors
  65. January 7, 2023 — Change the default setting for new people who sign up so that their currently viewing shows will be publicly viewable.
  66. January 7, 2023 — New page for individual episodes
  67. January 7, 2023 — People can mark individual episodes as seen
  68. January 7, 2023 — start recording episode details in database
  69. December 24, 2022 — add following and followers page to profiles
  70. December 24, 2022 — add simple admin page with some basic stats
  71. December 24, 2022 — add changelog page and roadmap page
  72. December 24, 2022 — limit the reviews page to your own reviews, and reviews from people you follow
  73. December 24, 2022 — limit an individual’s reviews page to 10 recent reviews
  74. December 24, 2022 — limit the reviews page to 10 recent reviews
  75. December 24, 2022 — limit the reviews page to authenticated guests
  76. December 19, 2022 — Order shows on homepage by title and status, not just status
  77. June 18, 2022 — Magic links are now more flexibile, and will work even if you type your email with mixed case or trailing spaces
  78. June 18, 2022 — People can delete their reviews
  79. June 18, 2022 — When filtering homepage, save the filters in the URL so they can be sticky
  80. June 18, 2022 — Show the note to self on the homepage
  81. May 22, 2022 — Make it possible to import two shows with the same name, for remakes etc
  82. April 4, 2022 — Improve experience when importing shows
  83. November 5, 2021 — Improve show import flow by doing a search and letting you pick the one you actually definitely want
  84. October 24, 2021 — Add new “next up” show status, and automatically move shows into that status when a new season is available
  85. October 10, 2021 — Redesign to stop using Shopify’s Polaris design system but, rather, just use a really small handful of lines of CSS
  86. May 1, 2021 — Display season-specific posters
  87. April 26, 2021 — People can set their default review visibility for new reviews
  88. April 25, 2021 — People can tick off which seasons of shows that they’ve seen from the show page
  89. April 25, 2021 — Link to profile page from review page
  90. April 11, 2021first review is posted
  91. April 11, 2021 — Show global feed of reviews on reviews page
  92. April 10, 2021 — People can write reviews of seasons of shows, with star ratings, text, and visibility
  93. April 10, 2021 — People can follow each other
  94. April 10, 2021 — People can choose whether or not to show their currently watching shows on their profile page
  95. April 10, 2021 — People can filter the homepage by show status
  96. April 5, 2021 — People can tick off which seasons of shows that they’ve seen
  97. April 4, 2021 — People can indicate the status of their relationship to a show (currently watching, waiting for more, etc)
  98. April 4, 2021 — Display show posters
  99. March 28, 2021 — Added a navbar
  100. March 27, 2021 — Switch from Wikipedia to TMDB as the source of data
  101. March 21, 2021 — People can search for shows
  102. March 14, 2021 — People can add “note to self” about a show
  103. March 13, 2021 — People can add shows they’re interested in
  104. March 9, 2021 — Development starts