Skip to content

Releases: Salgat/RedditBoost

RedditBoost v0.6.3

03 Apr 04:06
Compare
Choose a tag to compare

Bug Fixes

  • Due to deprecation of Imgur API v2, had to upgrade to version 3.

RedditBoost v0.6.2

06 Jan 03:01
Compare
Choose a tag to compare

Features

  • A small delay before loading the hover preview now exists so that the mouse cursor can move around the screen without loading every media link it passes over.
  • The hover preview popup now follows the mouse, where previously it centered on the screen.

Bug Fixes

  • Hover preview popup no longer has a larger width only because of a long reddit title.
  • Non-animated Gif images no longer fail to load, since they are now checked using an API call to determine if they can be converted to a Gifv animated video.

RedditBoost v0.6.1

04 Jan 04:08
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue where using cookies resulted in running out of space too fast. Local chrome storage is used now, and after 1MB of storage it automatically clears the memory so it can never run out of space.

RedditBoost v0.6.0

03 Jan 23:24
Compare
Choose a tag to compare

Features

  • Added thumbnail hover preview.
  • Added link visited effect to previewed links.

Bug Fixes

  • Fixed issue where hover preview position and size was not correct when appearing to the left of the mouse.
  • Fixed issue where loading gifv was not properly indicated in preview popup.
  • Fixed issue where previewed media that was very small would still have a larger popup.
  • Fixed issue where the hover preview would still show for certain unsupported links.

RedditBoost v0.5.0

01 Jan 03:03
Compare
Choose a tag to compare

This is the initial beta release of RedditBoost. At this point, the extension is feature complete and the bugs are mostly negligible. It's ready for use publicly.

Features

  • Added subreddit blocking to TypeScript rewrite.

Bug Fixes

  • Fixed random shaking of the hover preview popup.
  • Fix issue where hovering over the username would continue to show the last preview.

RedditBoost v0.4.0

31 Dec 02:12
Compare
Choose a tag to compare
RedditBoost v0.4.0 Pre-release
Pre-release

Features

  • Re-written in TypeScript. This includes a complete rework of the Hover Preview code, which performs much faster and more stable now.
  • Mirror button for links. When clicked, either opens up the archived link at archive.is in a new window, or indicates the mirror does not exist (media links or an Alexa rank of at least 3000 are excluded).
  • Hover Preview now maximizes the preview size.

Bug Fixes

  • Fixed issue where the hover preview would appear in the bottom left corner of the page.
  • Loading animation while doing an API call for imgur/gfycat information now appears correctly.

RedditBoost v0.3.0

20 Dec 16:06
Compare
Choose a tag to compare
RedditBoost v0.3.0 Pre-release
Pre-release

Features

  • Hide subreddits on the front page and /r/all
  • API calls are now done asynchronously, so that previewing images don't block the web page's JavaScript
  • Loading animation for image preview
  • Gfycat support for image preview

Bug Fixes

  • Extension loads for /r/all and frontpage properly
  • Fix "hide css" button width to be constant and one line
  • Fix "add tag" so it doesn't appear next to "load more comments"
  • Fix "add tag" not appearing for newly loaded comments
  • Fix "hide comments" tagline not showing up for newly loaded comments
  • Fix image preview so that it doesn't cover up multi-line links
  • Fix image preview not showing for images with uppercase extensions
  • Fix issue where comma delimited links tried to load improperly

RedditBoost v0.2.0

16 Dec 00:33
Compare
Choose a tag to compare
RedditBoost v0.2.0 Pre-release
Pre-release

Features

  • Image previewing, including gif, gifv, png, bmp, jpeg, and jpeg.
  • Renamed to RedditBoost (from RedditBuddy)

Bug Fixes

  • Now loads on front page properly

RedditBuddy v0.1.0

14 Dec 03:34
Compare
Choose a tag to compare
RedditBuddy v0.1.0 Pre-release
Pre-release

This is the initial release of RedditBuddy. The following features have been implemented and should work with minor issues.

  • Tagging users
  • Hover over image links to preview them
  • Block all selected user's submissions
  • Hide all selected user's comments
  • Disable Subreddit CSS

Installation Instructions

  1. In Chrome, go to Settings->Extensions
  2. Check the "Developer mode" checkbox
  3. Click "Load unpacked extension..."
  4. Select the folder of the RedditBuddy repo and press OK
  5. To disable, either uncheck the "Enabled" checkbox or click the trash can to permanently remove it
    NOTE: Since this is a developer alpha version, there isn't a packaged Chrome file to use yet.