About DafStream
Version 0.7.0
July 2024
AI Summary Ratings & Feedback Loop
added
- Introduced a 5-star rating system, allowing users to provide direct feedback on the quality of AI-generated summaries.
- Ratings are stored per-user in Firestore, allowing users to change their rating at any time.
- Admin panel now displays average rating and total rating count for each summary.
Version 0.6.1
July 2024
AI Summary Caching & Stability Improvements
added
- Summaries are now cached in Firestore after first generation, preventing unnecessary regeneration.
fixed
- Resolved crash when viewing summaries that already existed in the cache.
- Fixed permission-related issues by re-architecting summary generation to be client-centric.
improved
- Refined layout of “Today’s Daf” and “Recent Shiurim” cards.
- Added disclaimer to AI-generated summaries to clarify source and potential inaccuracies.
Version 0.6.0
July 2024
Authentication Stability
added
- Standardized authentication flow using popup-based Google Sign-In.
fixed
- Resolved critical bug preventing Google Sign-In from working in production.
- Corrected Firebase configuration to use the proper auth domain.
Version 0.5.1
July 2024
Mobile UI Improvements
improved
- Consolidated Login and Sign Up into a single user icon dropdown for mobile.
- Repositioned “Beta” badge and “Feedback” link to improve layout on smaller screens.
Version 0.5.0
July 2024
Beta Launch & Feedback System
added
- Introduced visible “Beta” status indicator in the header.
- Added user feedback form with Firestore-backed storage for admin review.
fixed
- Resolved long-standing issue with video feed failing to load in production by switching to server-first data fetching.
Version 0.4.0
July 2024
User Authentication System
added
- Full user authentication with support for email and phone sign-in.
- Country code selector with flags for improved phone auth UX.
fixed
- Resolved user data synchronization issues with Firestore.
- Ensured admin panel accurately reflects all registered users.
Version 0.3.1
July 2024
Archive Navigation & Progress Tools
added
- Chapter-based accordion navigation in the Daf Archive.
- Ability to mark entire chapters complete/incomplete in Manual Progress Editor.
improved
- Added chapter numbering for clarity (e.g., “01 - Me’eimasai”).
Version 0.3.0
July 2024
AI Summaries & Core Logic Overhaul
added
- Integrated AI-generated Daf summaries using Gemini.
- Added summaries directly to “Today’s Daf” card.
changed
- Reworked core logic to ensure “Today’s Daf” always displays the most recent shiur.
- Restricted archive and tools to tractates with Babylonian Talmud Gemara.
fixed
- Corrected bug causing inaccurate dates in daily shiur display.
Version 0.2.2
July 2024
Archive & UI Refinements
added
- Added links to Mercaz Daf Yomi site for older shiurim.
fixed
- Resolved issue with missing YouTube thumbnails.
improved
- Removed duplicate listing of “Today’s Daf” from recent videos.
- Refined spacing, alignment, and layout of “Today’s Daf” component.
Version 0.2.1
July 2024
UI Fixes
fixed
- Corrected issue where Admin link did not reliably appear.
improved
- Replaced language toggle with compact switch to prevent mobile overlap.
Version 0.2.0
July 2024
Hebrew Translation & RTL Support
added
- Full Hebrew translation across the application.
- Complete right-to-left (RTL) layout support.
fixed
- Corrected calendar logic that incorrectly marked “Today’s Daf” as unavailable.
- Stabilized header layout during language switching.
- Fixed RTL layout issues in progress grid.
Version 0.1.1
July 2024
Data Integrity & Visualization
changed
- Rebuilt core Talmud data structure using authoritative source.
added
- Included Mishna-only tractates in archive.
- Introduced stacked infographic for “Entire Shas” progress visualization.
improved
- Added tractate names directly to graph segments.
Version 0.1.0
June 2024
Initial Release
added
- Daily Daf video player
- User progress tracking
- Full Daf Archive
- Firebase authentication
- Initial UI (Next.js, ShadCN, Tailwind)