Skip to content

Releases: SoupDevs/BooruRamen

BooruRamen v0.3.0

27 Feb 21:59

Choose a tag to compare

What's Changed

  • feat: implement core feed view with virtual scrolling and media playb… by @DottsGit in #138

Full Changelog: v0.2.46...v0.3.0

BooruRamen v0.2.46

31 Dec 09:45

Choose a tag to compare

BooruRamen v0.2.45

31 Dec 09:07

Choose a tag to compare

BooruRamen v0.2.44

31 Dec 08:51

Choose a tag to compare

BooruRamen v0.2.43

31 Dec 08:34

Choose a tag to compare

BooruRamen v0.2.42

31 Dec 07:32

Choose a tag to compare

BooruRamen v0.2.41

31 Dec 07:08

Choose a tag to compare

BooruRamen v0.2.40

31 Dec 05:53

Choose a tag to compare

v0.2.0-alpha

23 Dec 05:41

Choose a tag to compare

What's Changed

  • Fixed the zip file issues being loaded by @DottsGit in #53
  • Fixed infinite scrolling and avoid loading SWF files by @DottsGit in #54
  • 13 view history and the ability to disable view history by @DottsGit in #55
  • 56 volume and mute dont persist by @DottsGit in #58
  • Migrate from Vue CLI to Vite by @google-labs-jules[bot] in #57
  • fix: Add FeedView.vue for an infinite scroll post feed with media p… by @DottsGit in #60
  • feat: Implement main app layout with post details sidebar, video cont… by @DottsGit in #62
  • feat: add profile views, analytics dashboard, and configure applicati… by @DottsGit in #63
  • docs: Enhance README with new Profile Analytics feature details, upda… by @DottsGit in #65
  • fix: made it so the volume slider only appears when the user first ho… by @DottsGit in #67
  • 68 occasionally the feed will not smoothly go to the next post by @DottsGit in #70
  • 69 add features to profile analytics by @DottsGit in #71
  • feat: adds debug mode toggle in profile settings and a debug window i… by @DottsGit in #73
  • 74 improve feed fetching and queries by @DottsGit in #75
  • feat: added an "avoided query tags" section to the profile settings by @DottsGit in #77
  • task: changed a bunch of defaults for ratings, avoided tags, analytic… by @DottsGit in #79
  • feat: add application icons and update their references in `README.md… by @DottsGit in #80
  • fix: history now accounts for post id AND booru source by @DottsGit in #84
  • fix: safebooru actually only supports images. currently if safebooru… by @DottsGit in #86
  • 87 clean up the booru sources connection testing and authentication UI by @DottsGit in #88
  • 9 multiple custom booru sources by @DottsGit in #89
  • 90 add a section in profile analytics that shows tag scores from the recommendation system by @DottsGit in #108
  • fix: cors for production and a bunch of media control bugs by @DottsGit in #109
  • feature: moved to pinia to speed up data transfers and reduce expensi… by @DottsGit in #110
  • feature: migrated to indexeddb so the app does not slow down with usage by @DottsGit in #111
  • 103 implement discovery bonus in recommendation scoring by @DottsGit in #112
  • 106 implement probabilistic feed interleaving by @DottsGit in #113
  • 102 remove tensorflowjs by @DottsGit in #114
  • 101 video muting persistence by @DottsGit in #115
  • feature: APRW feed strategy implemented over single duo by @DottsGit in #116
  • 117 fix mobile UI by @DottsGit in #118
  • fix: Optimize Scroll Handler & Layout Thrashing by @DottsGit in #123
  • 120 optimize user profile regeneration by @DottsGit in #124
  • 121 optimize client side filtering overhead by @DottsGit in #125
  • fix: there was a library name mismatch that has now been fixed by @DottsGit in #128
  • 126 add GitHub documentation by @DottsGit in #129
  • fix: accidentally used a yaml instead of a yml by @DottsGit in #130
  • task: updating version to 0.2.0 by @DottsGit in #131

New Contributors

Full Changelog: alpha...v0.2.0-alpha

v0.1.0-alpha

05 Mar 08:19
4cfde1c

Choose a tag to compare

v0.1.0-alpha Pre-release
Pre-release

BooruRamen v0.1.0-alpha Release
🎉 First public pre-release of BooruRamen - A personalized image and video browsing application with advanced recommendation features.

🚀 Key Features

  • Smart Content Discovery: AI-powered recommendation system learns from your interactions to show content tailored to your preferences
  • Seamless Media Browsing: Support for images (JPG, PNG, GIF) and videos (MP4, WEBM) with custom video controls
  • Personalization: Like, dislike, and favorite content to improve your recommendations
  • Advanced Filtering: Filter content by media type, rating, and tags
  • Privacy Focused: All recommendations and data processing happen locally in your browser
  • Modern UI: Clean, responsive interface with customizable settings

💡 Highlights

  • Explore Mode: Discover new content with intelligent diverse recommendations
  • Tag Management: Whitelist favorite tags and blacklist unwanted content
  • Auto-scroll: Hands-free browsing with customizable scroll timing
  • Keyboard Navigation: Use arrow keys and shortcuts for efficient browsing
  • Post Details: View comprehensive metadata for each post

🛠️ Technical Details

  • Built with Vue.js 3 and Tailwind CSS
  • Recommendation system inspired by ByteDance's Monolith algorithm
  • Optimized performance for smooth browsing experience
  • Local storage persistence for your preferences

📋 Getting Started

  • Clone the repository
  • Run npm install
  • Start the development server with npm run serve

We hope you enjoy BooruRamen! Feedback and contributions are welcome.