Skip to content

Releases: pratikabu/scrolltotop

v5.3.1 Release

29 Jan 16:16
ec3db46

Choose a tag to compare

What's Changed in 5.3.1

  • Issue #195 Fixing icon size issue when "None" control option is selected

Full Changelog: v5.3...v5.3.1

End user upgrade in 5.3

  • High resolution icon changes
    • image
  • Reduced the overall size of the extension
  • Making dual icon size configurable - #119 and #170
    • image
  • Made updates to make vertical alignment for the icon in middle
  • Options Page
    • Refactored options page slider to HTML 5 to remove a dependency on third party js
    • Modernize html and CSS portion
    • Cleanup of links
    • Better responsive page support for smaller devices

Under the hood

  • jQuery 4.0.0 update
  • Ensure jQuery checksum is correct before zipping it

Compare with last version: v5.1...v5.3.1

Download

Chrome Webstore Link, Firefox Addon Link

v5.3 Release

28 Jan 16:49
378c7e7

Choose a tag to compare

End user upgrade

  • High resolution icon changes
    • image
  • Reduced the overall size of the extension
  • Making dual icon size configurable - #119 and #170
    • image
  • Made updates to make vertical alignment for the icon in middle
  • Options Page
    • Refactored options page slider to HTML 5 to remove a dependency on third party js
    • Modernize html and CSS portion
    • Cleanup of links
    • Better responsive page support for smaller devices

Under the hood

  • jQuery 4.0.0 update
  • Ensure jQuery checksum is correct before zipping it

Compare with last version: v5.1...v5.3

Download

Chrome Webstore Link, Firefox Addon Link

v5.2 Release

25 Jan 04:06
9d31378

Choose a tag to compare

End user upgrade

  • jQuery 4.0.0 update
  • Options Page
    • Refactored options page slider to HTML 5 to remove a dependency on third party js
    • Modernize html and CSS portion
    • Cleanup of links
    • Better responsive page support for smaller devices

Compare with last version: v5.1...v5.2

Download

Chrome Webstore Link, Firefox Addon Link

v5.1 Release

10 Apr 02:38
fde05be

Choose a tag to compare

End user upgrade

  • Upgraded jQuery to 3.7.1 to address vulnerability.
    • For Firefox, jQuery is upgraded to 3.6.0 as Addon Validation was not passing.
  • Fix for issue #172, where the page sets a different width for all images.

Code Refactoring

  • Refactored and simplified the src folder.
  • Migrated from ant to shell based building.
  • GitHub automatic builds for PR and Release.

Compare with last version: v5.0_ff...v5.1

Download

Chrome Webstore Link, Firefox Addon Link

v5.0 Firefox Release

23 Dec 19:19
f3fd16d

Choose a tag to compare

This is Firefox only release. Still using MV2 for Firefox as it is not yet fully supported in Firefox. The Chrome extension is already migrated to MV3 with all the below features.

Chrome release v5.0 is available here: https://github.com/pratikabu/scrolltotop/releases/tag/v5.0

Enhancements & Changes

  • Updated default settings #148:
    • Toolbar icon to do intelligent flip by default.
    • Context Menu is hidden by default. Can be turned on from the settings.
  • All settings will be shown by default in the extension Options #149.
  • Removed install/update/remove tab creation. No notification to the user when the extension is updated.
  • Updated the URLs to point to GitHub #150.
  • Removed Support dialog and logic that shows the support dialog randomly when user opens Options page #151.
  • Small UI updates to Options UI page #151.

Bug Fixes

  • Fixed an issue with Smart Direction mode where the scroll direction was wrong #117

v5.0 Release

20 Dec 00:06
699cfae

Choose a tag to compare

Enhancements & Changes

  • Upgraded to manifest version 3 as Google planned to sunset MV2 #147.
  • Updated default settings #148:
    • Toolbar icon to do intelligent flip by default.
    • Context Menu is hidden by default. Can be turned on from the settings.
  • All settings will be shown by default in the extension Options #149.
  • Removed install/update/remove tab creation. No notification to the user when the extension is updated.
  • Updated the URLs to point to GitHub #150.
  • Removed Support dialog and logic that shows the support dialog randomly when user opens Options page #151.
  • Small UI updates to Options UI page #151.

Bug Fixes

  • Fixed an issue with Smart Direction mode where the scroll direction was wrong #117.

At this point, it is Chrome only release as MV3 is not supported by Firefox yet. I'll release it for Firefox as soon as it supports MV3.

v4.9.1 Milestone Release

06 Jun 03:46
cdf1233

Choose a tag to compare

See this milestone for more details on issues/enhancements worked.

Enhancements

  • Ability to hide Context Menu Item. Issue #129.
  • Enabled Flip Intelligently Functionality for Toolbar Icon. Issue #132.

Bug Fixes

  • Fixed the conflict in options page for icon chooser dialog. Issue #130.
  • Fix for context menu in Firefox browser. Issue #131.

v4.9 Milestone Release

25 May 06:26
6c41d44

Choose a tag to compare

See this milestone for more details on issues/enhancements worked.

Enhancements

  • Added controls on toolbar icon. Issue #113.
  • Customize toolbar icon. Issue #125.
  • Added context menu options. Issue #112.
  • Ability to completely remove icon from page. Issue #121.
  • Hide icon on YouTube fullscreen. Issue #92.
  • Dark mode on Options page. Issue #124.
  • Added more scrolling speed. Issue #41.

Bug Fixes

  • Icon Chooser UI issue. Issue #126.

Maintenance

  • Remove unnecessary jQuery Rotate Library. Issue #118.
  • Blog post and info text when you switch to hide icon. Issue #123.
  • Update github.io URLs to pratikabu.com. Issue #122.

v4.8.5 Milestone Release

29 Mar 17:59
fc3677d

Choose a tag to compare

See this milestone for more details on issues/enhancements worked.

Enhancements

  • Added Pager Only Control Option. Issue #37.
  • Options Page UI Updates. Issue #94.
  • Uninstall Survey. Issue #97.

Bug Fixes

  • Icon disappears when clicked. Issue #93.
  • UI issue on Control Options placements. Issue #91.
  • UI Fixes for certain sites. Issue #31.

Maintenance

  • HTTPS URLs everywhere. Issue #100.
  • Cleanup manifest.json file. Issue #98.
  • Reading extension version from manifest. Issue #95.

v4.8.1 Flex Fix

09 Mar 03:13
a37e7ba

Choose a tag to compare

Handling issues with certain sites where the icon looks scrambled. Eg: instagram. #87