Skip to content

Releases: nubpro/SGM-Extension

v2.1.2

18 Feb 15:30
Compare
Choose a tag to compare

Fixed

  • f4eefbb Hide last login info if this info is not returned
  • f919706 Add packages directory to root folder to fix build error

Chore

  • 88404be 19cd001 Updated webextension-toolbox to disable code minimization and obfuscation for builds. Otherwise, this extension cannot pass review.
  • 766373d Update packages to address vulnerabilities
  • 1d4ce60 removed yarn.lock

v2.1.1

19 Jun 04:12
Compare
Choose a tag to compare

Fixed

  • 092ef21 Added permission to allow Firefox build to function properly with new posts widget.

v2.1.0

18 Jun 19:05
Compare
Choose a tag to compare

Added

  • d91bf4b Background script to communicate with content scripts.
  • #7 d91bf4b Keep the homepage cached in the background re-fetching every 60 seconds, use the background script to communicate this to the content scripts.
  • #7 d91bf4b New posts widget on Shoutbox view.

Changed

  • e75ca98 Inject CSS on page load start, not end.
  • 3247cff Use axios for requests on Steam Badge, not HTML5 XHR. This provides a more streamlined library that is easier to read.
  • #7 82637d1 9706e20 Timestamps on new post widget aren't pretty, this uses the built in XenForo.activate function (built into XenForo) to "activate" the new posts widget when it's created / updated.

Fixed

  • d87be8f Fixed random unnecessary semi-colon.
  • 26667c1 Earlier changes from CSS to SCSS broke build functionality, this issue was fixed in this commit.

v2.0.7

18 Jun 02:44
Compare
Choose a tag to compare

Note

An issue with the build process will render the npm run build command output unusable. However, npm run dev functions as expected.

Added

  • 434afc6 Contribution info.
  • 63c29c1 Webpack configs to compile our style.css using SASS

Changed

  • 63c29c1 Refactored style.css to style.scss and it's subcomponents for easier management

Fixed

  • #6 9435ed3 For windows less than 800px wide change the display style for the Steam Badge

v2.0.6

17 Jun 03:55
Compare
Choose a tag to compare

Added

  • d615a66 Promo screenshot (for web store), PSD + PNG

Fixed

  • c49a049 Fixed oversized Steam avatars on Steam Badges with long usernames/game names.

v2.0.5

17 Jun 03:54
Compare
Choose a tag to compare

Fixed

  • 035f0fb Use localStorage instead of syncStorage in order to properly support Firefox

v2.0.4

17 Jun 03:54
Compare
Choose a tag to compare

Fixed

  • 13ad7b0 Fixed supplementary text (offline time, current game, etc.) showing even when collapsed on some browsers.

v2.0.3

17 Jun 03:53
Compare
Choose a tag to compare

Changed

  • dd39165 Adjust Steam Badge for animation support to show more data on hover.

v2.0.2

17 Jun 03:53
Compare
Choose a tag to compare

Retool of the entire extension.

Added

  • 7d045d2 package.json added (for node based tooling)
  • 7d045d2 Added .gitignore to ignore toolkit build/output dirs
  • 7d045d2 Added icon vector (new icon)
  • 7d045d2 Added PNG versions of new icon vector in 128x128 and 16x16
  • 7d045d2 Use steamstate-{personastate} CSS classes instead of JS to control style in Steam Badge
  • 7d045d2 Created inline library for communicating with the Steam API backend
  • 7d045d2 Migrated Steam badge support
  • 7d045d2 Color mod for shoutbox, migrated & improved.
  • 7d045d2 Height handle, migrated and improved. Now using localstorage (not cookies). Sets height as DOM is loading, not afterwards - no shoutbox snapping issue.
  • 7d045d2 Migrated scroll fix.

Changed

  • 7d045d2 Retooled extension to use webextension-toolbox to compile and add features.
  • 7d045d2 Updated README.md with additional information for new toolkit
  • 7d045d2 more streamlined pagescripts, removed redundant stylesheet usage and script usage from manifest as well

Removed

  • 7d045d2 old / unused code from 2.0.1

v2.0.1

17 Jun 03:50
Compare
Choose a tag to compare

Added

  • 64cce4b Colors for additional status types.

Changed

  • 64cce4b Touch ups to Steam Badge styling

Fixed

  • 64cce4b Fixed bug where stylesheet modified color of all visited hyperlinks.