Skip to content

Releases: Namit2111/bible-verse-finder

v2.0.0

07 Nov 20:59
580c5e5
Compare
Choose a tag to compare

We are excited to announce the release of version 2.0.0 of our open source project! This version includes significant updates and new features that enhance the overall functionality and user experience. Below is an overview of the changes and improvements made in this release.

Major Updates

  • Migration to TypeScript & Next.js (#2): We've successfully migrated our tech stack to use TypeScript and Next.js. This change enhances the maintainability, scalability, and performance of our application.

  • Backend Chatbot with RAG (#4): Implemented a robust backend chatbot that now uses Retrieval-Augmented Generation (RAG) to minimize hallucinations and provide more accurate responses. (Usage of it coming in the next iteration)

New Features

  • New Landing Page (#13): We have redesigned the landing page to improve the first impression and user engagement with a fresh look and enhanced functionality.

  • "Copy to Clipboard" Feature (#20): Users can now easily copy verses to the clipboard, facilitating effortless sharing with others.

  • See More Functionality (#27): Introduced a "See More" feature to make scripture displays more digestible and user-friendly.

Improvements

  • New PR Template (#15): We've added a new pull request template to streamline the process for future contributions, ensuring consistency and clarity.

  • Improved UX for Similar Verses (#22): Enhanced user experience when searching for similar verses, making the process more intuitive and efficient.

  • About Us Section with Real-Time Stats (#23): Created a comprehensive "About Us" section on the home page, complete with real-time statistics to better inform our users about our project.

  • Tech Stack & Icon Cloud (#24): Added a detailed tech stack and icon cloud to the "About Us" page to highlight the technologies we use and their significance.

  • Cleaner Similarity Percentages (#26): Refined the display of similarity percentages to improve clarity and user understanding.

Bug Fixes

  • Centering Bug Fixed (#6): Resolved a centering issue that affected the layout and presentation of content.

  • Error Message Display Fix (#46): Corrected a bug where error messages would merge with the background, ensuring that all notifications are clear and visible.

Branding

  • New Logo Design (#19): Initiated branding efforts with a new logo designed in Canva, giving our project a professional and cohesive identity.

We thank our contributors and users for their continued support and feedback. We are committed to further improving and innovating our project. Enjoy the new version and happy coding!

v1.0.0

08 Sep 19:49
c793a28
Compare
Choose a tag to compare

First iteration complete!

  • Pulled Bible from NLTK package.
  • Parsed the string returned to only consist of 1 John
  • Used k-means clustering to identify themes within 1 John
  • Used flask and HTML to convert the Python script into a web application